You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by aj...@apache.org on 2004/05/25 21:21:26 UTC

svn commit: rev 20445 - incubator/depot/trunk/version/src/documentation/content/xdocs/code

Author: ajack
Date: Tue May 25 14:21:26 2004
New Revision: 20445

Added:
   incubator/depot/trunk/version/src/documentation/content/xdocs/code/
   incubator/depot/trunk/version/src/documentation/content/xdocs/code/faq.xml
   incubator/depot/trunk/version/src/documentation/content/xdocs/code/index.xml
Log:
TRying to get in sync w/ SVN...


Added: incubator/depot/trunk/version/src/documentation/content/xdocs/code/faq.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/version/src/documentation/content/xdocs/code/faq.xml	Tue May 25 14:21:26 2004
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+$Id: faq.xml 20438 2004-05-25 18:04:49Z ajack $
+Copyright 2004 The Apache Software Foundation
+Licensed 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 PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
+
+<document>
+  <header>
+    <title>Depot Version API - FAQ</title>
+    <authors>
+      <person id="ajack" name="Adam R. B. Jack" email="ajack@apache.org"/>
+    </authors>
+  </header>
+  
+  <body>
+  	<note>Ask and they'll be added...</note>
+  </body>
+</document>

Added: incubator/depot/trunk/version/src/documentation/content/xdocs/code/index.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/version/src/documentation/content/xdocs/code/index.xml	Tue May 25 14:21:26 2004
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+$Id: index.xml 20438 2004-05-25 18:04:49Z ajack $
+Copyright 2004 The Apache Software Foundation
+Licensed 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 PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
+
+<document>
+  <header>
+    <title>Depot Version API</title>
+    <authors>
+      <person id="ajack" name="Adam R. B. Jack" email="arb_jack@users.sourceforge.net"/>
+    </authors>
+  </header>
+  
+  <body>
+    <section><title>API</title>
+      <p>The <strong>Depot Version API</strong> is a work in progress. Today, primary clases are <code>org.apache.depot.version.Runtime</code> and <code>org.apache.depot.version.Manager</code>, although the former is far further along. Give us feedback, and tell us what you need, and we'll mature the API.</p>
+      <p>For more information, review the <link href="../javadocs/index.html">API javadocs</link></p>
+    </section>
+  </body>
+</document>