Changeset 1403
- Timestamp:
- 09/09/08 14:37:30 (3 months ago)
- Files:
-
- BibIt/trunk/README.txt (modified) (1 diff)
- BibIt/trunk/htmlindex.xsl (modified) (1 diff)
- BibIt/trunk/mods-munging.xpr (modified) (27 diffs)
- BibIt/trunk/mods2html.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BibIt/trunk/README.txt
r1254 r1403 19 19 Move the entire pleiades-bibliography directory to a spot under the web server root, renaming it simply "bibliography" 20 20 You can delete htmlscratch. 21 22 Note that if you want to make changes to the boilerplate that appears at the top or bottom of pleiades-bibliography/index.html 23 you will need to modify BibIt/htmlindex.xsl and then run it on pleiades-bibliography/index.xml, saving the result at 24 pleiades-bibliography.html. Then commit the changed files. Note that there are various parameters (esp. date) on the 25 BibIt/htmlindex.xsl file that affect content in the output. 21 26 22 27 =========================================================== BibIt/trunk/htmlindex.xsl
r1242 r1403 15 15 <xsl:param name="publisher">Institute for the Study of the Ancient World, New York University</xsl:param> 16 16 <xsl:param name="thedate"/> 17 <xsl:param name="theurl">http:// pleiades.stoa.org/bibliography</xsl:param>17 <xsl:param name="theurl">http://www.atlantides.org/bibliography</xsl:param> 18 18 <xsl:param name="rightspath">../pleiades-bibliography/rights.html</xsl:param> 19 19 <xsl:param name="descpath">../pleiades-bibliography/desc.html</xsl:param> 20 20 <xsl:variable name="desc-text"> 21 21 <xsl:for-each select="doc($descpath)"> 22 <xsl:text></xsl:text><xsl: value-of select="normalize-space(./descendant::html:body/html:p)" /><xsl:text> </xsl:text>22 <xsl:text></xsl:text><xsl:for-each select="./descendant::html:body/html:p"><xsl:value-of select="normalize-space()" /><xsl:text> </xsl:text></xsl:for-each> 23 23 </xsl:for-each> 24 24 </xsl:variable> BibIt/trunk/mods-munging.xpr
r1130 r1403 12 12 <scenarioAssociation> 13 13 <field name="name"> 14 <String xml:space="preserve">htmlindex</String> 15 </field> 16 <field name="type"> 17 <String xml:space="preserve">XSL</String> 18 </field> 19 <field name="url"> 20 <String xml:space="preserve">../pleiades-bibliography/index.xml</String> 21 </field> 22 </scenarioAssociation> 23 <scenarioAssociation> 24 <field name="name"> 14 25 <String xml:space="preserve">atom2xhtml</String> 15 26 </field> … … 151 162 <field name="url"> 152 163 <String xml:space="preserve">../pleiades-bibliography/changes-2007-08-28.xml</String> 153 </field>154 </scenarioAssociation>155 <scenarioAssociation>156 <field name="name">157 <String xml:space="preserve">modscollection2entries</String>158 </field>159 <field name="type">160 <String xml:space="preserve">XSL</String>161 </field>162 <field name="url">163 <String xml:space="preserve">../pleiades-bibliography/index.xml</String>164 164 </field> 165 165 </scenarioAssociation> … … 1296 1296 </field> 1297 1297 <field name="xslTransformer"> 1298 <String xml:space="preserve">Saxon 8B XQuery</String>1298 <String xml:space="preserve">Saxon9B XQuery</String> 1299 1299 </field> 1300 1300 <field name="extensionURLs"> … … 1450 1450 </field> 1451 1451 <field name="xslTransformer"> 1452 <String xml:space="preserve">Saxon 8B</String>1452 <String xml:space="preserve">Saxon9B</String> 1453 1453 </field> 1454 1454 <field name="extensionURLs"> … … 1536 1536 </field> 1537 1537 <field name="xslTransformer"> 1538 <String xml:space="preserve">Saxon 8B</String>1538 <String xml:space="preserve">Saxon9B</String> 1539 1539 </field> 1540 1540 <field name="extensionURLs"> … … 1613 1613 </field> 1614 1614 <field name="xslTransformer"> 1615 <String xml:space="preserve">Saxon 8B</String>1615 <String xml:space="preserve">Saxon9B</String> 1616 1616 </field> 1617 1617 <field name="extensionURLs"> … … 1690 1690 </field> 1691 1691 <field name="xslTransformer"> 1692 <String xml:space="preserve">Saxon 8B</String>1692 <String xml:space="preserve">Saxon9B</String> 1693 1693 </field> 1694 1694 <field name="extensionURLs"> … … 1767 1767 </field> 1768 1768 <field name="xslTransformer"> 1769 <String xml:space="preserve">Saxon 8B</String>1769 <String xml:space="preserve">Saxon9B</String> 1770 1770 </field> 1771 1771 <field name="extensionURLs"> … … 1793 1793 </field> 1794 1794 <field name="inputXSLURL"> 1795 <String xml:space="preserve"> file:/C:/TomDocs/awmcwork/pleiadesact/svnbox/BibIt/htmlindex.xsl</String>1795 <String xml:space="preserve">${cfdu}/../BibIt/htmlindex.xsl</String> 1796 1796 </field> 1797 1797 <field name="inputXMLURL"> … … 1853 1853 </field> 1854 1854 <field name="xslTransformer"> 1855 <String xml:space="preserve">Saxon 8B</String>1855 <String xml:space="preserve">Saxon9B</String> 1856 1856 </field> 1857 1857 <field name="extensionURLs"> … … 1939 1939 </field> 1940 1940 <field name="xslTransformer"> 1941 <String xml:space="preserve">Saxon 8B</String>1941 <String xml:space="preserve">Saxon9B</String> 1942 1942 </field> 1943 1943 <field name="extensionURLs"> … … 2016 2016 </field> 2017 2017 <field name="xslTransformer"> 2018 <String xml:space="preserve">Saxon 8B</String>2018 <String xml:space="preserve">Saxon9B</String> 2019 2019 </field> 2020 2020 <field name="extensionURLs"> … … 2093 2093 </field> 2094 2094 <field name="xslTransformer"> 2095 <String xml:space="preserve">Saxon 8B</String>2095 <String xml:space="preserve">Saxon9B</String> 2096 2096 </field> 2097 2097 <field name="extensionURLs"> … … 2170 2170 </field> 2171 2171 <field name="xslTransformer"> 2172 <String xml:space="preserve">Saxon 8B</String>2172 <String xml:space="preserve">Saxon9B</String> 2173 2173 </field> 2174 2174 <field name="extensionURLs"> … … 2256 2256 </field> 2257 2257 <field name="xslTransformer"> 2258 <String xml:space="preserve">Saxon 8B</String>2258 <String xml:space="preserve">Saxon9B</String> 2259 2259 </field> 2260 2260 <field name="extensionURLs"> … … 2333 2333 </field> 2334 2334 <field name="xslTransformer"> 2335 <String xml:space="preserve">Saxon 8B</String>2335 <String xml:space="preserve">Saxon9B</String> 2336 2336 </field> 2337 2337 <field name="extensionURLs"> … … 2410 2410 </field> 2411 2411 <field name="xslTransformer"> 2412 <String xml:space="preserve">Saxon 8B</String>2412 <String xml:space="preserve">Saxon9B</String> 2413 2413 </field> 2414 2414 <field name="extensionURLs"> … … 2487 2487 </field> 2488 2488 <field name="xslTransformer"> 2489 <String xml:space="preserve">Saxon 8B</String>2489 <String xml:space="preserve">Saxon9B</String> 2490 2490 </field> 2491 2491 <field name="extensionURLs"> … … 2564 2564 </field> 2565 2565 <field name="xslTransformer"> 2566 <String xml:space="preserve">Saxon 8B</String>2566 <String xml:space="preserve">Saxon9B</String> 2567 2567 </field> 2568 2568 <field name="extensionURLs"> … … 2641 2641 </field> 2642 2642 <field name="xslTransformer"> 2643 <String xml:space="preserve">Saxon 8B</String>2643 <String xml:space="preserve">Saxon9B</String> 2644 2644 </field> 2645 2645 <field name="extensionURLs"> … … 2804 2804 </field> 2805 2805 <field name="xslTransformer"> 2806 <String xml:space="preserve">Saxon 8B</String>2806 <String xml:space="preserve">Saxon9B</String> 2807 2807 </field> 2808 2808 <field name="extensionURLs"> … … 3129 3129 </field> 3130 3130 <field name="xslTransformer"> 3131 <String xml:space="preserve">Saxon 8B</String>3131 <String xml:space="preserve">Saxon9B</String> 3132 3132 </field> 3133 3133 <field name="extensionURLs"> … … 3206 3206 </field> 3207 3207 <field name="xslTransformer"> 3208 <String xml:space="preserve">Saxon 8B</String>3208 <String xml:space="preserve">Saxon9B</String> 3209 3209 </field> 3210 3210 <field name="extensionURLs"> … … 3377 3377 </field> 3378 3378 <field name="xslTransformer"> 3379 <String xml:space="preserve">Saxon 8B</String>3379 <String xml:space="preserve">Saxon9B</String> 3380 3380 </field> 3381 3381 <field name="extensionURLs"> … … 3540 3540 </field> 3541 3541 <field name="xslTransformer"> 3542 <String xml:space="preserve">Saxon 8B</String>3542 <String xml:space="preserve">Saxon9B</String> 3543 3543 </field> 3544 3544 <field name="extensionURLs"> … … 3617 3617 </field> 3618 3618 <field name="xslTransformer"> 3619 <String xml:space="preserve">Saxon 8B</String>3619 <String xml:space="preserve">Saxon9B</String> 3620 3620 </field> 3621 3621 <field name="extensionURLs"> … … 3727 3727 </field> 3728 3728 <field name="xslTransformer"> 3729 <String xml:space="preserve">Saxon 8B</String>3729 <String xml:space="preserve">Saxon9B</String> 3730 3730 </field> 3731 3731 <field name="extensionURLs"> BibIt/trunk/mods2html.xsl
r1243 r1403 55 55 <body> 56 56 <div id="navigation"> 57 <a href="index.html"> awmcbibliography</a>: <xsl:value-of select="@ID"/>57 <a href="index.html">pleiades bibliography</a>: <xsl:value-of select="@ID"/> 58 58 >> <a href="#details">details</a> 59 59 | <a href="{@ID}.xml">mods xml</a>
