You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/09/13 11:23:41 UTC

cvs commit: ws-axis/site/src/documentation/content/xdocs/cpp documentation.ihtml

roshan      2004/09/13 02:23:41

  Modified:    site/src/documentation/content/xdocs/cpp documentation.ihtml
  Log:
  Changed the contents of the documentatio.html. Changed by Rangika
  
  Revision  Changes    Path
  1.6       +50 -29    ws-axis/site/src/documentation/content/xdocs/cpp/documentation.ihtml
  
  Index: documentation.ihtml
  ===================================================================
  RCS file: /home/cvs/ws-axis/site/src/documentation/content/xdocs/cpp/documentation.ihtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- documentation.ihtml	9 Jun 2004 08:21:30 -0000	1.5
  +++ documentation.ihtml	13 Sep 2004 09:23:40 -0000	1.6
  @@ -1,31 +1,52 @@
  -<html>
  -<head>
  -  <meta http-equiv="Content-Type" content="text/html">
  -  <title>Axis C++ Documentation</title>
  +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  +<html> 
  +<head>  
  +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  
  +<meta name="GENERATOR" content="Microsoft FrontPage 4.0">  
  +<title>Axis Documentation</title>  
  +<link href="axis.css" rel=stylesheet type=text/css>
   </head>
  -
  -<body>
  -<h1>Axis c++ Documentation</h1>
  -<br>
  -<p>Documentation for building and running the latest source on  windows can be found in the "Windows Developers Guide" in the  CVS</p>
  -
  -<p>Documentation for building and running the latest source on Linux  can be found in the "Linux Installation Guide " and "Linux User Guide in the CVS</p>
  -
  -<h2>Linux Documentation</h2>
  -
  -<p><a href="lininstall-guide.html">Linux Installation Guide</a><br>
  -<a href="linuser-guide.html">Linux User Guide</a></p>
  -
  -<h2>Windows Documentation</h2>
  -
  -<p><a href="wininstall-guide.html">Windows Installation Guide</a><br>
  -<a href="winuser-guide.html">Windows User Guide</a><br>
  -<a href="windev-guide.html">Windows Developer's Guide</a><br>
  -</p>
  -
  -<h2>Architecture Documentation</h2>
  -<p>
  -<a href="arch/ArchitectureGuide.html">Axis C++ Architecture Guide</a>
  -</p>
  +<body>  
  +<center> 
  +<h1> <img SRC="images/axis.jpg" height=96 width=176></h1>
  +</center> 
  +<h1>Documentation</h1> <br>
  +This is the documentation for <a href="http://ws.apache.org/axis/cpp">Apache Axis C++ 1.3</a>  
  +<h2>Installation Guides</h2> 
  +<ul> 
  +<li>
  +<a href="lininstall-guide.html">Linux Installation Instructions</a>
  +</li> 
  +<li> 
  +<a href="wininstall-guide.html">Windows Installation Instructions</a>
  +</li>
  +</ul> 
  +<h2>User Guides</h2> 
  +<ul> 
  +<li>
  +<a href="linuser-guide.html">Linux User Guide</a>
  +</li>
  +<li>
  +<a href="winuser-guide.html">Windows User Guide</a>
  +</li>
  +</ul>
  +<h2>Developer Guides</h2>
  +<ul> 
  +<li> 
  +<a href="windev-guide.html">Windows Developer Guide</a>
  +</li> 
  +</ul> 
  +<h2>Reference Material</h2>
  +<ul> 
  +<li>
  +<a href="arch/ArchitectureGuide.html">Architecture Guide</a>
  +</li> 
  +<li> 
  +<a href="arch/WSDL2Ws.html">WSDL2Ws Tool</a>
  +</li> 
  +<li>
  +<a href="arch/mem-management.html">Memory Management Guide</a>
  +</li> 
  +</ul>
   </body>
  -</html>
  +</html> 
  \ No newline at end of file