[svnbook] r4205 committed - * www/bin/build-and-deploy.conf...

svnbook at googlecode.com svnbook at googlecode.com
Fri Nov 11 11:39:29 CST 2011


Revision: 4205
Author:   cmpilato at gmail.com
Date:     Fri Nov 11 09:39:19 2011
Log:      * www/bin/build-and-deploy.conf
   Now build the 1.7/en branch for the English 1.7 version.  Also,
   build only the html-chunk format for nightlies now as that's the
   only version that will carry the admonishment about incompleteness.

* www/index.en.html
   Add links to the 1.7 versions, and remove links to nightlies save
   for the html-chunk version.

http://code.google.com/p/svnbook/source/detail?r=4205

Modified:
  /www/bin/build-and-deploy.conf
  /www/index.en.html

=======================================
--- /www/bin/build-and-deploy.conf	Thu Aug 11 08:56:42 2011
+++ /www/bin/build-and-deploy.conf	Fri Nov 11 09:39:19 2011
@@ -7,9 +7,15 @@

  [en-trunk]
  locale = en
-version = 1.7
+version = 1.8
  src_path = trunk/en
  adsense = 1
+formats = html-chunk
+
+[en-1.7]
+locale = en
+version = 1.7
+adsense = 1

  [en-1.6]
  locale = en
=======================================
--- /www/index.en.html	Wed Sep  7 08:51:26 2011
+++ /www/index.en.html	Fri Nov 11 09:39:19 2011
@@ -71,6 +71,22 @@

  <div id="versionlist" class="versionlist">

+<h3>For Subversion 1.7</h3>
+
+<ul>
+<li>View the <a href="./en/1.7/index.html">multiple-page HTML edition</a>
+    of the book.
+    [<a href="./en/1.7/svn-book-html-chunk.tar.bz2">tar.bz</a>]</li>
+<li>View the <a href="./en/1.7/svn-book.html">single-page HTML edition</a>
+    of the book.
+    [<a href="./en/1.7/svn-book-html.tar.bz2">tar.bz</a>]</li>
+<li>View the <a href="./en/1.7/svn-book.pdf">PDF edition</a> of the
+    book.</li>
+<li>View the book's
+    <a  
href="http://code.google.com/p/svnbook/source/browse/branches/1.7/en/book/"
+    >DocBook XML sources</a>.</li>
+</ul>
+
  <h3>For Subversion 1.6</h3>

  <ul>
@@ -87,22 +103,19 @@
      >DocBook XML sources</a>.</li>
  </ul>

+
  <h3>Nightly Build (for Subversion 1.7)</h3>
-<p>Please bear in mind that these versions are works-in-progress: if you
-bookmark or link to specific sections, those links may be invalidated by
-continuing development. If you need a link that can be reasonably expected  
to
-remain stable for years to come, link to one of the completed editions
-above.</p>
+
+<p>Please bear in mind that these versions are works-in-progress: if
+   you bookmark or link to specific sections, those links may be
+   invalidated by continuing development. If you need a link that can
+   be reasonably expected to remain stable for years to come, link to
+   one of the completed editions above.</p>

  <ul>
  <li>View the <a href="./nightly/en/index.html">multiple-page HTML  
edition</a>
      of the book.
      [<a href="./nightly/en/svn-book-html-chunk.tar.bz2">tar.bz</a>]</li>
-<li>View the <a href="./nightly/en/svn-book.html">single-page HTML  
edition</a>
-    of the book.
-    [<a href="./nightly/en/svn-book-html-chunk.tar.bz2">tar.bz</a>]</li>
-<li>View the <a href="./nightly/en/svn-book.pdf">PDF edition</a> of the
-    book.</li>
  <li>View the book's <a
       
href="http://code.google.com/p/svnbook/source/browse/trunk/en/book/">DocBook
      XML sources</a>.</li>




More information about the svnbook-dev mailing list