summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-09-03 21:05:37 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-09-03 21:05:37 +0000
commit404d76b859033aeca9528bdfe96ef28a60213e7f (patch)
treeba49b25522869d4c541e27e2c259e92fca8d3007
parenthmm will have to reinvestigate this mkdir /etc/fcron thingy (diff)
downloadhistorical-404d76b859033aeca9528bdfe96ef28a60213e7f.tar.gz
historical-404d76b859033aeca9528bdfe96ef28a60213e7f.tar.bz2
historical-404d76b859033aeca9528bdfe96ef28a60213e7f.zip
new rev of the web site
-rw-r--r--app-doc/gentoo-web/files/xml/build.xml2
-rw-r--r--app-doc/gentoo-web/files/xml/keychain.xml2
-rw-r--r--app-doc/gentoo-web/files/xml/main-projects.xml21
-rw-r--r--app-doc/gentoo-web/files/xml/project-xml.xml8
4 files changed, 21 insertions, 12 deletions
diff --git a/app-doc/gentoo-web/files/xml/build.xml b/app-doc/gentoo-web/files/xml/build.xml
index 8c5765f09a1e..a1c8935ca1ba 100644
--- a/app-doc/gentoo-web/files/xml/build.xml
+++ b/app-doc/gentoo-web/files/xml/build.xml
@@ -208,7 +208,7 @@ tarball contained on the CD-ROM. To mount the CD-ROM, one typically types:
# <i>cd /mnt/gentoo</i>
# <i>tar -xvjpf /mnt/cdrom/build-*.tbz2</i>
# <i>mount -o bind /proc /mnt/gentoo/proc</i>
-# <i>chroot /mnt/gentoo</i>
+# <i>chroot /mnt/gentoo /bin/bash</i>
# <i>env-update</i>
Regenerating /etc/ld.so.cache...
# <i>source /etc/profile</i>
diff --git a/app-doc/gentoo-web/files/xml/keychain.xml b/app-doc/gentoo-web/files/xml/keychain.xml
index 7cfa1581df44..bb861b9f0aeb 100644
--- a/app-doc/gentoo-web/files/xml/keychain.xml
+++ b/app-doc/gentoo-web/files/xml/keychain.xml
@@ -25,7 +25,7 @@ numerical "keys". And one of the main appeals of RSA and DSA authentication is
promise of being able to establish connections to remote systems <e>without
supplying a password</e>. The <c>keychain</c> bash script makes handling RSA and
DSA keys both convenient and secure. It acts as a front-end to <c>ssh-agent</c>,
-but allows you to easily have one long-running <c>ssh-agent</c> process <e>per system</e>,
+allowing you to easily have one long-running <c>ssh-agent</c> process <e>per system</e>,
rather than per login session. This dramatically reduces the number of times you need
to enter your passphrase from once per new login session to once <e>every time your local
machine is rebooted.</e>
diff --git a/app-doc/gentoo-web/files/xml/main-projects.xml b/app-doc/gentoo-web/files/xml/main-projects.xml
index b3b6034465bc..9e81110591b2 100644
--- a/app-doc/gentoo-web/files/xml/main-projects.xml
+++ b/app-doc/gentoo-web/files/xml/main-projects.xml
@@ -12,8 +12,8 @@
</body>
</standout>
-<version>1.0.1</version>
-<date>22 Apr 2001</date>
+<version>1.0.2</version>
+<date>02 Sep 2001</date>
<chapter>
@@ -21,15 +21,24 @@
<body>
<p>
- <uri link="/projects/dynfw.html">The dynfw firewall scripts</uri> are a collection of netfilter-based
+ <b><uri link="/projects/keychain">Keychain</uri> is an extremely handy OpenSSH-compatible RSA/DSA key management
+ application for bash.</b> It acts as a front-end to <c>ssh-agent</c>,
+allowing you to easily have one long-running <c>ssh-agent</c> process <e>per system</e>,
+rather than per login session. This dramatically reduces the number of times you need
+to enter your passphrase from once per new login session to once <e>every time your local
+machine is rebooted.</e>
+ </p>
+
+ <p>
+ <b><uri link="/projects/dynfw.html">The dynfw firewall scripts</uri> are a collection of netfilter-based
(<c>iptables</c>) firewall scripts designed to allow for an immediate, measured response against pending
- security threats. These <c>bash</c> scripts have been designed to work with nearly any netfilter-based firewall
+ security threats.</b> These <c>bash</c> scripts have been designed to work with nearly any netfilter-based firewall
(including both "allow by default" and "deny by default" configurations).
</p>
<p>
- <uri link="/projects/xml.html">The XML projects page</uri> contains the complete <c>guide</c> XSLT engine that
- is used to create this entire site, including the main pages and online documentation. On this page, you
+ <b><uri link="/projects/xml.html">The XML projects page</uri> contains the complete <c>guide</c> XSLT engine that
+ is used to create this entire site, including the main pages and online documentation.</b> On this page, you
can find a tarball that contains the complete sources that were used to generate the latest version of
the <uri>http://www.gentoo.org</uri> Web site -- the one you are viewing now.
</p>
diff --git a/app-doc/gentoo-web/files/xml/project-xml.xml b/app-doc/gentoo-web/files/xml/project-xml.xml
index 1c9945a6cc51..f4aee941eeed 100644
--- a/app-doc/gentoo-web/files/xml/project-xml.xml
+++ b/app-doc/gentoo-web/files/xml/project-xml.xml
@@ -8,8 +8,8 @@ This page contains information about the "guide" XML project, used for the
Gentoo Linux documentation and Web site.
</abstract>
-<version>1.0</version>
-<date>07 Jun 2001</date>
+<version>1.1</version>
+<date>02 Sep 2001</date>
<chapter>
<title>Guide XML</title>
@@ -26,8 +26,8 @@ developerWorks</uri> articles, written by Daniel Robbins:</p>
<ul>
<li>In <uri link="http://www-106.ibm.com/developerworks/usability/library/us-gentoo/index.html">Part 1</uri>, Daniel creates a user-centric action plan and introduces <c>pytext</c>, an embedded Python interpreter.</li>
<li>In <uri link="http://www-106.ibm.com/developerworks/usability/library/us-gent/">Part 2</uri>, Daniel shows off the new <c>guide XML</c> documentation system and sets up a daily CVS-log mailing list.</li>
- <li>Part 3: Coming soon</li>
- <li>Part 4: Coming soon</li>
+ <li>In <uri link="http://www-106.ibm.com/developerworks/usability/library/us-gentoo3/">Part 3</uri>, Daniel designs a new look for the site as a whole.</li>
+ <li>In <uri link="http://www-106.ibm.com/developerworks/usability/library/us-gentoo4/">Part 4</uri>, Daniel completes the conversion to XML/XSLT, fixes a host of Netscape 4.x browser compatibility bugs, and adds an auto-generated XML Changelog to the site.</li>
</ul>
<p>We also have a <uri link="/doc/xml-guide.html">Gentoo Linux Documentation