|
From: <irj...@us...> - 2006-03-17 15:00:25
|
Revision: 1159 Author: irjudson Date: 2006-03-17 07:00:17 -0800 (Fri, 17 Mar 2006) ViewCVS: http://svn.sourceforge.net/pywebsvcs/?rev=1159&view=rev Log Message: ----------- Added doc bit Modified Paths: -------------- trunk/pywebsvcs.sourceforge.net/index.html Modified: trunk/pywebsvcs.sourceforge.net/index.html =================================================================== --- trunk/pywebsvcs.sourceforge.net/index.html 2006-03-16 06:37:43 UTC (rev 1158) +++ trunk/pywebsvcs.sourceforge.net/index.html 2006-03-17 15:00:17 UTC (rev 1159) @@ -1,104 +1,180 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> +<head> -<head> - <title>Python Web Services</title> - <style type="text/css" media="screen">@import url(site.css);</style> + + + <title>Python Web Services</title> + <style type="text/css" media="screen">@import url(site.css);</style> + <style type="text/css" media="screen">@import url(site.css);</style> </head> + + <body> - <style type="text/css" media="screen">@import url(site.css);</style> - <div id="header"> - <h1 style="text-align: center; font-size: 1.5em; font-weight: bold;">Python Web Services</h1> + + + +<div id="header"> + +<h1 style="text-align: center; font-size: 1.5em; font-weight: bold;">Python Web Services</h1> + </div> -<p> Welcome to the Python Web Services Project! The Web Services for Python Project provides libraries for developing web services using the python programming language. The libraries implement the various protocols used when writing web services including SOAP, WSDL, and other related protocols.</p> +<p> Welcome to the Python Web Services Project! The Web Services for +Python Project provides libraries for developing web services using the +python programming language. The libraries implement the various +protocols used when writing web services including SOAP, WSDL, and +other related protocols.</p> + + <p> For additional information on the Web Services for Python Project see the <a href="http://sourceforge.net/projects/pywebsvcs">Source Forge project page</a>. The <a href="http://lists.sourceforge.net/lists/listinfo/pywebsvcs-talk">pywebsvcs-talk</a> mailing list is where discussions takes place regarding the project; the <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=1729">archives</a> are here. The mailing list is <i>greatly preferred</i> over the forum.</p> + <dl> + <dt> <a href="http://sourceforge.net/projects/pywebsvcs">SF Project Page</a></dt> + <dd> Links to all the project management information (bugs, releases, etc). </dd> + <dt> <a href="http://sourceforge.net/project/showfiles.php?group_id=26590">Files</a> </dt> + <dd> Downloads, including beta and release candidates. </dd> + <dt> <a href="http://sourceforge.net/tracker/?group_id=26590&atid=387667">Bug Reports </a> </dt> + <dd> Issue reporting and tracking. </dd> + <dt> <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=1729">Mailing List </a> </dt> + <dd> Email discussion list for all pywebsvcs projects. <a href="http://lists.sourceforge.net/lists/listinfo/pywebsvcs-talk">(Subscription Information)</a></dd> + </dl> + <h2>Software</h2> + <dl> + <dt><b>Zolera SOAP Infrastructure (ZSI)</b></dt> + <dd> The primary and most active web services toolkit supported by this project. - <p> <a href="apidocs/ZSI/">API docs</a> | <a href="zsi.html">Documentation</a> | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/zsi/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660&release_id=305040">Latest official release (1.7)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660">Next Release Candidate (2.0)</a> - <a href="http://cheeseshop.python.org/pypi/ZSI/">PyPi</a></p> + + <p> <a href="apidocs/ZSI/">API docs</a><sup>1</sup> | <a href="zsi.html">Documentation (1.7)</a> | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/zsi/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660&release_id=305040">Latest official release (1.7)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660">Next Release Candidate (2.0)</a> - <a href="http://cheeseshop.python.org/pypi/ZSI/">PyPi</a></p> + </dd> + <dt><b>wstools</b></dt> - <dd> - A library of WSDL and other classes useful for building Web Services stacks. This is common code used by both SOAPpy and ZSI. + + <dd> A library of WSDL and other classes useful for building Web +Services stacks. This is common code used by both SOAPpy and ZSI. <p> In SOAPpy it is a separate package, but with ZSI it must be imported as <code>ZSI.wstools</code>. </p> + + <p> <a href="apidocs/wstools/">API docs</a><sup>1</sup> | Documentation | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/wstools/">SVN tree</a> | <i>No separate release</i> </p> + </dd> -<p> <sup>1</sup>The API docs are updated daily from the SVN repository.</p> + + <p> <sup>1</sup>The API docs are updated daily from the SVN repository.</p> + <dt><b>SOAPpy</b></dt> + <dd> - <p> A second web services toolkit which is getting functionally integrated into the ZSI toolkit. In the future, the Python Web Services Project will only support one merged web services toolkit, under the ZSI name.</p> + + <p> A second web services toolkit which is getting functionally +integrated into the ZSI toolkit. In the future, the Python Web Services +Project will only support one merged web services toolkit, under the +ZSI name.</p> + + <p> <a href="apidocs/SOAPpy/">API docs</a> | <a href="soappy.txt">Documentation</a> | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/SOAPpy/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Latest official release (0.11.5)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Next Release Candidate (0.12.0)</a></p> + </dd> + </dl> + <h2>Related Information</h2> + <dl> + <dt> <a href="http://soapy.sf.net/">SOAPy project at SF</a> </dt> + <dd> Python parsers for WSDL and Schema.</dd> + <dt> <a href="http://www.python.org/sigs/xml-sig">Python XML Special Interest Group</a> </dt> + <dd> Python special interest group dealing with XML issues such as parsing, generation, SAX vs DOM.</dd> + <dt> <a href="http://www.w3.org/TR/SOAP">W3C SOAP page</a> </dt> + <dd> SOAP Specification Documents </dd> + <dt> <a href="http://www.w3.org/TR/wsdl"> W3C WSDL page </a> </dt> + <dd> Web Services Description Language (WSDL) Specification Documents </dd> + <dt> <a href="holger.pdf">Holger Joukl's implementation paper (PDF)</a> </dt> - <dd> Holger Joukl has written an extensive report on building an interoperable application using ZSI, gSOAP, Microsoft Excel, and Applix spreadsheets. He wrote it using <a href="http://www.lyx.org/">lyx</a>. The <a href="holger.lyx">lyx source</a>, the <a href="holger.tex">LaTex input</a>, or a <a href="holger.txt">formatted text file</a> are also available.</dd> + <dd> Holger Joukl has written an extensive report on building an +interoperable application using ZSI, gSOAP, Microsoft Excel, and Applix +spreadsheets. He wrote it using <a href="http://www.lyx.org/">lyx</a>. The <a href="holger.lyx">lyx source</a>, the <a href="holger.tex">LaTex input</a>, or a <a href="holger.txt">formatted text file</a> are also available.</dd> + + </dl> + <div id="footer"> <table width="100%"> -<tr width="100%"> -<td align="left"> + + <tbody> + <tr width="100%"> + + <td align="left"> + <div id="contentfooterleft"><a href="http://sourceforge.net/projects/pywebsvcs"><img src="http://sourceforge.net/sflogo.php?group_id=26590&type=1" alt="SourceForge.net Logo" border="0"></a></div> -</td> -<td align="right"> + + </td> + + <td align="right"> + <div id="contentfooterright"> - <a href="http://www.python.org/"> <img src="http://www.python.org/pics/PythonPowered.gif" align=top width=110 height=44 alt="[Python Powered]" border=0></a> + <a href="http://www.python.org/"> <img src="http://www.python.org/pics/PythonPowered.gif" alt="[Python Powered]" align="top" border="0" height="44" width="110"></a> </div> -</td> -</tr> + + </td> + + </tr> + + </tbody> </table> + </div> + </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <rs...@us...> - 2007-04-18 18:18:21
|
Revision: 1374
http://svn.sourceforge.net/pywebsvcs/?rev=1374&view=rev
Author: rsalz
Date: 2007-04-18 11:18:10 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
Add ref to Mutschler's doc
Modified Paths:
--------------
trunk/pywebsvcs.sourceforge.net/index.html
Modified: trunk/pywebsvcs.sourceforge.net/index.html
===================================================================
--- trunk/pywebsvcs.sourceforge.net/index.html 2007-04-10 16:11:11 UTC (rev 1373)
+++ trunk/pywebsvcs.sourceforge.net/index.html 2007-04-18 18:18:10 UTC (rev 1374)
@@ -144,7 +144,11 @@
interoperable application using ZSI, gSOAP, Microsoft Excel, and Applix
spreadsheets. He wrote it using <a href="http://www.lyx.org/">lyx</a>. The <a href="holger.lyx">lyx source</a>, the <a href="holger.tex">LaTex input</a>, or a <a href="holger.txt">formatted text file</a> are also available.</dd>
+ <dt> <a href="http://www.mutschler-net.de/18801.html">Richard Mutschler's
+ tutorial on ZSI</a> </dt>
+ <dd> Richard Mutschler has written a tutorial on ZSI (in German).</dd>
+
</dl>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rs...@us...> - 2007-10-01 14:23:33
|
Revision: 1415
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1415&view=rev
Author: rsalz
Date: 2007-10-01 07:23:33 -0700 (Mon, 01 Oct 2007)
Log Message:
-----------
2.0 is the release; remove reference to 1.7 (via Jonathan Boarman)
Modified Paths:
--------------
trunk/pywebsvcs.sourceforge.net/index.html
Modified: trunk/pywebsvcs.sourceforge.net/index.html
===================================================================
--- trunk/pywebsvcs.sourceforge.net/index.html 2007-09-07 20:01:30 UTC (rev 1414)
+++ trunk/pywebsvcs.sourceforge.net/index.html 2007-10-01 14:23:33 UTC (rev 1415)
@@ -72,7 +72,11 @@
<dd>
The primary and most active web services toolkit supported by this project.
- <p> <a href="apidocs/ZSI/">API docs</a><sup>1</sup> | <a href="zsi.html">Documentation (1.7)</a> | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/zsi/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660&release_id=305040">Latest official release (1.7)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660">Next Release Candidate (2.0)</a> - <a href="http://cheeseshop.python.org/pypi/ZSI/">PyPi</a></p>
+ <p> <a href="apidocs/ZSI/">API docs</a><sup>1</sup>
+ | <a href="zsi.html">Documentation (1.7)</a>
+ | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/zsi/">SVN tree</a>
+ | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660&release_id=483302">Latest official release (2.0)</a>
+ | <a href="http://cheeseshop.python.org/pypi/ZSI/">PyPi</a></p>
</dd>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rs...@us...> - 2008-01-28 14:31:16
|
Revision: 1442
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1442&view=rev
Author: rsalz
Date: 2008-01-28 06:31:19 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
Update description of Holger's document.
Modified Paths:
--------------
trunk/pywebsvcs.sourceforge.net/index.html
Modified: trunk/pywebsvcs.sourceforge.net/index.html
===================================================================
--- trunk/pywebsvcs.sourceforge.net/index.html 2008-01-24 14:26:19 UTC (rev 1441)
+++ trunk/pywebsvcs.sourceforge.net/index.html 2008-01-28 14:31:19 UTC (rev 1442)
@@ -145,8 +145,8 @@
<dd> Holger Joukl has written an extensive report on building an
- interoperable application using ZSI, gSOAP, Microsoft Excel, and Applix
- spreadsheets. He wrote it using <a href="http://www.lyx.org/">lyx</a>. The
+ interoperable application using Web Services application using ZSI.
+ He wrote it using <a href="http://www.lyx.org/">lyx</a>. The
<a href="holger.lyx">lyx source</a> is also available.</dd>
<dt> <a href="http://www.mutschler-net.de/18801.html">Richard Mutschler's
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rs...@us...> - 2008-01-28 14:39:08
|
Revision: 1443
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1443&view=rev
Author: rsalz
Date: 2008-01-28 06:39:13 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
fix SVN links
Modified Paths:
--------------
trunk/pywebsvcs.sourceforge.net/index.html
Modified: trunk/pywebsvcs.sourceforge.net/index.html
===================================================================
--- trunk/pywebsvcs.sourceforge.net/index.html 2008-01-28 14:31:19 UTC (rev 1442)
+++ trunk/pywebsvcs.sourceforge.net/index.html 2008-01-28 14:39:13 UTC (rev 1443)
@@ -74,7 +74,8 @@
<p> <a href="apidocs/ZSI/">API docs</a><sup>1</sup>
| <a href="zsi.html">Documentation (1.7)</a>
- | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/zsi/">SVN tree</a>
+ | <a
+ href="http://pywebsvcs.svn.sourceforge.net/viewvc/pywebsvcs/trunk/zsi/">SVN tree</a>
| <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=30660&release_id=483302">Latest official release (2.0)</a>
| <a href="http://cheeseshop.python.org/pypi/ZSI/">PyPi</a></p>
@@ -87,7 +88,8 @@
<p> In SOAPpy it is a separate package, but with ZSI it must be imported as <code>ZSI.wstools</code>. </p>
- <p> <a href="apidocs/wstools/">API docs</a><sup>1</sup> | Documentation | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/wstools/">SVN tree</a> | <i>No separate release</i> </p>
+ <p> <a href="apidocs/wstools/">API docs</a><sup>1</sup> | Documentation |
+ <a href="http://pywebsvcs.svn.sourceforge.net/viewvc/pywebsvcs/trunk/wstools/">SVN tree</a> | <i>No separate release</i> </p>
</dd>
@@ -104,7 +106,8 @@
- <p> <a href="apidocs/SOAPpy/">API docs</a> | <a href="soappy.txt">Documentation</a> | <a href="http://svn.sourceforge.net/viewcvs.cgi/pywebsvcs/trunk/SOAPpy/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Latest official release (0.11.5)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Next Release Candidate (0.12.0)</a></p>
+ <p> <a href="apidocs/SOAPpy/">API docs</a> | <a
+ href="soappy.txt">Documentation</a> | <a href="http://pywebsvcs.svn.sourceforge.net/viewvcs/pywebsvcs/trunk/SOAPpy/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Latest official release (0.11.5)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Next Release Candidate (0.12.0)</a></p>
</dd>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rs...@us...> - 2008-01-28 14:41:00
|
Revision: 1444
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1444&view=rev
Author: rsalz
Date: 2008-01-28 06:41:05 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/pywebsvcs.sourceforge.net/index.html
Modified: trunk/pywebsvcs.sourceforge.net/index.html
===================================================================
--- trunk/pywebsvcs.sourceforge.net/index.html 2008-01-28 14:39:13 UTC (rev 1443)
+++ trunk/pywebsvcs.sourceforge.net/index.html 2008-01-28 14:41:05 UTC (rev 1444)
@@ -107,7 +107,7 @@
<p> <a href="apidocs/SOAPpy/">API docs</a> | <a
- href="soappy.txt">Documentation</a> | <a href="http://pywebsvcs.svn.sourceforge.net/viewvcs/pywebsvcs/trunk/SOAPpy/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Latest official release (0.11.5)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Next Release Candidate (0.12.0)</a></p>
+ href="soappy.txt">Documentation</a> | <a href="http://pywebsvcs.svn.sourceforge.net/viewvc/pywebsvcs/trunk/SOAPpy/">SVN tree</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Latest official release (0.11.5)</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=26590&package_id=18246">Next Release Candidate (0.12.0)</a></p>
</dd>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rs...@us...> - 2008-01-29 16:00:01
|
Revision: 1445
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1445&view=rev
Author: rsalz
Date: 2008-01-29 07:58:58 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
Remove duplicate words (thanks Holger)
Modified Paths:
--------------
trunk/pywebsvcs.sourceforge.net/index.html
Modified: trunk/pywebsvcs.sourceforge.net/index.html
===================================================================
--- trunk/pywebsvcs.sourceforge.net/index.html 2008-01-28 14:41:05 UTC (rev 1444)
+++ trunk/pywebsvcs.sourceforge.net/index.html 2008-01-29 15:58:58 UTC (rev 1445)
@@ -148,7 +148,7 @@
<dd> Holger Joukl has written an extensive report on building an
- interoperable application using Web Services application using ZSI.
+ interoperable Web Services application using ZSI.
He wrote it using <a href="http://www.lyx.org/">lyx</a>. The
<a href="holger.lyx">lyx source</a> is also available.</dd>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|