Date: 03/20/01
- Next message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions xslt.xml"
- Previous message: Jesus M. Castagnetto: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- In reply to: Damien Seguy: "Re: [PHP-DOC] About resources.xml"
- Next in thread: Damien Seguy: "Re: [PHP-DOC] About resources.xml"
- Reply: Damien Seguy: "Re: [PHP-DOC] About resources.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Damien,
I crufted together a simple script to pull possible
resources, which may help you:
#! /bin/sh
grep -r FETCH_RESOURCE * |
awk '{
split($0,a,":");
#b = a[2];
#gsub("^[ \t]+","",b);
split(a[2],b,",");
print a[1], b[5];}' |
sort | uniq
--- Damien Seguy <damien.seguy <email protected>> wrote:
> on 17/03/01 10:56, Jesus M. Castagnetto at
> jmcastagnetto <email protected> wrote:
>
> > Is this file being generated automatically,
> manually
> > or a mixture of both?
> Until now, it's a mixture of both.
>
> I've a excel-like table, with informations, and
> translation (en and fr),
> which built up the file (except introductory text).
>
> In fact, I aim at automating this, so as I'm filling
> up
> this table, I'm converting all argument types to
> "resource".
> This way, I'll have something to hook up on, and may
> be automatise
> this all. I'm using the fr tree as test.
>
> I'll keep you posted on this, as soon as I'm done
> with the fill up.
>
> Damien seguy.
>
=====
--- Jesus M. Castagnetto <jmcastagnetto <email protected>>
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
- Next message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions xslt.xml"
- Previous message: Jesus M. Castagnetto: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- In reply to: Damien Seguy: "Re: [PHP-DOC] About resources.xml"
- Next in thread: Damien Seguy: "Re: [PHP-DOC] About resources.xml"
- Reply: Damien Seguy: "Re: [PHP-DOC] About resources.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

