Fix issues with tribes docs reported on users list.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 18 Nov 2010 10:54:22 +0000 (10:54 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 18 Nov 2010 10:54:22 +0000 (10:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1036398 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/tribes/developers.xml [new file with mode: 0644]
webapps/docs/tribes/faq.xml
webapps/docs/tribes/interceptors.xml [new file with mode: 0644]
webapps/docs/tribes/introduction.xml
webapps/docs/tribes/membership.xml [new file with mode: 0644]
webapps/docs/tribes/project.xml
webapps/docs/tribes/setup.xml
webapps/docs/tribes/status.xml [new file with mode: 0644]
webapps/docs/tribes/transport.xml [new file with mode: 0644]

diff --git a/webapps/docs/tribes/developers.xml b/webapps/docs/tribes/developers.xml
new file mode 100644 (file)
index 0000000..44d00ff
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="developers.html">
+
+    &project;
+
+    <properties>
+        <title>Apache Tribes - Developers</title>
+    </properties>
+
+<body>
+
+
+<section name="Developers">
+    <p>TODO</p>
+</section>
+</body>
+
+</document>
index 932b3fa..449c53e 100644 (file)
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
-<document url="introduction.html">
+<document url="faq.html">
 
     &project;
 
     <properties>
-        <author email="fhanik@apache.org">Filip Hanik</author>
         <title>Apache Tribes - Frequently Asked Questions</title>
     </properties>
 
@@ -31,6 +30,7 @@
 
 
 <section name="Frequently Asked Questions">
+    <p>TODO</p>
 </section>
 </body>
 
diff --git a/webapps/docs/tribes/interceptors.xml b/webapps/docs/tribes/interceptors.xml
new file mode 100644 (file)
index 0000000..deeb9a7
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="interceptors.html">
+
+    &project;
+
+    <properties>
+        <title>Apache Tribes - Interceptors</title>
+    </properties>
+
+<body>
+
+
+<section name="Interceptors">
+    <p>TODO</p>
+</section>
+</body>
+
+</document>
index 3fcbeb2..04b2ca6 100644 (file)
@@ -18,7 +18,7 @@
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
-<document url="tribes.html">
+<document url="introduction.html">
 
     &project;
 
diff --git a/webapps/docs/tribes/membership.xml b/webapps/docs/tribes/membership.xml
new file mode 100644 (file)
index 0000000..cc6d0a2
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="membership.html">
+
+    &project;
+
+    <properties>
+        <title>Apache Tribes - Membership</title>
+    </properties>
+
+<body>
+
+
+<section name="Membership">
+    <p>TODO</p>
+</section>
+</body>
+
+</document>
index 467256f..3a88e3b 100644 (file)
@@ -38,7 +38,7 @@
 
     <menu name="Reference">
         <item name="Release Notes"         href="RELEASE-NOTES.txt"/>
-        <item name="JavaDoc"               href="/api/index.html"/>
+        <item name="JavaDoc"               href="../api/org/apache/catalina/tribes/package-summary.html"/>
     </menu>
 
     <menu name="Apache Tribes Development">
index cc9c2dd..3c85769 100644 (file)
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
-<document url="introduction.html">
+<document url="setup.html">
 
     &project;
 
     <properties>
-        <author email="fhanik@apache.org">Filip Hanik</author>
         <title>Apache Tribes - Configuration</title>
     </properties>
 
@@ -31,6 +30,7 @@
 
 
 <section name="Configuration Overview">
+    <p>TODO</p>
 </section>
 </body>
 
diff --git a/webapps/docs/tribes/status.xml b/webapps/docs/tribes/status.xml
new file mode 100644 (file)
index 0000000..83ff570
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="status.html">
+
+    &project;
+
+    <properties>
+        <title>Apache Tribes - Status</title>
+    </properties>
+
+<body>
+
+
+<section name="Status">
+    <p>TODO</p>
+</section>
+</body>
+
+</document>
diff --git a/webapps/docs/tribes/transport.xml b/webapps/docs/tribes/transport.xml
new file mode 100644 (file)
index 0000000..ff103b3
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="transport.html">
+
+    &project;
+
+    <properties>
+        <title>Apache Tribes - Transport</title>
+    </properties>
+
+<body>
+
+
+<section name="Transport">
+    <p>TODO</p>
+</section>
+</body>
+
+</document>