From: "swift" <swift@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gentoo-mips-faq.xml
Date: Tue, 9 Aug 2005 13:55:27 +0000 [thread overview]
Message-ID: <200508091355.j79DtANc011239@robin.gentoo.org> (raw)
swift 05/08/09 13:55:27
Modified: xml/htdocs/doc/en/draft gentoo-mips-faq.xml
Log:
Creating a TOC
Revision Changes Path
1.4 +81 -15 xml/htdocs/doc/en/draft/gentoo-mips-faq.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: gentoo-mips-faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoo-mips-faq.xml 9 Aug 2005 11:29:38 -0000 1.3
+++ gentoo-mips-faq.xml 9 Aug 2005 13:55:27 -0000 1.4
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v 1.3 2005/08/09 11:29:38 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v 1.4 2005/08/09 13:55:27 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/draft/gentoo-mips-faq.xml">
@@ -19,12 +19,13 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.1</version>
+<version>1.0</version>
<date>2005-08-09</date>
<chapter>
<title>About this document</title>
<section>
+<title>Introduction</title>
<body>
<p>
@@ -42,11 +43,76 @@
</body>
</section>
+<section>
+<title>Content</title>
+<body>
+
+<p>
+<b>About the Gentoo/MIPS project</b>
+</p>
+
+<ul>
+ <li><uri link="#what">What is Gentoo/MIPS?</uri></li>
+ <li><uri link="#why">Why install Gentoo Linux on MIPS?</uri></li>
+ <li>
+ <uri link="#port">Why don't you port Gentoo to NetBSD/MIPS or IRIX?</uri>
+ </li>
+</ul>
+
+<p>
+<b>MIPS Hardware FAQs</b>
+</p>
+
+<ul>
+ <li><uri link="#hw-what">What is MIPS?</uri></li>
+ <li>
+ <uri link="#hardware">What sort of hardware uses MIPS processors?</uri>
+ </li>
+ <li><uri link="#supported">Is my machine supported?</uri></li>
+ <li><uri link="#support_X">Why don't you support machine X</uri></li>
+</ul>
+
+<p>
+<b>MIPS Software FAQs</b>
+</p>
+
+<ul>
+ <li><uri link="#stage">Which stage tarball do I use?</uri></li>
+ <li>
+ <uri link="#chroot">I got told "illegal instruction" or "Cannot Execute
+ Binary File" when chrooting. What did I do wrong?</uri>
+ </li>
+</ul>
+
+<p>
+<b>Silicon Graphics Specific FAQs</b>
+</p>
+
+<ul>
+ <li><uri link="#netboot">Why doesn't my SGI machine netboot?</uri></li>
+ <li>
+ <uri link="#serial">The machine downloads the kernel, but then "hangs"
+ (using a monitor and keyboard -- not serial console)</uri>
+ </li>
+</ul>
+
+<p>
+<b>Cobalt Specific FAQs</b>
+</p>
+
+<ul>
+ <li><uri link="#cobaltboot">Why won't my Cobalt machine boot?</uri></li>
+ <li><uri link="#qube2700">Why don't you support the Qube 2700?</uri></li>
+</ul>
+
+
+</body>
+</section>
</chapter>
<chapter>
<title>About the Gentoo/MIPS Project</title>
-<section>
+<section id="what">
<title>What is Gentoo/MIPS?</title>
<body>
@@ -59,7 +125,7 @@
</body>
</section>
-<section>
+<section id="why">
<title>Why install Gentoo Linux on MIPS?</title>
<body>
@@ -89,7 +155,7 @@
</body>
</section>
-<section>
+<section id="port">
<title>Why don't you port Gentoo to NetBSD/MIPS or IRIX?</title>
<body>
@@ -114,7 +180,7 @@
<chapter>
<title>MIPS Hardware FAQs</title>
-<section>
+<section id="hw-what">
<title>What is MIPS?</title>
<body>
@@ -132,7 +198,7 @@
</body>
</section>
-<section>
+<section id="hardware">
<title>What sort of hardware uses MIPS processors?</title>
<body>
@@ -253,7 +319,7 @@
</body>
</section>
-<section>
+<section id="supported">
<title>Is my machine supported?</title>
<body>
@@ -289,7 +355,7 @@
</body>
</section>
-<section>
+<section id="support_X">
<title>Why don't you support machine X</title>
<body>
@@ -311,7 +377,7 @@
<chapter>
<title>MIPS Software FAQs</title>
-<section>
+<section id="stage">
<title>Which stage tarball do I use?</title>
<body>
@@ -354,7 +420,7 @@
</body>
</section>
-<section>
+<section id="chroot">
<title>I got told "Illegal Instruction" or "Cannot Execute Binary
File" when chrooting. What did I do wrong?</title>
<body>
@@ -378,7 +444,7 @@
<chapter>
<title>Silicon Graphics Specific FAQs</title>
-<section>
+<section id="netboot">
<title>Why doesn't my SGI machine netboot?</title>
<body>
@@ -448,7 +514,7 @@
</body>
</section>
-<section>
+<section id="serial">
<title>The machine downloads the kernel, but then "hangs" (using a monitor and
keyboard -- not serial console)</title>
<body>
@@ -467,7 +533,7 @@
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2005-08-09 13:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-09 13:55 swift [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-05-21 19:47 [gentoo-doc-cvs] cvs commit: gentoo-mips-faq.xml Sven Vermeulen
2005-09-08 12:18 Jose Luis Rivero
2005-09-06 18:00 swift
2005-09-06 17:59 swift
2005-08-30 19:04 swift
2005-08-09 11:29 swift
2005-08-09 11:24 swift
2005-08-09 11:08 swift
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200508091355.j79DtANc011239@robin.gentoo.org \
--to=swift@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox