Log Message: |
New installation wide configuration file thuban_cfg.py which by
default tries to import all interesting Extensions coming with Thuban.
Extentions are now all under the menu entry with the same name,
their maturity will be indicated by leading string in the menu text.
* Thuban/thuban_cfg.py: New. Tries to import each interesting
Extension (in a non-elegant way).
* packaging/windows/thubanstart.py: Disabled import of default
extensions as this is done in thuban_cfg.py now.
* README: Mentioned thuban_cfg.py instead of the ugly method
of thubanstart.py for each user's home directory.
* Extensions/export_shapefile/export_shapefile.py,
Extensions/importAPR/importAPR.py: Moved them under "Extensions" menu,
but marked them "(experimental) " in the menu entry text. Bumped
copyright to include 2008.
* Extensions/ogr/ogrstart.py: Separated the "(testing) " marking
string from the rest of the menu entry.
* Doc/manual/thuban-manual.xml: Updated manual to include
thuban_cfg.py and different handling of Extensions. Bumped copyright
to include 2008.
|