- Timestamp:
- 2016-05-18T11:41:49+12:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/sites/localsite/groupConfig.xml
r30540 r30542 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- Collection groups configuration file 3 Uncomment hierarchy and groupDescription elements to make collection groups work. 4 Describe your structure inside hiearchy tag as shown in example below. 5 Describe your groups in groupDescriptions element as shown below. 6 Without group tag with @name in groupDescriptions group will be invisible(but available). 7 If your collection not described in hierarchy element it will be visible after described 8 groups and collections at home page. 9 First level - home page 10 Second level - inside first group 11 Third level - inside second group 12 13 --> 3 14 <groupConfig> 4 15 <!-- 5 16 <hierarchy> 6 <!--7 17 <group name="group2"> 8 18 <collection name="solr-jdbm-demo" /> 9 10 19 </group> 11 20 <group name="group1"> 12 13 21 <group name="group3"> 14 22 <collection name="solr-jdbm-demo" /> … … 16 24 <collection name="solr-jdbm-demo" /> 17 25 <group name="group1"> 18 19 26 </group> 20 27 </group> 21 28 </group> 22 29 </group> 23 <collection name="test-webeditor" /> 24 --> 30 <collection name="lucene-jdbm-demo" /> 25 31 </hierarchy> 26 32 <groupDescriptions> 27 <!--28 33 <group name="group1"> 29 <title>Group of collections</title>30 <description>some description</description>31 <shortDescription>Short description</shortDescription>32 33 34 </group> 34 35 <group name="group2"> 35 <title>Group 2 of collections</title>36 <description> second full description</description>37 <shortDescription> second short description</shortDescription>36 <title>Group 2 title</title> 37 <description>Second group full description example</description> 38 <shortDescription>Second group short description example</shortDescription> 38 39 39 40 </group> 40 41 <group name="group3"> 41 <title>Group 3 of collections</title>42 <description> 3 full description</description>43 <shortDescription> 3 short description</shortDescription>44 <backgroundImage> Group3.jpg</backgroundImage>42 <title>Group 3 title</title> 43 <description>Group 3 full description example </description> 44 <shortDescription>Group 3 short description example</shortDescription> 45 <backgroundImage>/images/Group3.jpg</backgroundImage> 45 46 </group> 46 -->47 47 </groupDescriptions> 48 --> 48 49 </groupConfig>
Note:
See TracChangeset
for help on using the changeset viewer.