vim: set sw=4 ts=4 et: 

lftransstatus is a program to modify the index page of an issue and 
indicate which articles are translated and which are not. 

You need perl and the HTML-TagReader package from
http://linuxfocus.org/~guido/

revision history:
-----------------
2002-09-09: version 0.11: initial version
2002-09-10: version 0.12: cleanup of code and better documentation

-----------------
NAME
    lftransstatus -- modify the index page of an issue and indicate which
    articles are translated and which are not.

SYNOPSIS
     lftransstatus [-hp] index.shtml

DESCRIPTION
    lftransstatus reads the file index.shtml and searches for <!--
    lftransstatus=1 -->. If it finds this then it will modify the page
    otherwise do nothing. The program searches in the html code for a
    pattern that looks as follows: <img src="../../common/images/frame_..."
    ....> <a href="...articleXXX.shtml"> If it finds this pattern then it
    will edit it and change the image and the link. For articles that are
    translated (file is there and bigger than 2K) it will create the link to
    that article otherwise it will link to the English pages.

    This is to indicate on the index page of an issue whether the article is
    translated or not.

    File access permissions are preserved.

OPTIONS
    -h this help

    -p print to stdout and do not modify any files.

EXAMPLE
    lftransstatus Deutsch/September2002/index.shtml

AUTHOR
    lftransstatus was written by Guido Socher [guido(at)linuxfocus.org]

