[svnbook commit] r1355 - trunk/www

cmpilato svnbook-dev at red-bean.com
Wed May 25 14:27:41 CDT 2005


Author: cmpilato
Date: Wed May 25 14:27:40 2005
New Revision: 1355

Modified:
   trunk/www/index.en.html
   trunk/www/styles.css
Log:
Update the English webpage to present book versions differently.  I kept the
old stylesheet styles around for the translations to use, but hope that
those teams will switch to the new layout ASAP.

Modified: trunk/www/index.en.html
==============================================================================
--- trunk/www/index.en.html	(original)
+++ trunk/www/index.en.html	Wed May 25 14:27:40 2005
@@ -49,17 +49,26 @@
 
 <h2>Online Versions of the Book</h2>
 
-<p>There are two online versions of the book, depending on the version
-   of Subversion you're using.</p>
+<p>The folowing versions of the book are available online:</p>
 
-<table border="0" width="100%" id="versiontable">
-<tr>
-<th>Subversion 1.0 (final)</th>
-<th>Subversion 1.1 (final)</th>
-</tr>
+<div id="versionlist">
+
+<h3>Subversion 1.1 (final)</h3>
+
+<ul>
+<li>View the <a href="./en/1.1/svn-book.html">single-page HTML edition</a>
+    of the book (1.0MB).</li>
+<li>View the <a href="./en/1.1/index.html">multiple-page HTML edition</a>
+    of the book.</li>
+<li>View the <a href="./en/1.1/svn-book.pdf">PDF edition</a> of the book
+    (1.5MB).</li>
+<li>View the book's <a
+    href="http://svn.red-bean.com/svnbook/tags/en-1.1-final/src/en/book">Docbook 
+    XML sources</a>.</li>
+</ul>
+
+<h3>Subversion 1.0 (final)</h3>
 
-<tr>
-<td>
 <ul>
 <li>View the <a href="./en/1.0/svn-book.html">single-page HTML edition</a>
     of the book (933KB).</li>
@@ -71,24 +80,22 @@
     href="http://svn.red-bean.com/svnbook/tags/en-1.0-final/src/book/book/">Docbook 
     XML sources</a>.</li>
 </ul>
-</td>
 
-<td>
+<h3>Nightly Builds</h3>
+<p>These versions are still works-in-progress, so we ask that you
+   <strong>do not bookmark or link to these versions</strong>.</p>
+
 <ul>
-<li>View the <a href="./en/1.1/svn-book.html">single-page HTML edition</a>
-    of the book (1.0MB).</li>
-<li>View the <a href="./en/1.1/index.html">multiple-page HTML edition</a>
+<li>View the <a href="./nightly/en/svn-book.html">single-page HTML edition</a>
+    of the book.</li>
+<li>View the <a href="./nightly/en/index.html">multiple-page HTML edition</a>
     of the book.</li>
-<li>View the <a href="./en/1.1/svn-book.pdf">PDF edition</a> of the book
-    (1.5MB).</li>
 <li>View the book's <a
-    href="http://svn.red-bean.com/svnbook/tags/en-1.1-final/src/en/book">Docbook 
+    href="http://svn.red-bean.com/svnbook/trunk/src/en/book/">Docbook 
     XML sources</a>.</li>
 </ul>
-</td>
 
-</tr>
-</table>
+</div>
 
 <h2>Feedback/Contributing</h2>
 

Modified: trunk/www/styles.css
==============================================================================
--- trunk/www/styles.css	(original)
+++ trunk/www/styles.css	Wed May 25 14:27:40 2005
@@ -112,6 +112,26 @@
     text-align: right;
 }
 
+#versionlist
+{
+    border: 1px black dotted;
+    margin: 0 0.5in;
+    padding: 2px;
+    font-size: 90%;
+}
+
+#versionlist UL
+{
+    list-style-type: square;
+}
+
+#versionlist H3
+{
+    margin: 0;
+    background-color: rgb(182,38,133);
+    color: white;
+}
+
 #versiontable TH
 {
     background-color: rgb(182,38,133);
@@ -135,4 +155,4 @@
 .glossary
 {
     text-decoration: underline;
-}
\ No newline at end of file
+}



More information about the svnbook-dev mailing list