I've downloaded html_grass5.tar.gz and unravelled it into a directory.
When I look at grass_commandlist.html, I read the title as:
GRASS 4.0 Command list reference
(needs updating...)
and I wonder why it is in the GRASS5 documents, not updated.
Has anyone put together a modified list representing the latest and
greatest version 5 commands?
Thanks,
Rich
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
Making environmentally-responsible mining happen. (SM)
--------------------------------
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
+ 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard@appl-ecosys.com
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
On Thu, Mar 01, 2001 at 09:10:21AM -0800, Rich Shepard wrote:
I've downloaded html_grass5.tar.gz and unravelled it into a directory.
When I look at grass_commandlist.html, I read the title as:
GRASS 4.0 Command list reference
(needs updating...)
and I wonder why it is in the GRASS5 documents, not updated.
The answer is simple: Nobody updated it yet.
Has anyone put together a modified list representing the latest and
greatest version 5 commands?
This should be done by a script as the "descriptions" are in most
commands now (Jan, will you add the missing G_descriptions?).
#--------------- script --------------------
cd $GISBASE/bin
for f in ?.*; do echo '---> '$f; $f -help; done 2>&1
#--------------- script --------------------
Something to grep the "Description" needs to be added here.
Then we feed it into a html page. Probably above "-help" should
be replaced by "--interface-description" to get the XML output.
Just my 0.02 Euro
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'