source: index.xml@ 20ce064

basic
Last change on this file since 20ce064 was 20ce064, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Do some xml cleanup

Add a section to the starting page: Work from the LFS command line

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20541 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 892 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY xinclude "http://www.w3.org/2001/XInclude">
5]>
6<!--
7$LastChangedBy$
8$Date$
9-->
10
11<book>
12
13 <!-- Front Matter -->
14 <xi:include xmlns:xi="&xinclude;" href="book/bookinfo.xml"/>
15 <xi:include xmlns:xi="&xinclude;" href="intro.xml"/>
16
17 <!-- Content -->
18 <xi:include xmlns:xi="&xinclude;" href="config.xml"/>
19 <xi:include xmlns:xi="&xinclude;" href="cmdline.xml"/>
20 <xi:include xmlns:xi="&xinclude;" href="admin.xml"/>
21 <xi:include xmlns:xi="&xinclude;" href="support.xml"/>
22 <xi:include xmlns:xi="&xinclude;" href="libraries.xml"/>
23
24 <!-- Appendices -->
25 <xi:include xmlns:xi="&xinclude;" href="appendices/creat-comm.xml"/>
26 <xi:include xmlns:xi="&xinclude;" href="appendices/mit-lic.xml"/>
27
28 <index/>
29
30</book>
Note: See TracBrowser for help on using the repository browser.