Skip to content

Commit 7876b77

Browse files
committed
fixed of the front page a bit
1 parent 0c84257 commit 7876b77

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

src/docbkx-stylesheet/html/docbook.xsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
1616

1717
<!-- tweak the generation of toc generation -->
1818
<xsl:param name="generate.section.toc.level" select="1"/>
19-
<xsl:param name="toc.section.depth" select="1"/>
19+
<xsl:param name="toc.section.depth" select="1"/>
20+
<!--xsl:param name="chunk.tocs.and.lots" select="1"/-->
2021
<xsl:param name="generate.toc">
2122
appendix toc,title
2223
article/appendix nop

src/docbkx/jetty.xml

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xl="http://www.w3.or
44
xmlns:xi="http://www.w3.org/2001/XInclude"
55
xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd">
66
<?dbhtml filename="index.html"?>
7-
<info>
7+
<bookinfo>
88
<title>Jetty : The Definitive Reference</title>
99
<copyright>
1010
<year>2012</year>
@@ -16,10 +16,8 @@ xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0
1616
<date>
1717
<?dbtimestamp format="Y-m-d H:M:S"?>
1818
</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>
2321
</revision>
2422
</revhistory>
2523
<keywordset>
@@ -33,7 +31,31 @@ xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0
3331
<keyword>java</keyword>
3432
<keyword>software</keyword>
3533
</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>
3759
<!--
3860
BASIC: there is a directory called basic, this comprises the basic
3961
entry level information for jetty, suitable for someone that is perhaps new

0 commit comments

Comments
 (0)