You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2008/01/14 07:00:43 UTC

svn commit: r611719 [7/7] - in /webservices/axis2/trunk/c/xdocs: ./ docs/ docs/hello/client/ docs/hello/service/ docs/mod_log/

Modified: webservices/axis2/trunk/c/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?rev=611719&r1=611718&r2=611719&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/index.html Sun Jan 13 22:00:36 2008
@@ -1,79 +1,67 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
-  <head>
-    <meta http-equiv='content-type' content='text/html; charset=iso-8859-1' />
-    <title>The Web Services Engine</title>
-  </head>
-  <body xml:lang='en'>
-    <h1>Welcome to Apache Axis2/C</h1>
-    <p>Apache Axis2/C is a Web services engine implemented in the C programming 
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Axis2/C - The Web Services Engine</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-classic.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/c" id="projectLogo"><img alt="Apache Axis2/C" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 09 January 2008
+                  | Doc for 1.2.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Axis2_C"><h5>Apache Axis2/C</h5><ul><li class="none"><a href="index.html">Apache Axis2/C Home</a></li><li class="expanded"><a href="download.cgi">Download Axis2/C</a><ul><li class="none"><a href="download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="docs/index.html">Documentation</a><ul><li class="none"><a href="docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="docs/axis2c_manual.html">Axis2/C manual</a></li></ul></li><li class="expanded"><a href="lists_issues.html">Get Involved</a><ul><li class="none"><a href="lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="coding_conv
 entions.html">Coding Convention</a></li><li class="none"><a href="versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="team-list.html">Project Information</a><ul><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Welcome_to_Apache_Axis2_C"></a><h2>Welcome to Apache Axis2/C</h2><p>Apache Axis2/C is a Web services engine implemented in the C programming 
 language. It is based on the extensible and flexible
-      <a href='http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html'>Axis2 architecture</a>.
+      <a href="http://ws.apache.org/axis2/1_2/Axis2ArchitectureGuide.html" class="externalLink" title="External Link">Axis2 architecture</a>.
 Apache Axis2/C can be used to provide and consume Web
 Services. It has been implemented with portability and ability to embed in mind, 
 hence could be used as a Web services enabler in other software.
 
-    </a>
-    <p>Apache Axis2/C supports
-      <a href='http://www.w3.org/TR/2000/NOTE-SOAP-20000508/'>SOAP 1.1</a> and
-      <a href='http://www.w3.org/TR/soap12-part1/'>SOAP 1.2</a>, as well as
-      <a href='http://www.xfront.com/REST-Web-Services.html'>REST</a> style of Web
+    
+    </p><p>Apache Axis2/C supports
+      <a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/" class="externalLink" title="External Link">SOAP 1.1</a> and
+      <a href="http://www.w3.org/TR/soap12-part1/" class="externalLink" title="External Link">SOAP 1.2</a>, as well as
+      <a href="http://www.xfront.com/REST-Web-Services.html" class="externalLink" title="External Link">REST</a> style of Web
 services. A single service could be exposed both as a SOAP style as
 well as a REST style service simultaneously. It also has built in
-      <a href='http://www.w3.org/TR/soap12-mtom/'>MTOM</a> support, that can be used
+      <a href="http://www.w3.org/TR/soap12-mtom/" class="externalLink" title="External Link">MTOM</a> support, that can be used
 to exchange binary data.
-    </p>
-    <p>Apache Axis2/C is efficient, modular and is designed with extensibility.
+    </p><p>Apache Axis2/C is efficient, modular and is designed with extensibility.
 The extensible design allows it to support the full WS-* stack with the concept of modules.
 Apache Axis2/C is the Web services engine that supports 
 the most number of WS-* specification implementations in C, with guaranteed 
 interoperability. This enables using C in Service Oriented Architecture (SOA)
 implementations, and would be very useful when integrating legacy systems 
 into SOA.
-      <br />
+      <br></br>
 
 The following WS-* specifications are supported, either as built in modules
 or as separate Apache projects:
-    </p>
-    <ul>
+    </p><ul>
       <li>
-        <a href='http://www.w3.org/Submission/ws-addressing/'>WS-Addressing</a>
+        <a href="http://www.w3.org/Submission/ws-addressing/" class="externalLink" title="External Link">WS-Addressing</a>
     - Built in to Axis2/C
       </li>
       <li>
-        <a href='http://www.w3.org/Submission/WS-Policy/'>WS-Policy</a> - Built
+        <a href="http://www.w3.org/Submission/WS-Policy/" class="externalLink" title="External Link">WS-Policy</a> - Built
     in to Axis2/C
       </li>
       <li>
-        <a href='http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss'>WS-Security</a>
+        <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss" class="externalLink" title="External Link">WS-Security</a>
     - Implemented by
-        <a href='http://ws.apache.org/axis2/modules/rampart/1_2/security-module.html'>Apache
+        <a href="http://ws.apache.org/axis2/modules/rampart/1_2/security-module.html" class="externalLink" title="External Link">Apache
     Rampart/C</a> project
       </li>
       <li>
-        <a href='http://specs.xmlsoap.org/ws/2005/07/securitypolicy/ws-securitypolicy.pdf'>WS-SecurityPolicy</a>
+        <a href="http://specs.xmlsoap.org/ws/2005/07/securitypolicy/ws-securitypolicy.pdf" class="externalLink" title="External Link">WS-SecurityPolicy</a>
     - Built in to Axis2/C
       </li>
       <li>
-        <a href='http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsrm'>WS-ReliableMessaging</a>
+        <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsrm" class="externalLink" title="External Link">WS-ReliableMessaging</a>
     - Implemented by
-        <a href='http://ws.apache.org/sandesha/sandesha2/c'>Apache Sandesha2/C</a>
+        <a href="http://ws.apache.org/sandesha/sandesha2/c" class="externalLink" title="External Link">Apache Sandesha2/C</a>
     project
       </li>
       <li>
-        <a href='http://www.w3.org/Submission/WS-Eventing/'>WS-Eventing</a>
+        <a href="http://www.w3.org/Submission/WS-Eventing/" class="externalLink" title="External Link">WS-Eventing</a>
     - Implemented by
-        <a href='http://ws.apache.org/savan/c/'>Apache Savan/C</a>
+        <a href="http://ws.apache.org/savan/c/" class="externalLink" title="External Link">Apache Savan/C</a>
     project
       </li>
-    </ul>
-    <h2>Latest Release</h2>
-    <h3>30th September 2007 - Apache Axis2/C Version 1.2.0 Released</h3>
-    <a href='http://ws.apache.org/axis2/c/download.cgi'>Download 1.2.0</a>
-    <h4>Key Features</h4>
-    <ol>
+    </ul><div class="subsection"><a name="Latest_Release"></a><h3>Latest Release</h3></div><div class="subsection"><a name="30th_September_2007_-_Apache_Axis2_C_Version_1_2_0_Released"></a><h3>30th September 2007 - Apache Axis2/C Version 1.2.0 Released</h3><p><a href="http://ws.apache.org/axis2/c/download.cgi" class="externalLink" title="External Link">Download 1.2.0</a></p></div><div class="subsection"><a name="Key_Features"></a><h3>Key Features</h3><ol>
       <li>Support for one-way messaging (In-Only) and request response messaging (In-Out) 
 </li>
       <li>Client APIs: Easy to use service client API and more advanced operation client API 
@@ -144,9 +132,7 @@
 </li>
       <li>TCP Transport, for both client and server side 
 </li>
-    </ol>
-    <h4>Major Changes Since Last Release</h4>
-    <ol>
+    </ol></div><div class="subsection"><a name="Major_Changes_Since_Last_Release"></a><h3>Major Changes Since Last Release</h3><ol>
       <li>WS-Policy implementation 
 </li>
       <li>TCP Transport 
@@ -162,12 +148,7 @@
 </li>
       <li>Many <a href="https://issues.apache.org/jira/browse/AXIS2C/fixforversion/12312520">bug fixes</a>
 </li>
-    </ol>
-
-       <h2>Archived News</h2>
-    <p>Refer to information on the
-      <a href='archived_news.html'>previous
+    </ol></div><div class="subsection"><a name="Archived_News"></a><h3>Archived News</h3><p>Refer to information on the
+      <a href="archived_news.html">previous
 release.</a>
-    </p>
-  </body>
-</html>
+    </p></div></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2008, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Modified: webservices/axis2/trunk/c/xdocs/lists_issues.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/lists_issues.html?rev=611719&r1=611718&r2=611719&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/lists_issues.html (original)
+++ webservices/axis2/trunk/c/xdocs/lists_issues.html Sun Jan 13 22:00:36 2008
@@ -1,11 +1,9 @@
-<html>
-<head>
-    <title>Mailing Lists and Issue Tracking</title>
-</head>
-
-<body>
-	     <a name="Mailing_Lists"></a><h2>Mailing
-	      Lists</h2><p>These are the mailing lists that have been established for
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Axis2/C - Mailing Lists and Issue Tracking</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-classic.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/c" id="projectLogo"><img alt="Apache Axis2/C" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 09 January 2008
+                  | Doc for 1.2.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Axis2_C"><h5>Apache Axis2/C</h5><ul><li class="none"><a href="index.html">Apache Axis2/C Home</a></li><li class="expanded"><a href="download.cgi">Download Axis2/C</a><ul><li class="none"><a href="download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="docs/index.html">Documentation</a><ul><li class="none"><a href="docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="docs/axis2c_manual.html">Axis2/C manual</a></li></ul></li><li class="expanded"><a href="lists_issues.html">Get Involved</a><ul><li class="none"><a href="lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="coding_conv
 entions.html">Coding Convention</a></li><li class="none"><a href="versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="team-list.html">Project Information</a><ul><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p><a name="Mailing_Lists"></a></p></div><div class="section"><a name="Mailing________Lists"></a><h2>Mailing        Lists</h2><p>These are the mailing lists that have been established for
 	      this project.  For each list, there is a subscribe, unsubscribe,
 	      and an archive link.
       </p><table class="bodyTable"><thead>
@@ -13,32 +11,19 @@
 		     Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Archive</th></tr>
                </thead><tbody>
                  <tr class="a"><td>Axis C Developer List</td><td>
-		     <a
-			href="mailto:axis-c-dev-subscribe@ws.apache.org?subject=subscribe">Subscribe</a>
+		     <a href="mailto:axis-c-dev-subscribe@ws.apache.org?subject=subscribe">Subscribe</a>
 		   </td><td>
-		     <a
-			href="mailto:axis-c-dev-unsubscribe@ws.apache.org?subject=unsubscribe">Unsubscribe</a>
+		     <a href="mailto:axis-c-dev-unsubscribe@ws.apache.org?subject=unsubscribe">Unsubscribe</a>
 		   </td><td>
-		     <a
-			href="http://marc.theaimsgroup.com/?l=axis-c-dev&amp;r=1&amp;w=2"
-			class="externalLink" title="External Link">Archive</a>
+		     <a href="http://marc.theaimsgroup.com/?l=axis-c-dev&amp;r=1&amp;w=2" class="externalLink" title="External Link">Archive</a>
 		 </td></tr>
                  <tr class="b"><td>Axis C User List</td><td>
-		     <a
-			href="mailto:axis-c-user-subscribe@ws.apache.org?subject=subscribe">Subscribe</a>
+		     <a href="mailto:axis-c-user-subscribe@ws.apache.org?subject=subscribe">Subscribe</a>
 		   </td><td>
-		     <a
-			href="mailto:axis-c-user-unsubscribe@ws.apache.org?subject=unsubscribe">Unsubscribe</a>
+		     <a href="mailto:axis-c-user-unsubscribe@ws.apache.org?subject=unsubscribe">Unsubscribe</a>
 		   </td><td>
-		     <a
-			href="http://marc.theaimsgroup.com/?l=axis-c-user&amp;r=1&amp;w=2"
-			class="externalLink" title="External Link">Archive</a>
+		     <a href="http://marc.theaimsgroup.com/?l=axis-c-user&amp;r=1&amp;w=2" class="externalLink" title="External Link">Archive</a>
 		 </td></tr>
-</tbody></table>
-<h2>Issue Tracking</h2><p>
-      <a href="http://issues.apache.org/jira/browse/AXIS2C" class="externalLink" title="External Link">http://issues.apache.org/jira/browse/AXIS2C</a></p>
-
-<h2>Svn Location</h2><p>
-<a href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/c">https://svn.apache.org/repos/asf/webservices/axis2/trunk/c</a></p>
-</body>
-</html>
+</tbody></table></div><div class="section"><a name="Issue_Tracking"></a><h2>Issue Tracking</h2><p>
+      <a href="http://issues.apache.org/jira/browse/AXIS2C" class="externalLink" title="External Link">http://issues.apache.org/jira/browse/AXIS2C</a></p></div><div class="section"><a name="Svn_Location"></a><h2>Svn Location</h2><p>
+<a href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/c">https://svn.apache.org/repos/asf/webservices/axis2/trunk/c</a></p></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2008, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Modified: webservices/axis2/trunk/c/xdocs/svn.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/svn.html?rev=611719&r1=611718&r2=611719&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/svn.html (original)
+++ webservices/axis2/trunk/c/xdocs/svn.html Sun Jan 13 22:00:36 2008
@@ -1,77 +1,31 @@
-<html>
-<head>
-  <meta http-equiv="content-type" content="">
-  <title>Developing Apache Axis2/C</title>
-</head>
-
-<body lang="en">
-<h1>Developing Apache Axis2/C</h1>
-
-<p>This document provides information on how to use SVN to get an SVN
-checkout/update and make commits to the source repository.</p>
-
-<h2>Contents</h2>
-<ul>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Axis2/C - Developing Apache Axis2/C</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-classic.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/c" id="projectLogo"><img alt="Apache Axis2/C" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 09 January 2008
+                  | Doc for 1.2.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Axis2_C"><h5>Apache Axis2/C</h5><ul><li class="none"><a href="index.html">Apache Axis2/C Home</a></li><li class="expanded"><a href="download.cgi">Download Axis2/C</a><ul><li class="none"><a href="download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="docs/index.html">Documentation</a><ul><li class="none"><a href="docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="docs/axis2c_manual.html">Axis2/C manual</a></li></ul></li><li class="expanded"><a href="lists_issues.html">Get Involved</a><ul><li class="none"><a href="lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="coding_conv
 entions.html">Coding Convention</a></li><li class="none"><a href="versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="team-list.html">Project Information</a><ul><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Developing_Apache_Axis2_C"></a><h2>Developing Apache Axis2/C</h2><p>This document provides information on how to use SVN to get an SVN
+checkout/update and make commits to the source repository.</p><div class="subsection"><a name="Contents"></a><h3>Contents</h3><ul>
   <li><a href="#svn">Working with Subversion (SVN)</a></li>
   <li><a href="#checkout">Checking-out Axis2 from Subversion</a></li>
-</ul>
-<a name="svn"></a>
-
-<h2>Working with Subversion (SVN)</h2>
-
-<p>The Apache Axis2/C development team uses Subversion (SVN) for source
+</ul><p><a name="svn"></a></p></div><div class="subsection"><a name="Working_with_Subversion__SVN_"></a><h3>Working with Subversion (SVN)</h3><p>The Apache Axis2/C development team uses Subversion (SVN) for source
 control. Subversion is a compelling replacement for CVS, developed under the
 auspices of the Tigris community and is licensed under an Apache compatible
 license. To learn more about Subversion or to download the latest
-distribution, visit the <a href="http:///subversion.tigris.org"
-target="_blank">Subversion project site</a>. If you are looking for
-guidelines on setting up/installing Subversion, please read the ASF <a
-href="http://www.apache.org/dev/version-control.html" target="_blank">Source
-Code Repositories page</a>.</p>
-<a name="checkout"></a>
-
-<h2>Checking-out Apache Axis2/C from Subversion</h2>
-
-<p>When checking out the latest version of Apache Axis2/C from the Apache
+distribution, visit the <a href="http:///subversion.tigris.org" class="newWindow" title="New Window" target="_blank">Subversion project site</a>. If you are looking for
+guidelines on setting up/installing Subversion, please read the ASF <a href="http://www.apache.org/dev/version-control.html" class="newWindow" title="New Window" target="_blank">Source
+Code Repositories page</a>.</p><p><a name="checkout"></a></p></div><div class="subsection"><a name="Checking-out_Apache_Axis2_C_from_Subversion"></a><h3>Checking-out Apache Axis2/C from Subversion</h3><p>When checking out the latest version of Apache Axis2/C from the Apache
 Foundation's Subversion repository, you must use one of the following URLs,
-depending on your level of access to the Apache Axis2/C source code:</p>
-<ul>
-  <li><b>If you are not a committer:</b><a
-    href="http://svn.apache.org/repos/asf/webservices/axis2/trunk/c"
-    target="_blank">http://svn.apache.org/repos/asf/webservices/axis2/trunk/c</a></li>
-  <li><b>If you are a committer:</b> <a
-    href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/c"
-    target="_blank">https://svn.apache.org/repos/asf/webservices/axis2/trunk/c</a></li>
-</ul>
+depending on your level of access to the Apache Axis2/C source code:</p><ul>
+  <li><b>If you are not a committer:</b><a href="http://svn.apache.org/repos/asf/webservices/axis2/trunk/c" class="newWindow" title="New Window" target="_blank">http://svn.apache.org/repos/asf/webservices/axis2/trunk/c</a></li>
+  <li><b>If you are a committer:</b> <a href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/c" class="newWindow" title="New Window" target="_blank">https://svn.apache.org/repos/asf/webservices/axis2/trunk/c</a></li>
+</ul><p>
 If you are a committer, make sure that you have set your svnpasswd. To do
 this you must log into svn.apache.org.  For more information, please read the
-ASF <a href="http://www.apache.org/dev/version-control.html"
-target="_blank">Source Code Repositories page</a>.
-
-<p>Once you have successfully installed Subversion, you can checkout the
-Axis2/C trunk by running the following command:</p>
+ASF <a href="http://www.apache.org/dev/version-control.html" class="newWindow" title="New Window" target="_blank">Source Code Repositories page</a>.
 
-<p><strong>svn co &lt;repository URL&gt; &lt;folder name&gt;</strong></p>
-
-<p>where 'repository URL' is one of the URLs from the previous list and
+</p><p>Once you have successfully installed Subversion, you can checkout the
+Axis2/C trunk by running the following command:</p><p><strong>svn co &lt;repository URL&gt; &lt;folder name&gt;</strong></p><p>where 'repository URL' is one of the URLs from the previous list and
 'folder name' is the name of the folder into which the source code is to be
-checked out.</p>
-<br>
-
-
-<p>To update your working copy to the latest version from the repository,
-execute:</p>
-
-<p><strong>svn update</strong></p>
-<br>
-
-
-<p>If you would like to submit a patch, execute:</p>
-
-<p><strong>svn diff</strong></p>
-
-<p>The above command will create a unified diff that can be attached to the
-Apache Axis2/C JIRA issue tracker.</p>
-<br>
-</body>
-</html>
+checked out.</p><br></br><p>To update your working copy to the latest version from the repository,
+execute:</p><p><strong>svn update</strong></p><br></br><p>If you would like to submit a patch, execute:</p><p><strong>svn diff</strong></p><p>The above command will create a unified diff that can be attached to the
+Apache Axis2/C JIRA issue tracker.</p><br></br></div></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2008, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Modified: webservices/axis2/trunk/c/xdocs/versioning.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/versioning.html?rev=611719&r1=611718&r2=611719&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/versioning.html (original)
+++ webservices/axis2/trunk/c/xdocs/versioning.html Sun Jan 13 22:00:36 2008
@@ -1,25 +1,12 @@
-<html>
-<head>
-  <meta http-equiv="content-type" content="">
-  <title>Versioning</title>
-</head>
-
-<body>
-<h2>Versioning of Apache Axis2/C</h2>
-
-<p>Apache Axis2/C contains both applications, like HTTPD, and libraries, like
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Axis2/C - Versioning</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-classic.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/c" id="projectLogo"><img alt="Apache Axis2/C" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 09 January 2008
+                  | Doc for 1.2.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Axis2_C"><h5>Apache Axis2/C</h5><ul><li class="none"><a href="index.html">Apache Axis2/C Home</a></li><li class="expanded"><a href="download.cgi">Download Axis2/C</a><ul><li class="none"><a href="download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="docs/index.html">Documentation</a><ul><li class="none"><a href="docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="docs/axis2c_manual.html">Axis2/C manual</a></li></ul></li><li class="expanded"><a href="lists_issues.html">Get Involved</a><ul><li class="none"><a href="lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="svn.html">Checkout Source Code</a></li></ul></li><li class="expanded"><a href="coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="coding_conv
 entions.html">Coding Convention</a></li><li class="none"><a href="versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="team-list.html">Project Information</a><ul><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Versioning_of_Apache_Axis2_C"></a><h2>Versioning of Apache Axis2/C</h2><p>Apache Axis2/C contains both applications, like HTTPD, and libraries, like
 APR. It also contains a number of related sub-projects. It allows third-party
 service modules to be written against its API (such as HTTPD), and may also
 compile its own third-party modules (e.g., mod_axis2) to be used with
-HTTPD.</p>
-
-<p>These complexities probably mean that we need to develop a fairly
-comprehensive set of versioning rules.</p>
-
-<p>Being an Apache project, the Axis2/C project follows the APR guidelines on
-versioning. <a
-href="http://apr.apache.org/versioning.html">http://apr.apache.org/versioning.html</a></p>
-
-<p></p>
-</body>
-</html>
+HTTPD.</p><p>These complexities probably mean that we need to develop a fairly
+comprehensive set of versioning rules.</p><p>Being an Apache project, the Axis2/C project follows the APR guidelines on
+versioning. <a href="http://apr.apache.org/versioning.html" class="externalLink" title="External Link">http://apr.apache.org/versioning.html</a></p><p></p></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2008, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file



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