~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to jk/xdocs/empty.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE document [
3
 
  <!ENTITY project SYSTEM "project.xml">
4
 
]>
5
 
<document url="empty.html">
6
 
  &project;
7
 
<copyright>
8
 
   Copyright 1999-2004 The Apache Software Foundation
9
 
 
10
 
   Licensed under the Apache License, Version 2.0 (the "License");
11
 
   you may not use this file except in compliance with the License.
12
 
   You may obtain a copy of the License at
13
 
 
14
 
       http://www.apache.org/licenses/LICENSE-2.0
15
 
 
16
 
   Unless required by applicable law or agreed to in writing, software
17
 
   distributed under the License is distributed on an "AS IS" BASIS,
18
 
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
 
   See the License for the specific language governing permissions and
20
 
   limitations under the License.
21
 
</copyright>
22
 
<properties>
23
 
 
24
 
<title>Empty template</title>
25
 
<author email="developer@apache.org">Developer Name</author>
26
 
 
27
 
<date>$Date: 2004/11/19 10:05:31 $</date>
28
 
</properties>
29
 
<body>
30
 
 
31
 
<section name="Generic">
32
 
<p>
33
 
This is a generic template for JK documentation. Please fill in the <b>url</b> and <b>title</b>
34
 
tags, as well as <b>author</b> tags.
35
 
</p>
36
 
</section>
37
 
 
38
 
</body>
39
 
</document>