source: index.xml@ 0459952d

v5_1
Last change on this file since 0459952d was 7af79ebd, checked in by Larry Lawrence <larry@…>, 20 years ago

index version wrong

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2280 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4
5<!ENTITY version "5.1">
6<!ENTITY releasedate "June 5th, 2004">
7<!ENTITY pubdate "2004-06-05">
8<!ENTITY blfs-version "5.1">
9<!ENTITY last-commit "Sun May 23 11:58:20 CDT 2004">
10
11<!ENTITY % book SYSTEM "book/book.ent">
12<!ENTITY % preface SYSTEM "preface/preface.ent">
13<!ENTITY % introduction SYSTEM "introduction/introduction.ent">
14<!ENTITY % postlfs SYSTEM "postlfs/postlfs.ent">
15<!ENTITY % general SYSTEM "general/general.ent">
16<!ENTITY % connect SYSTEM "connect/connect.ent">
17<!ENTITY % basicnet SYSTEM "basicnet/basicnet.ent">
18<!ENTITY % server SYSTEM "server/server.ent">
19<!ENTITY % content SYSTEM "content/content.ent">
20<!ENTITY % x SYSTEM "x/x.ent">
21<!ENTITY % kde SYSTEM "kde/kde.ent">
22<!ENTITY % gnome SYSTEM "gnome/gnome.ent">
23<!ENTITY % xsoft SYSTEM "xsoft/xsoft.ent">
24<!ENTITY % multimedia SYSTEM "multimedia/multimedia.ent">
25<!ENTITY % pst SYSTEM "pst/pst.ent">
26<!ENTITY % appendices SYSTEM "appendices/appendices.ent">
27
28%book;
29%preface;
30%introduction;
31%postlfs;
32%general;
33%connect;
34%basicnet;
35%server;
36%content;
37%x;
38%kde;
39%gnome;
40%xsoft;
41%multimedia;
42%pst;
43%appendices;
44
45]>
46
47<book>
48
49&book;
50
51</book>
Note: See TracBrowser for help on using the repository browser.