From: <ma...@us...> - 2015-11-12 08:40:16
|
Revision: 731 http://sourceforge.net/p/pywbem/code/731 Author: maiera Date: 2015-11-12 08:40:14 +0000 (Thu, 12 Nov 2015) Log Message: ----------- Redirecting the page to the new location. Modified Paths: -------------- web/index.shtml Added Paths: ----------- web/HOWTO.md Added: web/HOWTO.md =================================================================== --- web/HOWTO.md (rev 0) +++ web/HOWTO.md 2015-11-12 08:40:14 UTC (rev 731) @@ -0,0 +1,13 @@ +How to update the PyWBEM project web site on SourceForge +======================================================== + +That web site is not automatically updated when files are committed to the +`web` subdirectory of the code repository. They need to be manually +updated, by transferring the files to +`US...@we.../home/project-web/pywbem/htdocs` +where `USERID` is the userid of a PyWBEM admin. +You can use any of these protocols: SFTP, SCP, or rsync (for example, +FileZilla). + +For details, see +[SourceForge web hosting](https://sourceforge.net/p/forge/documentation/Project%20Web%20Services/). Modified: web/index.shtml =================================================================== --- web/index.shtml 2015-01-23 00:48:03 UTC (rev 730) +++ web/index.shtml 2015-11-12 08:40:14 UTC (rev 731) @@ -1,63 +1,18 @@ -<!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"> - +<!DOCTYPE html> +<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<meta http-equiv="Refresh" content="5; url=http://pywbem.github.io/" /> <title>PyWBEM</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> - <body> -<!--#include virtual="header.shtml" --> +<p>The PyWBEM project has moved. You will be automatically redirected +to the new project page.</p> -<!--#set var="page" value="home" --> -<!--#include virtual="navbar.shtml" --> +<p>If that does not happen within a few seconds, +<a href="http://pywbem.github.io/">click here</a>.</p> -<div id="content"> - -<h2>PyWBEM</h2> - -<p>PyWBEM is a pure-Python library for performing client operations using the -WBEM CIM-XML protocol.</p> - -<h3>Using PyWBEM</h3> - -<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> - <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> -</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: Thursday, 22 January 2015 -<!-- hhmts end --> -</p> - -</div> - -<!--#include virtual="footer.shtml" --> - </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |