Ignore:
Timestamp:
2005-02-16T11:58:56+13:00 (19 years ago)
Author:
mdewsnip
Message:

First stab at adding a -collectdir option to the GLI. This is designed for people running the GLI in a network environment -- rather than everyone requiring an installation of Greenstone and the GLI, it can be installed once and each user uses the -collectdir argument to specify their own, private collect directory. Previewing collections would likely require setting up symbolic links to the users collect directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java

    r8992 r9055  
    5858    static final public String COLLECT_CFG                                = "collect.cfg";
    5959    static final public String COLLECTCONFIGURATION_XML                   = "CollectionConfig.xml";
     60    static final public String COLLECTDIR_ARGUMENT                        = "-collectdir";
    6061    static final public String COLLECTION_ELEMENT                         = "Collection";
    6162    static final public String COLLECTION_STR                             = "Collection: ";
Note: See TracChangeset for help on using the changeset viewer.