Added section on BLFS WiKi in Chapter 1. Deleted section on Package Management in Chapter 2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5605 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-01-28 00:41:44 +00:00
parent ca7868cfdb
commit acbb975caf
6 changed files with 62 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<!ENTITY blfs-bootscripts-version "20060101"> <!ENTITY blfs-bootscripts-version "20060101">
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
<!ENTITY blfs-wiki "http://wiki/linuxfromscratch.org/blfs/wiki"> <!ENTITY blfs-wiki "http://wiki.linuxfromscratch.org/blfs/wiki">
<!-- Part II --> <!-- Part II -->
<!-- Chapter 3 --> <!-- Chapter 3 -->

View File

@ -14,7 +14,7 @@
the book, to introduce important concepts and to explain some issues you may the book, to introduce important concepts and to explain some issues you may
see with some of the included packages.</para> see with some of the included packages.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkgmgt.xml"/> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkgmgt.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unpacking.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unpacking.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="position.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="position.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patches.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patches.xml"/>

View File

@ -44,6 +44,13 @@
<listitem> <listitem>
<para>January 27th, 2006</para> <para>January 27th, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[bdubbs] - Added section on the BLFS WiKi.</para>
</listitem>
<listitem>
<para>[bdubbs] - Removed section on package management because it
has been incorporated into LFS.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Modified the instruction to apply the patch in the <para>[randy] - Modified the instruction to apply the patch in the
kdegraphics instructions as the patch has changed, thanks to Miguel kdegraphics instructions as the patch has changed, thanks to Miguel

View File

@ -27,6 +27,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="packages.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="packages.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="changelog.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="changelog.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="maillists.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="maillists.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wiki.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="newsserver.xml"/> --> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="newsserver.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="askhelp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="askhelp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="contact.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="contact.xml"/>

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="wiki" xreflabel="wiki">
<?dbhtml filename="wiki.html"?>
<sect1info>
<othername>$LastChangedBy: randy $</othername>
<date>$Date: 2005-12-28 19:24:51 -0600 (Wed, 28 Dec 2005) $</date>
</sect1info>
<title>BLFS WiKi</title>
<para>The BLFS Project has created a WiKi for users to comment on pages
and instructions at <ulink url='http://wiki.linuxfromscratch.org/blfs/'/>.
Comments are welcome from all users.</para>
<para>The following are the rules for posting:
<itemizedlist>
<listitem>
<para>Users must register and log in to edit a page.</para>
</listitem>
<listitem>
<para>Suggestions to change the book should be made by creating a new ticket,
<emphasis>not</emphasis> by making comments inthe WiKi.</para>
</listitem>
<listitem>
<para>Questions with your specific installation problems should be made
by subscribing and mailing to the BLFS Support Mailing List at <ulink
url='mailto:blfs-support@linuxfromscratch.org'/>.</para>
</listitem>
<listitem>
<para>Discussions of build instructions should be made by subscribing
and mailing to the BLFS Development List at <ulink
url='mailto:blfs-dev@linuxfromscratch.org'/>.</para>
</listitem>
<listitem>
<para>Inappropriate material will be removed.</para>
</listitem>
</itemizedlist>
</para>
</sect1>

View File

@ -94,6 +94,9 @@ make MANDIR=/usr/share/man</userinput></screen>
<screen role="root"><userinput>make MANDIR=/usr/share/man install &amp;&amp; <screen role="root"><userinput>make MANDIR=/usr/share/man install &amp;&amp;
cp -v -r certs /etc/ssl</userinput></screen> cp -v -r certs /etc/ssl</userinput></screen>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/OpenSSL'/></para>
</sect2> </sect2>
<sect2 role="commands"> <sect2 role="commands">