From: <ma...@us...> - 2015-01-22 11:51:18
|
Revision: 723 http://sourceforge.net/p/pywbem/code/723 Author: maiera Date: 2015-01-22 11:51:12 +0000 (Thu, 22 Jan 2015) Log Message: ----------- Updated project web page: Improved navigation bar and home page; Added page for development; updated roadmap page. Modified Paths: -------------- web/index.shtml web/navbar.shtml web/roadmap.shtml Added Paths: ----------- web/development.shtml web/logo-hp.gif web/logo-ibm.gif Removed Paths: ------------- web/logostandard-cropped.gif Added: web/development.shtml =================================================================== --- web/development.shtml (rev 0) +++ web/development.shtml 2015-01-22 11:51:12 UTC (rev 723) @@ -0,0 +1,64 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>PyWBEM Development</title> +<link href="style.css" rel="stylesheet" type="text/css" /> +</head> + +<body> + +<!--#include virtual="header.shtml" --> + +<!--#set var="page" value="development" --> +<!--#include virtual="navbar.shtml" --> + +<div id="content"> + +<h2>Development</h2> + +<p>Development of PyWBEM is a community effort on SourceForge, using this +<a href="https://sourceforge.net/p/pywbem/code/HEAD/tree/">Code Repository</a> +</p> + +<p>The top level directories in the code repository are organized along the +main components of the PyWBEM project:</p> +<ul> + <li><code>cimserver</code> - An experimental CIM server.</li> + <li><code>pyprovifc</code> - An experimental CIM provider interface.</li> + <li><code>pywbem</code> - The CIM-XML client library (the main component).</li> + <li><code>web</code> - Sources for the PyWBEM project web page.</li> + <li><code>yawn</code> - YAWN integration.</li> +</ul> + +<p>There are two mailing lists:</p> +<ul> + <li><p><a href="https://sourceforge.net/p/pywbem/mailman/pywbem-devel/">pywbem-devel</a> - PyWBEM development related topics</p></li> + <li><p><a href="https://sourceforge.net/p/pywbem/mailman/pywbem-commit/">pywbem-commit</a> - PyWBEM commit messages</p></li> +</ul> + +<p>The <a href="https://sourceforge.net/p/pywbem/bugs/">Bug Tracker</a> is used +for both bugs and features.</p> + +<p>Anyone can create bugs and features.</p> + +<p>Anyone can provide patches fixing bugs or implementing features. If you do, +please attach the .patch file to the bug tracker entry.</p> + +<p>If you want to get commit rights for the code repository, you need to first +show some engagement in fixing bugs or implementing new features (including +test code) by providing patches. Then, ask one of the project admins.</p> + +<hr> +<!-- hhmts start --> +Last Modified: Thursday, 22 January 2015 +<!-- hhmts end --> + +</div> + +<!--#include virtual="footer.shtml" --> + +</body> + +</html> Modified: web/index.shtml =================================================================== --- web/index.shtml 2015-01-21 20:10:38 UTC (rev 722) +++ web/index.shtml 2015-01-22 11:51:12 UTC (rev 723) @@ -24,24 +24,33 @@ <h3>Using PyWBEM</h3> <ul> + <li><a href="https://sourceforge.net/p/pywbem/news/?source=navbar">Project News</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> + <li><a href="https://sourceforge.net/p/pywbem/bugs/?source=navbar">Bugs</a></li> <li><a href="screenshots.shtml">Screenshots</a></li> <li><a href="roadmap.shtml">Roadmap</a></li> - <li><a href="old-news.shtml">Old Project News</a></li> </ul> +<h3>Contributing to PyWBEM</h3> + +<ul> + <li><a href="development.shtml">Development</a></li> +</ul> + <h3>Other resources</h3> <ul> <li><a href="books.shtml">Books</a></li> + <li><a href="old-news.shtml">Old Project News</a></li> </ul> <hr/> <p> <!-- hhmts start --> -Last Modified: Saturday, 11 October 2014 +Last Modified: Thursday, 22 January 2015 <!-- hhmts end --> </p> Copied: web/logo-hp.gif (from rev 722, web/logostandard-cropped.gif) =================================================================== (Binary files differ) Added: web/logo-ibm.gif =================================================================== (Binary files differ) Index: web/logo-ibm.gif =================================================================== --- web/logo-ibm.gif 2015-01-21 20:10:38 UTC (rev 722) +++ web/logo-ibm.gif 2015-01-22 11:51:12 UTC (rev 723) Property changes on: web/logo-ibm.gif ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Deleted: web/logostandard-cropped.gif =================================================================== (Binary files differ) Modified: web/navbar.shtml =================================================================== --- web/navbar.shtml 2015-01-21 20:10:38 UTC (rev 722) +++ web/navbar.shtml 2015-01-22 11:51:12 UTC (rev 723) @@ -1,6 +1,14 @@ <div id="sidebar"> -<img alt="hp logo" src="logostandard-cropped.gif"> +<div style="overflow:auto"> + <div style="width:80px; float:left"> + <img alt="hp logo" src="logo-hp.gif"> + </div> + <div style="width:20px; float:left"> </div> + <div style="width:100px; float:left"> + <img alt="IBM logo" src="logo-ibm.gif" height="40"> + </div> +</div> <h4>Project</h4> @@ -17,6 +25,11 @@ </div> <div class="navitem"> +<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> + +<div class="navitem"> <a href="http://sourceforge.net/projects/pywbem/files/">Downloads</a> </div> @@ -29,6 +42,14 @@ </div> <div class="navitem"> +<a href="https://sourceforge.net/projects/pywbem/support?source=navbar">Support</a> +</div> + +<div class="navitem"> +<a href="http://sourceforge.net/projects/pywbem/">Bugs</a> +</div> + +<div class="navitem"> <!--#if expr="$page = screenshots" --> Screenshots <!--#else --> @@ -45,15 +66,15 @@ </div> <div class="navitem"> -<a href="http://sourceforge.net/projects/pywbem/">SourceForge</a> +<!--#if expr="$page = development" --> +Development +<!--#else --> +<a href="development.shtml">Development</a> +<!--#endif --> </div> <p/> -<div class="navitem"> -<a href="http://sourceforge.net/p/pywbem/news/feed/"><img border="0" alt="RSS" src="RSS.gif"></a> -</div> - <h4>Standards</h4> <div class="navitem"> @@ -68,6 +89,8 @@ <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/wmi_reference.asp">WMI</a> </div> +<p/> + <h4>Related Projects</h4> <div class="navitem"> @@ -90,6 +113,8 @@ <a href="http://sblim.sourceforge.net/clientapps.html">SBLIM WBEMCLI</a> </div> +<p/> + <h4>Hosted by</h4> <div class="navitem"> Modified: web/roadmap.shtml =================================================================== --- web/roadmap.shtml 2015-01-21 20:10:38 UTC (rev 722) +++ web/roadmap.shtml 2015-01-22 11:51:12 UTC (rev 723) @@ -19,21 +19,29 @@ <h2>Roadmap</h2> <p>The following is a list, in no particular order, of things that -would be nice to be in future versions of PyWBEM: +would be nice to be in future versions of PyWBEM:</p> <ul> - <li> <p>WS-Management support.</p> - <li> <p>Rewrite XML parser to use <tt>xml.sax</tt> instead of <tt>xml.dom</tt> to avoid resource usage issues when parsing large XML requests and responses.</p> - <li> <p>Better testing on Windows platform(s).</p> - <li> <p>Better API documentation/reference.</p> - <li> <p>Update tutorial and add more usage examples.</p> + <li><p>Support for pulled enumeration operations (DSP0200 1.4).</p></li> + <li><p>Improvements on wbemcli command.</p></li> + <li><p>More complete and fully automated test cases, also on Windows + platform(s).</p></li> + <li><p>Better API documentation/reference.</p></li> + <li><p>Update tutorial and add more usage examples.</p></li> + <li><p>WS-Management support.</p></li> + <li><p>Rewrite XML parser to use <tt>xml.sax</tt> instead of <tt>xml.dom</tt> to + avoid resource usage issues when parsing large XML requests and + responses.</p></li> </ul> -</p> +<p>This list is not regularly maintained. If you have an idea for future +development of PyWBEM, please open a bug in the +<a href="https://sourceforge.net/p/pywbem/bugs/?source=navbar">Bug Tracker</a> +describing the idea.</p> -<p><hr> +<hr> <!-- hhmts start --> -Last Modified: Friday, 8 December 2006 06:50:15 +Last Modified: Thursday, 22 January 2015 <!-- hhmts end --> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |