[Openfirst-cvscommit] SF.net SVN: openfirst: [187] trunk/www/playground/index.html
Brought to you by:
xtimg
From: <xt...@us...> - 2006-06-22 22:58:16
|
Revision: 187 Author: xtimg Date: 2006-06-22 15:58:11 -0700 (Thu, 22 Jun 2006) ViewCVS: http://svn.sourceforge.net/openfirst/?rev=187&view=rev Log Message: ----------- Add Playground links. This presents a close to bug #268 Modified Paths: -------------- trunk/www/playground/index.html Modified: trunk/www/playground/index.html =================================================================== --- trunk/www/playground/index.html 2006-06-22 22:57:16 UTC (rev 186) +++ trunk/www/playground/index.html 2006-06-22 22:58:11 UTC (rev 187) @@ -1,12 +1,29 @@ -<html> +<!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" lang="en" xml:lang="en"> <head> <title>openFIRST Playground</title> + <meta http-equiv="Content-Type" content="txt/html; charset=ISO-8859-1" /> </head> <body> <h1>openFIRST Playground</h1> - <img src="/img/playground.jpg" alt="Playground"> - <p>This is the future location of the openFIRST Playground server. For -more information see <a href="http://bugzilla.openfirst.org/show_bug.cgi?id=268">Bug -#268</a>.</p> + <div><img src="/img/playground.jpg" alt="Playground" style="float: left;" /></div> + + <p>This is the home of the openFIRST Playground server. It provides a location for developers and patch writers +to reproduce bugs which people encounter and for users to test out the bleeding edge version of the <a +href="http://www.openfirst.org/">openFIRST +Portal System</a>. Playground is updated from Subversion every fifteen minutes and local developer changes to +files which exist in subversion are also reverted on this schedule. To gain developer access to the Playground +server contact Tim at openfirst.org.</p> + + <p>The default username for logging in is <b>admin</b> and the default password is <b>openfirst</b>.</p> + + <div style="clear: left;"> + <h2>Installations located here</h2> + <ul> + <li><a href="devel/">Devel</a> - Updated automatically from the bleeding edge of Subversion; uses the MySQL +database system.</li> + </ul> + </div> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |