|
From: <cw...@us...> - 2007-10-09 16:01:44
|
Revision: 543
http://rdfapi-php.svn.sourceforge.net/rdfapi-php/?rev=543&view=rev
Author: cweiske
Date: 2007-10-09 09:01:43 -0700 (Tue, 09 Oct 2007)
Log Message:
-----------
Wrote Readme.txt completely new since the contents were somehow outdated.
Modified Paths:
--------------
trunk/rdfapi-php/test/Readme.txt
Modified: trunk/rdfapi-php/test/Readme.txt
===================================================================
--- trunk/rdfapi-php/test/Readme.txt 2007-10-09 15:54:27 UTC (rev 542)
+++ trunk/rdfapi-php/test/Readme.txt 2007-10-09 16:01:43 UTC (rev 543)
@@ -1,14 +1,15 @@
-------------------------------------------------
- RAP Unit Tests
-------------------------------------------------
+Welcome to RDF API for PHP
-There are additional RAP tests availible using the PHP unit test framework
-"Simple Test" (http://sourceforge.net/projects/simpletest/).
+This directory contains some demo scripts that show you how to use RAP.
-The additonal test can be downloaded as a seperate package from:
+Many scripts require a working config.php file, so make a copy of
+ "config.php.dist", save it as "config.php" and adjust it.
-http://sourceforge.net/projects/rdfapi-php
+Execute "setup.php" on the command line to create all the necessary tables
+ in the database.
-Chris, 8/21/2004
+"unit/" directory contains the unit tests for RAP. They ensure that nothing
+ breaks during development. See the Readme in there for more information.
-
+Also remember there is documentation for RAP available at
+ http://rdfapi-php.sf.net/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|