Re: [PHP-DOC] Re: phpdoc /fr bookinfo.xml From: Hojtsy Gabor (goba <email protected>)
Date: 08/08/01

> > > Is
> > > <!-- EN-Revision: 1.1 -->
> Right.. or like I've already said
>
> ....
> Directory/File Translator Status/EN
> =================================================
> bookinfo.xml perugini T1.13
>
> ....
>
> > > <!-- $Revision: 1.1 $ -->
>
> We can use
> <lang>/<section>/CVS/Entries
>
>
> on this way we don't need to grep every file
> ... but only some temp file.

Here we do not want to optimize the grep, but
would like to optimize our work. Placing tha revision
inside the file, means:

 - one commit (one modification to only one file and no Translators)
 - only need to look inside the file, and see the version

If we add some <!-- EN-Revision: 1.1 Translator: Luca State: Translated -->
Then we can autogenerate a table like the one we use now in the
Translators file.

Goba