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/09 18:58:12 UTC

svn commit: r111409 - /incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml /incubator/apollo/trunk/src/site/content/xdocs/tabs.xml /incubator/apollo/trunk/src/site/content/xdocs/version_control.xml /incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml

Author: ips
Date: Thu Dec  9 09:58:10 2004
New Revision: 111409

URL: http://svn.apache.org/viewcvs?view=rev&rev=111409
Log:
various minor

Modified:
   incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml
   incubator/apollo/trunk/src/site/content/xdocs/tabs.xml
   incubator/apollo/trunk/src/site/content/xdocs/version_control.xml
   incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml

Modified: 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=diff&rev=111409&p1=incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml&r1=111408&p2=incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml&r2=111409
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml	(original)
+++ incubator/apollo/trunk/src/site/content/xdocs/contact_info.xml	Thu Dec  9 09:58:10 2004
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>
   
@@ -9,27 +10,30 @@
   </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>
+        <a href="mailto:apollo-dev@ws.apache.org">apollo-dev@ws.apache.&#248;rg</a>.        
+      </p>      
       <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>
+      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
     </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>.
+        <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>

Modified: incubator/apollo/trunk/src/site/content/xdocs/tabs.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/tabs.xml?view=diff&rev=111409&p1=incubator/apollo/trunk/src/site/content/xdocs/tabs.xml&r1=111408&p2=incubator/apollo/trunk/src/site/content/xdocs/tabs.xml&r2=111409
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/tabs.xml	(original)
+++ incubator/apollo/trunk/src/site/content/xdocs/tabs.xml	Thu Dec  9 09:58:10 2004
@@ -1,11 +1,12 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd">
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" 
+          "tab-cocoon-v10.dtd">
 
 <tabs software="Apollo"
-  title="Apollo"
-  copyright="The Apache Software Foundation"
-  xmlns:xlink="http://www.w3.org/1999/xlink">
+      title="Apollo"
+      copyright="The Apache Software Foundation"
+      xmlns:xlink="http://www.w3.org/1999/xlink">
 
   <!-- The rules are:
     @dir will always have /index.html added.
@@ -14,8 +15,7 @@
   -->
 
   <tab label="Overview" dir=""/>  
-  <tab label="Tutorial" href="tutorial/"/>
-  <tab label="Manual" href="manual/"/>
-  <tab label="Release Notes" href="release_notes.html"/>
+  <tab label="Tutorial" dir="tutorial/" />  
+  <tab label="API Docs" dir="apidocs/" />
   
 </tabs>

Modified: 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=diff&rev=111409&p1=incubator/apollo/trunk/src/site/content/xdocs/version_control.xml&r1=111408&p2=incubator/apollo/trunk/src/site/content/xdocs/version_control.xml&r2=111409
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/version_control.xml	(original)
+++ incubator/apollo/trunk/src/site/content/xdocs/version_control.xml	Thu Dec  9 09:58:10 2004
@@ -16,7 +16,8 @@
         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.
+        are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a> and 
+        <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>.
       </p>
     </section>
     

Modified: incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml?view=diff&rev=111409&p1=incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml&r1=111408&p2=incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml&r2=111409
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml	(original)
+++ incubator/apollo/trunk/src/site/content/xdocs/wsrf.xml	Thu Dec  9 09:58:10 2004
@@ -15,7 +15,7 @@
       <title>Overview</title>
   
       <p>       
-       Web Services Resource Framework (WSRF) is a family of specifications published by the 
+       Web Services Resource Framework (WSRF) is a suite of specifications published by the 
        <a href="http://www.oasis-open.org/">OASIS</a>
        <a href="http://www.oasis-open.org/committees/wsrf/">WSRF TC</a>.
        It is comprised of the following specifications:       
@@ -57,11 +57,11 @@
     
     <section>
        <title>Links</title>
-         <ul>
-           <li><a href="http://devresource.hp.com/drc/specifications/wsrf/index.jsp#framespecs">HP's WSRF Site</a></li> 
-           <li><a href="http://www.globus.org/wsrf/">Globus' WSRF Site</a></li>
-           <li><a href="http://www-106.ibm.com/developerworks/webservices/library/ws-resource/">IBM's WSRF Site</a></li> 
-         </ul>
+       <ul>
+         <li><a href="http://devresource.hp.com/drc/specifications/wsrf/index.jsp#framespecs">HP's WSRF Site</a></li> 
+         <li><a href="http://www.globus.org/wsrf/">Globus' WSRF Site</a></li>
+         <li><a href="http://www-106.ibm.com/developerworks/webservices/library/ws-resource/">IBM's WSRF Site</a></li> 
+       </ul>
     </section>
     
   </body>

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