[GRASS-dev] g.parser for other languages

hallo,

i updated documentation to g.parser and added two new files in general/g.parser directory:

new files:
    test.py
    test.pl

patch for description.html in attachment

are there any objections for commiting the files and the patch to cvs? I
would like, that the python and perl specialists among us would review
the sample codes a bit. it works for me, but I suppose, it could be done
more elegant (pythonish/perlish) way.

thank you

jachym
--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/jachym_cepicky-gpg_public_key.asc
-----------------------------------------
OFFICE:
GDF-Hannover
Mengendamm 16d
30177 Hannover
Germany
e-mail: cepicky@gdf-hannover.de
URL: http://gdf-hannover.de
Tel.: +49 511-39088507

(attachments)

description.html.patch (4.68 KB)

Jachym Cepicky wrote:

i updated documentation to g.parser and added two new files in general/g.parser directory:

new files:
    test.py
    test.pl

patch for description.html in attachment

are there any objections for commiting the files and the patch to cvs? I
would like, that the python and perl specialists among us would review
the sample codes a bit. it works for me, but I suppose, it could be done
more elegant (pythonish/perlish) way.

- exec $GISBASE/etc/bin/cmd/g.parser "$0" "$@"
+ exec $GISBASE/bin/g.parser "$0" "$@"

The test.sh script should have this change made.

--
Glynn Clements <glynn@gclements.plus.com>

On Wed, Sep 27, 2006 at 11:11:09PM +0100, Glynn Clements wrote:

Jachym Cepicky wrote:

> i updated documentation to g.parser and added two new files in general/g.parser directory:
>
> - exec $GISBASE/etc/bin/cmd/g.parser "$0" "$@"
> + exec $GISBASE/bin/g.parser "$0" "$@"

The test.sh script should have this change made.

the patch was commited

thank you

jachym

--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/jachym_cepicky-gpg_public_key.asc
-----------------------------------------
OFFICE:
GDF-Hannover
Mengendamm 16d
30177 Hannover
Germany
e-mail: cepicky@gdf-hannover.de
URL: http://gdf-hannover.de
Tel.: +49 511-39088507