From: <ma...@us...> - 2015-01-22 12:54:16
|
Revision: 725 http://sourceforge.net/p/pywbem/code/725 Author: maiera Date: 2015-01-22 12:54:09 +0000 (Thu, 22 Jan 2015) Log Message: ----------- Updated project web page: Added description how to upload project web files, to development page. Modified Paths: -------------- web/development.shtml Modified: web/development.shtml =================================================================== --- web/development.shtml 2015-01-22 12:31:01 UTC (rev 724) +++ web/development.shtml 2015-01-22 12:54:09 UTC (rev 725) @@ -25,11 +25,11 @@ <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>pywbem</code> - The Python WBEM Client (the main component).</li> + <li><code>web</code> - Sources for the PyWBEM project web site (this site).</li> <li><code>yawn</code> - YAWN integration.</li> + <li><code>cimserver</code> - An experimental Python CIM server.</li> + <li><code>pyprovifc</code> - An experimental Python CIM provider interface.</li> </ul> <p>There are two mailing lists:</p> @@ -39,10 +39,8 @@ </ul> <p>The <a href="https://sourceforge.net/p/pywbem/bugs/">Bug Tracker</a> is used -for both bugs and features.</p> +for both bugs and features. Anyone can create 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> @@ -50,6 +48,18 @@ show some engagement in fixing bugs or implementing new features (including test code) by providing patches. Then, ask one of the project admins.</p> +<p>How to update the PyWBEM project web site (this site): The web site is not +automatically updated when files are committed to the <code>web</code> +subdirectory of the code repository. They need to be manually updated, by +transferring the files to +<code>US...@we.../home/project-web/pywbem/htdocs</code> +where <code>USERID</code> is the userid of a PyWBEM admin. +You can use any of these protocols: SFTP, SCP, or rsync (for example, +FileZilla). +For details, see +<a href="https://sourceforge.net/p/forge/documentation/Project%20Web%20Services/">SourceForge web hosting</a>. +</p> + <hr> <!-- hhmts start --> Last Modified: Thursday, 22 January 2015 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |