Go to file
Randy McMurchy 10ce9feb28 Fixed the Template file after the sed insert
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5841 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-04-10 18:44:25 +00:00
appendices Set all xml files have the same keywords 2005-07-31 05:47:39 +00:00
basicnet Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1 2006-04-10 18:35:11 +00:00
book Text updates and corrections provided by a patch sent in by Chris Staub, thanks Chris 2006-02-12 22:02:25 +00:00
connect Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #2 2006-04-10 18:35:35 +00:00
general Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3 2006-04-10 18:35:56 +00:00
gnome Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4 2006-04-10 18:36:24 +00:00
images updated stylesheets to 0.9 2004-05-08 02:42:12 +00:00
introduction Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #12 2006-04-10 18:40:34 +00:00
kde Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #5 2006-04-10 18:37:03 +00:00
multimedia Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #6 2006-04-10 18:37:19 +00:00
postlfs Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #7 2006-04-10 18:38:22 +00:00
pst Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #8 2006-04-10 18:38:41 +00:00
server Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #9 2006-04-10 18:38:56 +00:00
stylesheets Add missing stylesheets/blfs-profile.xsl for pdf generation 2006-04-04 03:47:17 +00:00
template Fixed the Template file after the sed insert 2006-04-10 18:44:25 +00:00
x Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #10 2006-04-10 18:39:30 +00:00
xincludes Created two XInclude files to replace instances of identical text in several KDE packages 2006-03-16 16:24:25 +00:00
xsoft Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #11 2006-04-10 18:39:55 +00:00
general.ent Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #12 2006-04-10 18:40:34 +00:00
index.xml Removed excess spaces from the ends of lines in the source files 2005-05-30 22:16:12 +00:00
INSTALL Removed excess spaces from the ends of lines in the source files 2005-05-30 22:16:12 +00:00
lib-config.xml Removed excess spaces from the ends of lines in the source files 2005-05-30 22:16:12 +00:00
Makefile Update slash locations in Makefile for consistency 2006-04-04 16:11:49 +00:00
obfuscate.sh Fixed problem with obfuscate.sh finding strings too long 2006-03-17 18:42:50 +00:00
README Added bluefish from patch from theOldFellow; updated Makefile and README 2005-06-05 18:51:46 +00:00
tidy.conf Update to style sheets; added tidy to Makefile 2004-05-17 06:26:42 +00:00
use-unzip.xml Remove entity overuse 2005-07-24 23:40:59 +00:00

How do I convert these XML files to other formats like HTML, PDF,
and TXT? You need to have some software installed that deal with these
conversions. Please read the INSTALL file to determine what programs
you need to install and where to get instructions to install that software.

After that, you can build the html with a simple 'make' command.
The default target builds the html in $(HOME)/public_html/blfs-book.

Other Makefile targets are: nochunks, pdf, tex, validate, and
blfs-patch-list.

nochunks: builds BLFS in one huge file.

pdf: builds BLFS as a pdf file.

tex: converts the xml files to tex files

validate:  does an extensive check for xml errors in the book.

blfs-patch-list: generates a list of all blfs controlled patches in the book.