Author: chabotc
Date: Thu Dec 11 09:20:02 2008
New Revision: 725745
URL: http://svn.apache.org/viewvc?rev=725745&view=rev
Log:
Updated php README file
Modified:
incubator/shindig/trunk/php/README
Modified: incubator/shindig/trunk/php/README
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/README?rev=725745&r1=725744&r2=725745&view=diff
==============================================================================
--- incubator/shindig/trunk/php/README (original)
+++ incubator/shindig/trunk/php/README Thu Dec 11 09:20:02 2008
@@ -1,3 +1,11 @@
+Welcome to Apache Shindig!
+
+* Read javascript/README for instructions for using the Shindig Gadget
+ Container JavaScript to enable your page to render Gadgets.
+* Read the instructions below for how to use PHP Shindig
+* For more information, see http://incubator.apache.org/shindig/
+
+
Installing and Running The PHP Shindig Gadget Server
============================================
@@ -12,7 +20,7 @@
- PHP 5.2.x with the json, simplexml, mcrypt and curl extentions enabled.
-Getting the code
+Getting the code (if your running from svn and not a release tarball)
============================================
Create a subdirectory in your web document root, e.g. /var/www/html and
checkout the Shindig code from its Subversion repository
@@ -81,4 +89,4 @@
'xrds_location' => 'http://www.mycontainer.com/xrds',
'check_file_exists' => false
- and implement your own service and oauth lookup classes
+And then implement your own service and oauth lookup classes.