Revision: 195
http://svn.sourceforge.net/pieforms/?rev=195&view=rev
Author: oracleshinoda
Date: 2007-03-18 01:57:21 -0700 (Sun, 18 Mar 2007)
Log Message:
-----------
Changed index page to redirect user to real documentation
Modified Paths:
--------------
pieforms-php5/branches/0.2.0/doc/index.html
Modified: pieforms-php5/branches/0.2.0/doc/index.html
===================================================================
--- pieforms-php5/branches/0.2.0/doc/index.html 2007-03-18 08:56:35 UTC (rev 194)
+++ pieforms-php5/branches/0.2.0/doc/index.html 2007-03-18 08:57:21 UTC (rev 195)
@@ -1,8 +1,8 @@
<html>
<head>
- <title>Documentation</title>
+ <meta http-equiv="refresh" content="0; url=html/">
</head>
<body>
- <p>Pieforms documentation will be coming soon... for now check <a href="https://eduforge.org/wiki/wiki/mahara/wiki?pagename=FormAPI">the Mahara wiki</a>. It's a bit out of date, but I will be providing new documentation soon.</p>
+ <p><a href="html/">HTML Documentation</a></p>
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|