source: documented-examples/trunk/manifest-demo-e/resources/collectionConfig.properties@ 36459

Last change on this file since 36459 was 36459, checked in by anupama, 20 months ago

GS3 collection descriptions for DEC collection manifest-demo-e, for which I have still to get incremental-building to work. But the collection descriptions are something else that need to be present in the finished collection.

File size: 2.7 KB
Line 
1name=manifest-demo-e
2dls.Organization=Organizations
3text=Text
4section=Chapter
5document=Book
6dls.Titles=Titles
7dls.Keyword=How to
8dls.Subject=Subjects
9
10textdate=publication date:
11textnumpages=no. of pages:
12textsource=source ref:
13
14shortDescription=<p>This demonstration collection contains the same material as the original Greenstone demo collection. In addition it has some predefined manifest files, to show off their use with incremental building.</p>
15
16description=<h3>Features of this collection</h3> \n\
17<ul> \n\
18<li>Uses lucene to do incremental build.</li> \n\
19<li>Uses OIDtype dirname to make it easy to specify document ids for deletion.</li> \n\
20<li>import folder and import.extra folder with additional material.</li> \n\
21<li>manifests folder contains the manifest files.</li> \n\
22<li>Index, Reindex, Delete.</li> \n\
23<li>Filename/OID Uses command line building.</li> \n\
24</ul> \n\
25
26
27description0=<h3>Instructions</h3><br /><p>0. Run setup/source setup.bash in top level before starting.</p><br />
28
29description1=<p>1. Build the collection initially:<br /> \n\
30<pre>perl -S import.pl documented-examples/manifest-demo-e \n\
31perl -S buildcol.pl documented-examples/manifest-demo-e</pre> \n\
32rename building to index<br /> \n\
33Preview the collection. Contains 8 documents, 5 from BOSTID and 3 from EC Courier.</p><br />
34
35description2=<p>2. Add some new documents into the collection.<br /> \n\
36<br /> \n\
37Copy the three folders fb33fe fb34fe wb34te from import.extra into import. \n\
38<br /> \n\
39<pre>perl -S incremental-import.pl -manifest manifests/add-new-files.xml documented-examples/manifest-demo-e \n\
40perl -S incremental-buildcol.pl documented-examples/manifest-demo-e</pre> \n\
41 \n\
42Now there should be FAO Better Farming Documents, and one World Bank document.</p><br />
43
44description3=<p>3. Delete some documents from the collection.<br /> \n\
45<pre>perl -S incremental-import.pl -manifest manifests/delete-some-files.xml documented-examples/manifest-demo-e \n\
46perl -S incremental-buildcol.pl documented-examples/manifest-demo-e</pre> \n\
47 \n\
48Note that we haven't actually deleted the docs from the import folder. Just from the archives and index.<br /> \n\
49Now the EC Courier documents should be gone.</p><br />
50
51description4=<p>4. Modify some metadata<br /> \n\
52<pre>Copy import.extra/fb33fe-metadata.xml to import/fb33fe/metadata.xml \n\
53Copy import.extra/fb34fe-metadata.xml to import/fb34fe/metadata.xml \n\
54 \n\
55perl -S incremental-import.pl -manifest manifests/new-metadata.xml documented-examples/manifest-demo-e \n\
56perl -S incremental-buildcol.pl documented-examples/manifest-demo-e</pre> \n\
57 \n\
58Preview and the new metadata should be there.</p>
Note: See TracBrowser for help on using the repository browser.