Ignore:
Timestamp:
2005-10-14T15:19:36+13:00 (19 years ago)
Author:
mdewsnip
Message:

(MAJOR CHANGE) This is the remote Greenstone building functionality implemented for the West Yorkshire Fire and Rescue Service. It allows collections to be built without having a local version of Greenstone, using either a stand-alone version of the GLI or the applet.

The collections are stored on the server (allowing people to collaborate on collections -- but not at the same time), and only what is necessary to let the user edit the collection is downloaded. Any changes to the collection are uploaded to the server.

An access restriction mechanism is implemented which uses the standard Greenstone user database to control who has access to collections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/NewCollectionDetailsPrompt.java

    r9753 r10726  
    221221    // Retrieve the first 8 non-whitespace characters of title_final.
    222222    StringBuffer name_buffer = new StringBuffer("");
    223 
    224     if (Gatherer.isGsdlRemote) {
    225         String username = System.getProperty("user.name");
    226         if ((username != null) && (username != "")) {
    227         name_buffer.append(username + "-");
    228         }
    229     }
    230223
    231224    int i = 0;
Note: See TracChangeset for help on using the changeset viewer.