@@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xl="http://www.w3.or
4
4
xmlns:xi=" http://www.w3.org/2001/XInclude"
5
5
xsi:schemaLocation=" http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd" >
6
6
<?dbhtml filename =" index.html" ?>
7
- <info >
7
+ <bookinfo >
8
8
<title >Jetty : The Definitive Reference</title >
9
9
<copyright >
10
10
<year >2012</year >
@@ -16,10 +16,8 @@ xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0
16
16
<date >
17
17
<?dbtimestamp format =" Y-m-d H:M:S" ?>
18
18
</date >
19
- <revdescription >This documentation is a work in progress, initially being largely structural and increasingly
20
- populated with meaningful content on Jetty 9. Versions that contain SNAPSHOT are updated frequently by and
21
- automated process while versions that contain M, RC, or v#### are durable releases for a specific version of
22
- Jetty.</revdescription >
19
+ <revdescription >This documentation is produced and contributed to under the <link
20
+ xl : href =" http://www.eclipse.org/legal/epl-v10.html" >EPL</link ></revdescription >
23
21
</revision >
24
22
</revhistory >
25
23
<keywordset >
@@ -33,7 +31,31 @@ xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0
33
31
<keyword >java</keyword >
34
32
<keyword >software</keyword >
35
33
</keywordset >
36
- </info >
34
+ </bookinfo >
35
+ <dedication >
36
+ <title >Welcome to the Jetty Documentation Hub!</title >
37
+ <para >This documentation is for Jetty 9 and is a work in progress, initially being largely structural and
38
+ increasingly being populated with meaningful content.</para >
39
+ <para >The version as indicated above containing SNAPSHOT are updated frequently by an automated process while
40
+ versions that contain M#, RC#, or v#### are durable releases for a specific version of Jetty.</para >
41
+ <para >If you need documentation on a previous release of Jetty the following list should direct you where you need
42
+ to go.</para >
43
+ <itemizedlist >
44
+ <listitem >
45
+ <para >
46
+ <link xl : href =" http://wiki.eclipse.org/Jetty" >Jetty 7 and 8 Wiki</link >
47
+ </para >
48
+ </listitem >
49
+ <listitem >
50
+ <para >
51
+ <link xl : href =" http://docs.codehaus.org/display/JETTY/Jetty+Documentation" >Jetty 6 Wiki</link >
52
+ </para >
53
+ </listitem >
54
+ </itemizedlist >
55
+ <para >This documentation is a community effort and is hosted at GitHub and we invite contributors to fork the
56
+ repository and contribute! More information can be found in the <xref
57
+ linkend =" contributing-documentation" />section.</para >
58
+ </dedication >
37
59
<!--
38
60
BASIC: there is a directory called basic, this comprises the basic
39
61
entry level information for jetty, suitable for someone that is perhaps new
0 commit comments