[svnbook commit] r3005 - in trunk/src: en/stylesheets tools

cmpilato noreply at red-bean.com
Fri Mar 28 23:17:37 CDT 2008


Author: cmpilato
Date: Fri Mar 28 23:17:36 2008
New Revision: 3005

Log:
Make the custom footer only appear in the English version.  Other
translations may wish to do something similar, pointing folks to their
translation homepage.

* src/tools/base-html-stylesheet.xsl
  Move English-specific bits out of here, and ...

* src/en/stylesheets,
* src/en/stylesheets/fo-stylesheet.xsl,
* src/en/stylesheets/html-stylesheet.xsl,
* src/en/stylesheets/chunk-stylesheet.xsl,
* src/en/stylesheets/custom-html-stylesheet.xsl
  ... make use of the existing custom stylesheet support to put those
  English-specific bits only into the English version of the book (by
  adding these custom stylesheets).

Added:
   trunk/src/en/stylesheets/
   trunk/src/en/stylesheets/chunk-stylesheet.xsl
   trunk/src/en/stylesheets/custom-html-stylesheet.xsl
   trunk/src/en/stylesheets/fo-stylesheet.xsl
   trunk/src/en/stylesheets/html-stylesheet.xsl
Modified:
   trunk/src/tools/base-html-stylesheet.xsl

Modified: trunk/src/tools/base-html-stylesheet.xsl
==============================================================================
--- trunk/src/tools/base-html-stylesheet.xsl	(original)
+++ trunk/src/tools/base-html-stylesheet.xsl	Fri Mar 28 23:17:36 2008
@@ -23,13 +23,4 @@
     </xsl:call-template>
   </xsl:template>
 
-  <xsl:template name="user.footer.navigation">
-    <div id="svn-footer">
-    <hr/>
-    <p>You are reading <em>Version Control with Subversion</em> (for Subversion 1.5), by Ben Collins-Sussman, Brian W. Fitpatrick, and C. Michael Pilato.<br/>
-       This work is licensed under the <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution License v2.0</a>.<br/>
-       To submit comments, corrections, or other contributions to the text, please visit <a href="http://www.svnbook.com/">http://www.svnbook.com/</a>.</p>
-    </div>
-  </xsl:template>
-
 </xsl:stylesheet>




More information about the svnbook-dev mailing list