You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/08 18:20:41 UTC

svn commit: r111287 - incubator/apollo/trunk/src/site/content/xdocs

Author: ips
Date: Wed Dec  8 09:20:40 2004
New Revision: 111287

URL: http://svn.apache.org/viewcvs?view=rev&rev=111287
Log:
various
Added:
   incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml
   incubator/apollo/trunk/src/site/content/xdocs/issue_tracking.xml
   incubator/apollo/trunk/src/site/content/xdocs/version_control.xml
Removed:
   incubator/apollo/trunk/src/site/content/xdocs/contact.xml
   incubator/apollo/trunk/src/site/content/xdocs/howtobuild.xml
Modified:
   incubator/apollo/trunk/src/site/content/xdocs/site.xml

Deleted: /incubator/apollo/trunk/src/site/content/xdocs/contact.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/contact.xml?view=auto&rev=111286
==============================================================================

Added: incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml?view=auto&rev=111287
==============================================================================
--- (empty file)
+++ incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml	Wed Dec  8 09:20:40 2004
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Apollo Contact Information</title>
+  </header>
+  
+  <body>
+    <section>
+      <title>Mailing Lists</title>
+      <p>
+        There is currently one mailing list for the project:
+        <a href="mailto:apollo-dev AT ws DOT apache DOT org">apollo-dev AT ws DOT apache DOT org</a>.        
+      </p>
+      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
+      <ul>
+        <li><a href="mailto:apollo-dev-subscribe@ws.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:apollo-dev-unsubscribe@ws.apache.org">Unsubscribe from List</a></li>
+        <li><a href="http://ws.apache.org/mail/apollo-dev/">View List Archive</a></li>
+      </ul>
+    </section>
+    <section>
+      <title>Chat Rooms</title>
+      <p>
+        The Apollo developers can usually be found on the 
+        <a href="irc://irc.freenode.net/apache-ws-fx"><code>#apache-ws-fx</code> channel on the
+        <code>irc.freenode.net</code> IRC server</a>.
+      </p>
+    </section>
+  </body>
+  
+</document>

Deleted: /incubator/apollo/trunk/src/site/content/xdocs/howtobuild.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/howtobuild.xml?view=auto&rev=111286
==============================================================================

Added: incubator/apollo/trunk/src/site/content/xdocs/issue_tracking.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/issue_tracking.xml?view=auto&rev=111287
==============================================================================
--- (empty file)
+++ incubator/apollo/trunk/src/site/content/xdocs/issue_tracking.xml	Wed Dec  8 09:20:40 2004
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Apollo Issue Tracking</title>
+  </header>
+  
+  <body>
+    <p>
+      Apollo issues (bugs, as well as enhancement requests) are tracked in 
+      Apache JIRA <a href="http://nagoya.apache.org/jira/browse/Apollo">here</a>.
+      If you aren't sure whether something is a bug, post a question on the
+      Apollo <a href="contact_info.html">mailing list</a>.
+    </p>
+  </body>
+  
+</document>

Modified: incubator/apollo/trunk/src/site/content/xdocs/site.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/site.xml?view=diff&rev=111287&p1=incubator/apollo/trunk/src/site/content/xdocs/site.xml&r1=111286&p2=incubator/apollo/trunk/src/site/content/xdocs/site.xml&r2=111287
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/site.xml	(original)
+++ incubator/apollo/trunk/src/site/content/xdocs/site.xml	Wed Dec  8 09:20:40 2004
@@ -16,15 +16,18 @@
 
 <site label="Apollo" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
 
-  <about label="About">
-    <overview label="Overview"      href="index.html" />
-    <website  label="WSRF"          href="wsrf.html" />
-    <relnotes label="Release Notes" href="release_notes.html" />
-  </about>
+  <project label="Project Info">
+    <overview    label="Overview"         href="index.html" />    
+    <vcs         label="Version Control"  href="version_control.html" />
+    <issues      label="Issue Tracking"   href="issue_tracking.html" />
+    <contact     label="Contact Info"     href="contact_info.html" />
+    <relnotes    label="Release Notes"    href="release_notes.html" />
+  </project>
 
   <docs label="Documentation">    
+    <website  label="WSRF"          href="wsrf.html" />
     <tutorial label="Tutorial"      href="tutorial/index.html" />
-    <manual   label="Manual"        href="manual/index.html" />
+    <!--<manual   label="Manual"        href="manual/index.html" />-->
     <apidocs  label="API Docs"      href="apidocs/index.html" />
   </docs>
 

Added: incubator/apollo/trunk/src/site/content/xdocs/version_control.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/version_control.xml?view=auto&rev=111287
==============================================================================
--- (empty file)
+++ incubator/apollo/trunk/src/site/content/xdocs/version_control.xml	Wed Dec  8 09:20:40 2004
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Apollo Version Control System</title>
+  </header>
+  
+  <body>
+  
+    <section>
+      <title>Overview</title>
+      <p>
+        The Apollo source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion (SVN)</a> repository.
+        The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
+        The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. There
+        are also SVN plugins available for both Eclipse and IntelliJ IDEA.
+      </p>
+    </section>
+    
+    <section>
+      <title>Web Access (read-only)</title>
+      <p>
+        The source code can be browsed via the Web at 
+        <a href="http://svn.apache.org/viewcvs.cgi/incubator/apollo/">http://svn.apache.org/viewcvs.cgi/incubator/apollo/</a>.
+        No SVN client software is required.
+      </p>
+    </section>
+    
+    <section>
+      <title>Anonymous Access (read-only)</title>
+      <p>
+        The SVN URL for anonymous users is 
+        <a href="http://svn.apache.org/repos/asf/incubator/apollo/">http://svn.apache.org/repos/asf/incubator/apollo/</a>.
+        Instructions for anonymous SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+      </p>
+    </section>
+    
+    <section>
+      <title>Committer Access (read-write)</title>
+      <p>
+        The SVN URL for committers is 
+        <a href="https://svn.apache.org/repos/asf/incubator/apollo/">https://svn.apache.org/repos/asf/incubator/apollo/</a>.
+        Instructions for committer SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+      </p>
+    </section>
+    
+  </body>
+  
+</document>

---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org