|
Revision 783
(checked in by rdelon, 3 years ago)
|
Changing version number for book
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5b1//EN" "../../../tools/docbook/docbook4.5/docbookx.dtd"> |
|---|
| 3 |
<book xmlns:db="http://docbook.org/docbook-ng" |
|---|
| 4 |
xmlns:xi="http://www.w3.org/2001/XInclude" |
|---|
| 5 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 6 |
id="cherrypy"> |
|---|
| 7 |
<?dbhtml filename="index.html"?> |
|---|
| 8 |
<bookinfo> |
|---|
| 9 |
<title>The CherryPy Documentation</title> |
|---|
| 10 |
<author> |
|---|
| 11 |
<orgname>The CherryPy Documentation Team</orgname> |
|---|
| 12 |
</author> |
|---|
| 13 |
|
|---|
| 14 |
<copyright> |
|---|
| 15 |
<year>2005</year> |
|---|
| 16 |
</copyright> |
|---|
| 17 |
<pubdate></pubdate> |
|---|
| 18 |
<releaseinfo>Revision: Latest trunk</releaseinfo> |
|---|
| 19 |
</bookinfo> |
|---|
| 20 |
|
|---|
| 21 |
<xi:include href="preface.xml"/> |
|---|
| 22 |
<xi:include href="gettingstarted.xml"/> |
|---|
| 23 |
<xi:include href="byexample.xml"/> |
|---|
| 24 |
<xi:include href="reference.xml"/> |
|---|
| 25 |
<xi:include href="appendix.xml"/> |
|---|
| 26 |
</book> |
|---|