[svnbook] r3785 committed - I was surprised this morning to learn that a new book, "Subversion...

svnbook at googlecode.com svnbook at googlecode.com
Fri Oct 8 09:59:19 CDT 2010


Revision: 3785
Author: cmpilato at gmail.com
Date: Fri Oct  8 07:59:00 2010
Log: I was surprised this morning to learn that a new book, "Subversion
1.6", written by Sussman/Fitzpatrick/Pilato, has hit the market.  Yep,
ISBN 9781596821699[1].  Which is odd, because I'm fairly certain that
we haven't finished updating this book for 1.6 coverage.  Anyway, this
commit takes some steps to try to point out the DRAFT-ful nature of
the current text.

[1] http://isbn.nu/9781596821699

* src/en/stylesheets/custom-fo-stylesheet.xsl
   New custom stylesheet which marks this version as a draft.

* src/en/stylesheets/fo-stylesheet.xsl
   Include the new custom stylesheet.  Not strictly necessary to have
   this abstraction, but it makes all the custom stuff easy to find.

* src/en/stylesheets/custom-html-stylesheet.xsl
   Make this version as a draft.

* src/en/book/book.xml
   Add '[DRAFT]' to the title of the book.
http://code.google.com/p/svnbook/source/detail?r=3785

Added:
  /trunk/src/en/stylesheets/custom-fo-stylesheet.xsl
Modified:
  /trunk/src/en/book/book.xml
  /trunk/src/en/stylesheets/custom-html-stylesheet.xsl
  /trunk/src/en/stylesheets/fo-stylesheet.xsl

=======================================
--- /dev/null
+++ /trunk/src/en/stylesheets/custom-fo-stylesheet.xsl	Fri Oct  8 07:59:00  
2010
@@ -0,0 +1,7 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
version='1.0'>
+
+  <!-- Here live locale-specific customizations to the FO base stylesheet  
-->
+
+  <xsl:param name="draft.mode">yes</xsl:param>
+
+</xsl:stylesheet>
=======================================
--- /trunk/src/en/book/book.xml	Mon Nov 30 13:34:07 2009
+++ /trunk/src/en/book/book.xml	Fri Oct  8 07:59:00 2010
@@ -22,7 +22,7 @@
  ]>

  <book id="svn">
-  <title>Version Control with Subversion</title>
+  <title>Version Control with Subversion [DRAFT]</title>

    <bookinfo>

=======================================
--- /trunk/src/en/stylesheets/custom-html-stylesheet.xsl	Wed Dec  3  
05:11:55 2008
+++ /trunk/src/en/stylesheets/custom-html-stylesheet.xsl	Fri Oct  8  
07:59:00 2010
@@ -2,6 +2,8 @@

    <!-- Here live locale-specific customizations to the HTML base  
stylesheet -->

+  <xsl:param name="draft.mode">yes</xsl:param>
+
    <xsl:template name="user.footer.navigation">
      <div id="svn-footer">
      <hr/>
=======================================
--- /trunk/src/en/stylesheets/fo-stylesheet.xsl	Fri Mar 28 21:17:36 2008
+++ /trunk/src/en/stylesheets/fo-stylesheet.xsl	Fri Oct  8 07:59:00 2010
@@ -1,4 +1,5 @@
  <?xml version="1.0" encoding="UTF-8"?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
version="1.0">
    <xsl:import href="../../tools/fo-stylesheet.xsl"/>
+  <xsl:import href="custom-fo-stylesheet.xsl"/>
  </xsl:stylesheet>




More information about the svnbook-dev mailing list