Ignore:
Timestamp:
2012-07-30T19:55:55+12:00 (12 years ago)
Author:
ak19
Message:

Minor updates to tutorials to get GS3 to work with the GS to DSpace tutorial, the GEMS one and the METS one. (Some of the MARC and most of the ISIS tutorials work for GS3, but those will be updated for GS3 once the bits that don't work at present are fixed.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorials/xml-source/tutorial_en.xml

    r26035 r26037  
    14591459<Content>
    14601460<Comment>
    1461 <Text id="assoc-files-1">This tutorial demonstrates how to combine Word and PDF versions of the same document together in Greenstone. As an example, two identical articles about Greenstone are used, one is in PDF format, the other in Word. </Text>
     1461<Text id="assoc-files-1"><Synopsis>This tutorial demonstrates how to combine different versions of the same document together in Greenstone.</Synopsis> As an example, two identical articles about Greenstone are used, one is in PDF format, the other in Word.</Text>
    14621462</Comment>
    14631463<Comment>
     
    16111611<Content>
    16121612<Comment>
    1613 <Text id="0404">Greenstone collections can be published on a self-installing CD-ROM/DVD that works on Windows.</Text>
     1613<Text id="0404"><Synopsis>Greenstone collections can be published on a self-installing CD-ROM/DVD that works on Windows.</Synopsis></Text>
    16141614</Comment>
    16151615<NumberedItem>
     
    36723672<NumberedItem>
    36733673<Text id="0790c">Type:</Text>
    3674 <Command>setup</Command>
    3675 <Text id="0790d">to set up the ability to run Greenstone command-line programs. On a Linux or Mac machine, you would type:</Text>
    3676 <Command>source setup.bash</Command>
    3677 </NumberedItem>
    3678 <NumberedItem>
    3679 <Text id="0790e">Change directory into the folder containing the StoneD collection you built in the last exercise.</Text>
    3680 <Command>cd collect\stoned</Command>
     3674<MajorVersion number="2"><Command>setup</Command></MajorVersion>
     3675<MajorVersion number="3"><Command>gs3-setup</Command></MajorVersion>
     3676<Text id="0790d">to set up the ability to run Greenstone command-line programs.</Text>
     3677<Text id="0790e">On a Linux or Mac machine, you would similarly open a terminal, change directory into your Greenstone installation's top-level folder and type:</Text>
     3678<MajorVersion number="2"><Command>source setup.bash</Command></MajorVersion>
     3679<MajorVersion number="3"><Command>source gs3-setup.sh</Command></MajorVersion>
     3680</NumberedItem>
     3681<NumberedItem>
     3682<Text id="0790f">Change directory into the folder containing the StoneD collection you built in the last exercise.</Text>
     3683<MajorVersion number="2"><Command>cd collect\stoned</Command></MajorVersion>
     3684<MajorVersion number="3"><Command>cd web\sites\localsite\collect\stoned</Command>
     3685</MajorVersion>
    36813686</NumberedItem>
    36823687<NumberedItem>
    36833688<Text id="0792">Run the following command to export the collection using the DSpace import/export format:</Text>
    3684 <Command>perl -S export.pl -saveas DSpace -removeold stoned</Command>
     3689<MajorVersion number="2"><Command>perl -S export.pl -saveas DSpace -removeold stoned</Command></MajorVersion>
     3690<MajorVersion number="3"><Command>perl -S export.pl -saveas DSpace -site localsite -removeold stoned</Command></MajorVersion>
    36853691</NumberedItem>
    36863692<Comment>
     
    36883694</Comment>
    36893695<NumberedItem>
    3690 <Text id="0794">This command has created a new subfolder, <Path>collect &rarr; stoned &rarr; export</Path>. Use the file browser to explore it. In it are the files needed to ingest this set of documents into DSpace.</Text>
     3696<Text id="0794">This command has created a new subfolder, <MajorVersion number="2"><Path>collect &rarr; stoned &rarr; export</Path></MajorVersion><MajorVersion number="3"><Path>web &rarr; sites &rarr; localsite &rarr; collect &rarr; stoned &rarr; export</Path></MajorVersion>. Use the file browser to explore it. In it are the files needed to ingest this set of documents into DSpace.</Text>
    36913697</NumberedItem>
    36923698<Comment>
     
    37083714<Text id="gems-4">Start the Greenstone Editor for Metadata Sets (GEMS)</Text>
    37093715<Text id="gems-5"><Menu>Start &rarr; All Programs &rarr; Greenstone-2.85 &rarr; Metadata Set Editor (GEMS)</Menu></Text>
     3716<Text id="gems-5a">(If you're on Linux, use a terminal to run the <Command>gli/gems.sh</Command> start-up script.) </Text>
    37103717</NumberedItem>
    37113718<NumberedItem>
Note: See TracChangeset for help on using the changeset viewer.