[Openfirst-cvscommit] www/htdocs .htaccess,1.2,1.3 contact.php,1.4,1.5 downloads.php,1.3,1.4
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-05-25 15:28:47
|
Update of /cvsroot/openfirst/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2553/htdocs Modified Files: .htaccess contact.php downloads.php Log Message: Make things seem a little more sane and be generally easier to use. Release Notes has been incorportated into the downloads page now. There's also now a documentation link where a link to everything that is documentation should be put (rather than it being scattered around so much like itw as before). Index: downloads.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/downloads.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** downloads.php 8 Jan 2005 14:09:19 -0000 1.3 --- downloads.php 25 May 2005 15:28:37 -0000 1.4 *************** *** 42,45 **** --- 42,80 ---- debugging functionality.</p> + <hr> + + <p>Modules are currently tested with the following web servers: <br> + </p> + <p> + <center> + <p><a href="http://httpd.apache.org/"> <img style="border: 0px;" + src="/image/tested/apache.png" + alt="Apache Web Server" title="Apache + Web Server"></a> <a + href="http://www.microsoft.com/iis/"><img style="border: 0px;" + src="/image/tested/iis.png" + alt="Microsoft Internet Information + Services" title="Microsoft Internet + Information Services"></a> <a href="http://www.sambar.com"><img style="border: 0px;" + src="/image/tested/sambar.png" + alt="Sambar Web Server" title="Sambar + Web Server"></a> </p> + + <p>Read the README file included with the distributions. Each time you + download a new module, or upgrade an existing module, you should run the + Module Installer found in the config directory (example: + http://www.yoursite.com/openfirst/config/). + </p> + + <hr> + + <p>Non-developers may use our <a href="http://www.openfirst.org/nightly/">Nightly Build System</a> to retrieve the latest version of the software. + <br><b>Developers should use CVS instead</b> + <br><b>Important:</b> All users should be aware that the SourceForge releases page (<a + href="http://www.sourceforge.net/projects/openfirst/">http://www.sourceforge.net/projects/openfirst/</a> + is *not* updated with the latest system until there is an official release + prepared. This process ensures that there are stable releases available while at the same time new features may be prepared and/or tested using the CVS or nightly + build versions. <b>If you're a first time user, you probably don't want a nightly build or a version directly from CVS.</b></p> + <table> <tr><th>Module</th><th>Files [<a href="which-file-type.php">Which do I choose?</a>]</th><th>Module Support Status</th></tr> Index: .htaccess =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/.htaccess,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .htaccess 1 Jan 2005 20:53:00 -0000 1.2 --- .htaccess 25 May 2005 15:28:37 -0000 1.3 *************** *** 39,40 **** --- 39,41 ---- Redirect Permanent /images/ http://openfirst.sourceforge.net/image/ Redirect Permanent /demo/ http://demo.openfirst.org/ + Redirect Permanent /release.php http://www.openfirst.org/downloads.php Index: contact.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/contact.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** contact.php 31 Dec 2004 07:40:35 -0000 1.4 --- contact.php 25 May 2005 15:28:37 -0000 1.5 *************** *** 4,17 **** </tr> </table> ! <p>The e-mail addresses for the active staff members are:</p> <ul> <li><a href="mailto:ja...@op...">ja...@op...</a></li> ! <li><a href="mailto:bh...@op...">bh...@op...</a></li> ! <li><a href="mailto:da...@op...">da...@op...</a></li> <li><a href="mailto:jo...@op...">jo...@op...</a></li> <!-- Dave, you're e-mail is bouncing. Either say you want openfirst.org mail forwarded to another address, or stop it from bouncing and re-add yourself here. - <li><a href="mailto:da...@op...">da...@op...</a></li> --> <li><a href="mailto:ti...@op...">ti...@op...</a></li> --- 4,16 ---- </tr> </table> ! <p>The e-mail addresses for the active staff members are below. For general inquiries or unless you know otherwise your best bet is to contact <a href="mailto:ti...@op...">ti...@op...</a>.</p> <ul> <li><a href="mailto:ja...@op...">ja...@op...</a></li> ! <li><a href="mailto:bh...@op...">bh...@op...</a></li> ! <li><a href="mailto:da...@op...">da...@op...</a></li> <li><a href="mailto:jo...@op...">jo...@op...</a></li> <!-- Dave, you're e-mail is bouncing. Either say you want openfirst.org mail forwarded to another address, or stop it from bouncing and re-add yourself here. <li><a href="mailto:da...@op...">da...@op...</a></li> --> <li><a href="mailto:ti...@op...">ti...@op...</a></li> |