[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-37-gc1fd134

git git at cross-lfs.org
Sat Aug 9 00:58:18 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, master has been updated
       via  c1fd1340c635e4acc4b3ebdd7c75e6c281931a59 (commit)
      from  34f7e3eeafd6e648e0f4121e00e573a9662eeb0c (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 c1fd1340c635e4acc4b3ebdd7c75e6c281931a59
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 87341c5..0354110 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