Ignore:
Timestamp:
2016-05-16T14:24:50+12:00 (8 years ago)
Author:
Georgiy Litvinov
Message:

Added collection groups. Config file in web/sites/localsite/groupConfig.xml
PageAction now send request to CollectionGroups service to retrieve information about collections and groups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSFile.java

    r30516 r30540  
    5454
    5555    }
     56   
     57    /** site config file path */
     58    static public String groupConfigFile(String site_home)
     59    {
     60        return site_home + File.separatorChar + "groupConfig.xml";
     61
     62    }
     63   
     64    /** site images file path */
     65    static public String imagesFilePath(String site_home)
     66    {
     67        return site_home + File.separatorChar + "images";
     68
     69    }
    5670
    5771    /** interface config file path */
Note: See TracChangeset for help on using the changeset viewer.