Changeset 38868 for documented-examples


Ignore:
Timestamp:
2024-03-24T07:57:10+13:00 (5 weeks ago)
Author:
kjdon
Message:

changed shortDescription

Location:
documented-examples/trunk/wiki-e
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/wiki-e/resources/collectionConfig.properties

    r38860 r38868  
    55
    66
    7 shortDescription=This demonstration collection is made from the Greenstone Wiki website. It shows off the new feature of building a Greenstone collection from a MediaWiki website in Greenstone.
     7shortDescription=This demonstration collection is made from (an old version of) the Greenstone Wiki website. It describes how to build a Greenstone collection from a MediaWiki website.
    88
    99description1=<h3>How the collection works</h3><p>The collection configuration file, <tt>collectionConfig.xml</tt>, contains the plugins <i>MediaWikiPlugin</i>, <i>ImagePlugin</i>, <i>ZipPlugin</i>, <i>PDFPlugin</i>, <i>PowerPointPlugin</i>, <i>WordPlugin</i> (along with the standard plugins <i>GreenstoneXMLPlugin</i>, <i>ArchivesInfPlugin</i> and <i>DirectoryPlugin</i>). The <i>MediaWikiPlugin</i> handles the HTML pages downloaded from a MediaWiki website, while <i>ImagePlugin</i>, <i>ZipPlugin</i>, <i>PDFPlugin</i>, <i>PowerPointPlugin</i> and <i>WordPlugin</i> handle the image, zip, PDF, PowerPoint and Word files associated with the Greenstone Wiki.</p>
  • documented-examples/trunk/wiki-e/transform/pages/about.xsl

    r36292 r38868  
    66   
    77    <xsl:template name="coll-description">
    8       <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='shortDescription']"/>
     8      <p><xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='shortDescription']"/></p>
    99     
    1010      <xsl:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='description1']"/>
Note: See TracChangeset for help on using the changeset viewer.