From: <ma...@us...> - 2015-01-22 12:31:04
|
Revision: 724 http://sourceforge.net/p/pywbem/code/724 Author: maiera Date: 2015-01-22 12:31:01 +0000 (Thu, 22 Jan 2015) Log Message: ----------- Updated the project web pages: Some fixes, and updated the API reference to version 0.8.0_dev.r721. Revision Links: -------------- http://sourceforge.net/p/pywbem/code/721 Modified Paths: -------------- web/apiref.shtml web/documentation.shtml web/index.shtml web/navbar.shtml Modified: web/apiref.shtml =================================================================== --- web/apiref.shtml 2015-01-22 11:51:12 UTC (rev 723) +++ web/apiref.shtml 2015-01-22 12:31:01 UTC (rev 724) @@ -17,21 +17,24 @@ <h2>API Reference</h2> -<p>The API reference for PyWBEM is available for the following versions:</p> +<p>The API reference for the Python WBEM Client is available for the following +versions. Versions marked with "-dev.rNNN" are development snapshots:</p> -<ul> - <li><a href="docs/apiref/v0.8.0~dev/index.html">v0.8.0~dev (development snapshot)</a></li> -</ul> +<dl> + <dt>0.8.0-dev.r721</dt> + <dd> + <ul> + <li><a href="docs/apiref/0.8.0-dev.r721/docs/index.html">API reference</a></li> + <li><a href="docs/apiref/0.8.0-dev.r721/NEWS">NEWS file</a></li> + </ul> + </dd> +</dl> -<ul> - <li><a href="docs/apiref/NEWS">Change Log</a></li> -</ul> - <hr/> <p> <!-- hhmts start --> -Last Modified: Saturday, 11 October 2014 +Last Modified: Thursday, 22 January 2015 <!-- hhmts end --> </p> Modified: web/documentation.shtml =================================================================== --- web/documentation.shtml 2015-01-22 11:51:12 UTC (rev 723) +++ web/documentation.shtml 2015-01-22 12:31:01 UTC (rev 724) @@ -18,14 +18,13 @@ <h2>Documentation</h2> -<p>The following documentation is available for PyWBEM (the WBEM client):</p> +<p>The following documentation is available for the Python WBEM Client:</p> <ul> <li><a href="installation.shtml">Installation</a></li> <li><a href="tutorial.shtml">Tutorial</a></li> <li><a href="examples.shtml">Examples</a></li> <li><a href="apiref.shtml">API Reference</a></li> - <li><a href="docs/apiref/NEWS">Change Log</a></li> <li><a href="docs/examples/MDC2005/MDC2005.ppt">Presentation: Developing WBEM Clients Using Python</a></li> </ul> Modified: web/index.shtml =================================================================== --- web/index.shtml 2015-01-22 11:51:12 UTC (rev 723) +++ web/index.shtml 2015-01-22 12:31:01 UTC (rev 724) @@ -25,6 +25,7 @@ <ul> <li><a href="https://sourceforge.net/p/pywbem/news/?source=navbar">Project News</a></li> + <li><a href="https://sourceforge.net/p/pywbem/code/HEAD/tree/pywbem/trunk/pywbem/NEWS">Latest NEWS file in repository</a></li> <li><a href="http://sourceforge.net/projects/pywbem/files/">Downloads</a></li> <li><a href="documentation.shtml">Documentation</a></li> <li><a href="https://sourceforge.net/projects/pywbem/support?source=navbar">Support</a></li> Modified: web/navbar.shtml =================================================================== --- web/navbar.shtml 2015-01-22 11:51:12 UTC (rev 723) +++ web/navbar.shtml 2015-01-22 12:31:01 UTC (rev 724) @@ -25,7 +25,8 @@ </div> <div class="navitem"> -<a href="https://sourceforge.net/p/pywbem/news/?source=navbar">Project News</a>   +<a href="https://sourceforge.net/p/pywbem/news/?source=navbar">Project News</a> +   <a href="http://sourceforge.net/p/pywbem/news/feed/"><img border="0" alt="RSS" src="RSS.gif"></a> </div> @@ -46,7 +47,7 @@ </div> <div class="navitem"> -<a href="http://sourceforge.net/projects/pywbem/">Bugs</a> +<a href="https://sourceforge.net/p/pywbem/bugs/?source=navbar">Bugs</a> </div> <div class="navitem"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |