[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-rc1-sysvinit-33-g375cc4c

git git at cross-lfs.org
Sat Aug 9 00:58:12 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  375cc4c90dc6e2360cf3d647e521cf3a8debb590 (commit)
      from  5de48203a7fab741a3b0febac7d3de48868aeeb9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 375cc4c90dc6e2360cf3d647e521cf3a8debb590
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Aug 9 03:57:52 2014 -0400

    Rewrote top-index page

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 2a8763c..79f46b8 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>09 August 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Redo top index to list by arch, then 32/64/multilib
+          within each arch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>07 August 2014</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/stylesheets/top-index.xsl b/BOOK/stylesheets/top-index.xsl
index c592e2a..ddc012a 100644
--- a/BOOK/stylesheets/top-index.xsl
+++ b/BOOK/stylesheets/top-index.xsl
@@ -96,104 +96,112 @@ hr {
       </div>
       <div class="toc">
         <h3>
-          <xsl:text>32 Bit Builds</xsl:text>
+          <xsl:text>Select your target architecture:</xsl:text>
+        </h3>
+        <h3>
+          <xsl:text>Intel/AMD x86</xsl:text>
         </h3>
         <ul>
           <li>
             <h4>
               <a href="x86">
-                <xsl:text>Intel/AMD x86</xsl:text>
+                <xsl:text>32 Bits</xsl:text>
               </a>
             </h4>
           </li>
           <li>
             <h4>
-              <a href="mips">
-                <xsl:text>MIPS</xsl:text>
-              </a>
-            </h4>
-          </li>
-          <li>
-            <h4>
-              <a href="ppc">
-                <xsl:text>PowerPC</xsl:text>
+              <a href="x86_64-64">
+                <xsl:text>64 Bits</xsl:text>
               </a>
             </h4>
           </li>
           <li>
             <h4>
-              <a href="sparc">
-                <xsl:text>Sparc v8</xsl:text>
+              <a href="x86_64">
+                <xsl:text>Multilib</xsl:text>
               </a>
             </h4>
           </li>
 	</ul>
         <h3>
-          <xsl:text>64 Bit Builds</xsl:text>
+          <xsl:text>MIPS</xsl:text>
         </h3>
 	<ul>
           <li>
             <h4>
-              <a href="x86_64-64">
-                <xsl:text>x86_64</xsl:text>
+              <a href="mips">
+                <xsl:text>32 Bits</xsl:text>
               </a>
             </h4>
           </li>
           <li>
             <h4>
               <a href="mips64-64">
-                <xsl:text>MIPS</xsl:text>
+                <xsl:text>64 Bits</xsl:text>
               </a>
             </h4>
           </li>
           <li>
             <h4>
-              <a href="ppc64-64">
-                <xsl:text>PowerPC64</xsl:text>
+              <a href="mips64">
+                <xsl:text>Multilib</xsl:text>
               </a>
             </h4>
           </li>
-          <li>
-            <h4>
-             <a href="sparc64-64">
-                <xsl:text>Sparc v9/Ultrasparc</xsl:text>
-             </a>
-            </h4>
-          </li>
 	</ul>
         <h3>
-          <xsl:text>Multilib Builds</xsl:text>
+          <xsl:text>PowerPC</xsl:text>
         </h3>
 	<ul>
           <li>
             <h4>
-              <a href="x86_64">
-                <xsl:text>x86_64</xsl:text>
+              <a href="ppc">
+                <xsl:text>32 Bits</xsl:text>
               </a>
             </h4>
           </li>
           <li>
             <h4>
-              <a href="mips64">
-                <xsl:text>MIPS</xsl:text>
+              <a href="ppc64-64">
+                <xsl:text>64 Bits</xsl:text>
               </a>
             </h4>
           </li>
           <li>
             <h4>
               <a href="ppc64">
-                <xsl:text>PowerPC64</xsl:text>
+                <xsl:text>Multilib</xsl:text>
               </a>
             </h4>
           </li>
+        </ul>
+        <h3>
+          <xsl:text>Sparc</xsl:text>
+        </h3>
+	<ul>
           <li>
             <h4>
-             <a href="sparc64">
-                <xsl:text>Sparc v9/Ultrasparc</xsl:text>
-             </a>
+              <a href="sparc">
+                <xsl:text>32 Bits</xsl:text>
+              </a>
             </h4>
           </li>
-        </ul>
+          <li>
+            <h4>
+              <a href="sparc64-64">
+                <xsl:text>64 Bits</xsl:text>
+              </a>
+            </h4>
+          </li>
+          <li>
+            <h4>
+              <a href="sparc64">
+                <xsl:text>Multilib</xsl:text>
+              </a>
+            </h4>
+          </li>
+	</ul>
       </div>
     </div>
   </xsl:template>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/introduction/common/changelog.xml |   10 ++++
 BOOK/stylesheets/top-index.xsl         |   80 +++++++++++++++++--------------
 2 files changed, 54 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list