Ignore:
Timestamp:
2022-09-16T11:16:52+12:00 (20 months ago)
Author:
anupama
Message:

The usual dummy insertion of QQQQ in all English language DEC collection description strings (to be taken out in next commit) to force GTI to mark each translated string as needing updating.

File:
1 edited

Legend:

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

    r36623 r36624  
    1 name=Custom stylesheet demo collection
     1name=QQQQCustom stylesheet demo collection
    22
    3 textdate=publication date\:
    4 textnumpages=no. of pages\:
    5 textsource=source ref\:
     3textdate=QQQQpublication date\:
     4textnumpages=QQQQno. of pages\:
     5textsource=QQQQsource ref\:
    66
    7 dls.Organization=Organizations
    8 dls.Titles=Titles
    9 dls.Keyword=How to
    10 dls.Subject=Subjects
    11 index_text=Text
    12 index_document=Book
    13 index_section=Chapter
     7dls.Organization=QQQQOrganizations
     8dls.Titles=QQQQTitles
     9dls.Keyword=QQQQHow to
     10dls.Subject=QQQQSubjects
     11index_text=QQQQText
     12index_document=QQQQBook
     13index_section=QQQQChapter
    1414
    15 shortDescription=<p>This demonstration collection contains the same material as the original Greenstone demo collection, but its appearance has been altered slightly using a custom stylesheet.</p>
     15shortDescription=QQQQ<p>This demonstration collection contains the same material as the original Greenstone demo collection, but its appearance has been altered slightly using a custom stylesheet.</p>
    1616
    17 description1=<p>Greenstone 3 uses default stylesheets, which can be overridden for all collections in a site or for any particular collection. This documented example collection covers the last case.</p>
     17description1=QQQQ<p>Greenstone 3 uses default stylesheets, which can be overridden for all collections in a site or for any particular collection. This documented example collection covers the last case.</p>
    1818
    19 description2=<h3>How the collection works</h3><p>The <b>global</b> format statement contains a link to the collection's custom stylesheet, which is located inside the collection\: \n\
    20 <pre>&lt;xsl\:template name="additionalHeaderContent"&gt; \n\
    21     &lt;xsl\:variable name="httpCollection"&gt; \n\
    22       &lt;xsl\:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/&gt; \n\
     19description2=QQQQ<h3>How the collection works</h3><p>The <b>global</b> format statement contains a link to the collection's custom stylesheet, which is located inside the collection\: \n\
     20<pre>&lt;xsl\:template name=QQQQ"additionalHeaderContent"&gt; \n\
     21    &lt;xsl\:variable name=QQQQ"httpCollection"&gt; \n\
     22      &lt;xsl\:value-of select=QQQQ"/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/&gt; \n\
    2323    &lt;/xsl\:variable&gt; \n\
    24     &lt;link href="{$httpCollection}/style/style.css" rel="stylesheet" type="text/css"/&gt; \n\
     24    &lt;link href=QQQQ"{$httpCollection}/style/style.css" rel="stylesheet" type="text/css"/&gt; \n\
    2525  &lt;/xsl\:template&gt; \n\
    2626</pre> \n\
    2727</p>
    2828
    29 description3=<p>Next, a folder named <i>style</i> is created within the collection and a new text file, called <i>custom-style.css</i>, is created within that folder. The css suffix indicates it's a <i>Cascading Style Sheet</i>. CSS files define the look of web pages such as the colours, borders, fonts, heading styles and more. CSS files are just text files, and can thus be edited with any text editor.</p>
     29description3=QQQQ<p>Next, a folder named <i>style</i> is created within the collection and a new text file, called <i>custom-style.css</i>, is created within that folder. The css suffix indicates it's a <i>Cascading Style Sheet</i>. CSS files define the look of web pages such as the colours, borders, fonts, heading styles and more. CSS files are just text files, and can thus be edited with any text editor.</p>
    3030
    31 description4=<p>The default Greenstone CSS style sheets define certain styles for all collections, that are <i>overridden</i> for the collection by defining CSS rules within its new custom stylesheet. It is by linking the CSS file in the Greenstone collection's <b>global</b> format statement as above, that the general Greenstone CSS styling rules get overridden at the collection level.</p>
     31description4=QQQQ<p>The default Greenstone CSS style sheets define certain styles for all collections, that are <i>overridden</i> for the collection by defining CSS rules within its new custom stylesheet. It is by linking the CSS file in the Greenstone collection's <b>global</b> format statement as above, that the general Greenstone CSS styling rules get overridden at the collection level.</p>
    3232
    33 description5=<p>You can quickly learn how to write CSS at <a href="https\://www.w3schools.com/css/default.asp">W3schools</a> and other online sites.</p>
     33description5=QQQQ<p>You can quickly learn how to write CSS at <a href="https\://www.w3schools.com/css/default.asp">W3schools</a> and other online sites.</p>
    3434
Note: See TracChangeset for help on using the changeset viewer.