[svnbook commit] r1267 - trunk/src/en/book

maxb svnbook-dev at red-bean.com
Fri May 6 07:43:37 CDT 2005


Author: maxb
Date: Fri May  6 07:43:36 2005
New Revision: 1267

Removed:
   trunk/src/en/book/glossary.xml
Modified:
   trunk/src/en/book/book.xml
Log:
Remove unused glossary template. We have come this far without a glossary - if
we ever decide we want one, that's what history is for.

* en/book/book.xml: Remove reference to glossary. Also fix some indentation.
* en/book/glossary.xml: Delete file.


Modified: trunk/src/en/book/book.xml
==============================================================================
--- trunk/src/en/book/book.xml	(original)
+++ trunk/src/en/book/book.xml	Fri May  6 07:43:36 2005
@@ -18,12 +18,11 @@
 <!ENTITY appb     SYSTEM "appb.xml">
 <!ENTITY appc     SYSTEM "appc.xml">
 <!ENTITY appd     SYSTEM "appd.xml">
-<!ENTITY gloss    SYSTEM "glossary.xml">
 <!ENTITY license  SYSTEM "copyright.xml">
 <!ENTITY colo     SYSTEM "colo.xml">
 ]>
 
-  <book id="svn">
+<book id="svn">
   <title>Version Control with Subversion</title>
 
   <!-- Using revnumber would be more appropriate, but our stylesheets -->
@@ -72,11 +71,11 @@
       <holder>C. Michael Pilato</holder>
     </copyright>
 
-      <legalnotice><para>This work is licensed under the Creative
-        Commons Attribution License. To view a copy of this license,
-        visit http://creativecommons.org/licenses/by/2.0/ or send a
-        letter to Creative Commons, 559 Nathan Abbott Way, Stanford,
-        California 94305, USA.</para></legalnotice>
+    <legalnotice><para>This work is licensed under the Creative
+      Commons Attribution License. To view a copy of this license,
+      visit http://creativecommons.org/licenses/by/2.0/ or send a
+      letter to Creative Commons, 559 Nathan Abbott Way, Stanford,
+      California 94305, USA.</para></legalnotice>
 
   </bookinfo>
 
@@ -100,4 +99,4 @@
   &license;
   &colo;
 
-  </book>
+</book>



More information about the svnbook-dev mailing list