You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2014/02/05 23:55:25 UTC

svn commit: r1564978 - in /shindig/site/trunk/cms/trunk/content: about_shindig_overview.mdtext community_overview.mdtext documentation_building_php.mdtext documentation_centre.mdtext documentation_php.mdtext releasing.mdtext

Author: rbaxter85
Date: Wed Feb  5 22:55:24 2014
New Revision: 1564978

URL: http://svn.apache.org/r1564978
Log:
SHINDIG-1966
Updated documentation

Modified:
    shindig/site/trunk/cms/trunk/content/about_shindig_overview.mdtext
    shindig/site/trunk/cms/trunk/content/community_overview.mdtext
    shindig/site/trunk/cms/trunk/content/documentation_building_php.mdtext
    shindig/site/trunk/cms/trunk/content/documentation_centre.mdtext
    shindig/site/trunk/cms/trunk/content/documentation_php.mdtext
    shindig/site/trunk/cms/trunk/content/releasing.mdtext

Modified: shindig/site/trunk/cms/trunk/content/about_shindig_overview.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/about_shindig_overview.mdtext?rev=1564978&r1=1564977&r2=1564978&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/about_shindig_overview.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/about_shindig_overview.mdtext Wed Feb  5 22:55:24 2014
@@ -28,26 +28,19 @@ number of sites. Since December 2007, Ap
 <div class="row-fluid">
   <div class="span7">
     Apache Shindig's primary goal is to provide infrastructure for those wishing to host OpenSocial apps on their websites. 
-    Another goal of Apache Shindig is to be language neutral and cover multiple languages.  Currently, Java and PHP versions 
-    are availables and supported.
   </div>
   <div class="span2">
     <div class="thumbnail">
       <img src="images/java-logo.png"/>
     </div>
   </div>
-  <div class="span2">
-    <div class="thumbnail">
-      <img src="images/php-logo.gif"/>
-    </div>
-  </div>
 </div>
 
 # Apache Shindig Components
 
 ## Server Side
 
-The Java and PHP version of Apache Shindig have 3 major server side components:
+The Java version of Apache Shindig have 3 major server side components:
 
 1.  Persistent Data Loading Mechanism.
 2.  Gadget Rendering Infrastructure.
@@ -62,14 +55,6 @@ The Java and PHP version of Apache Shind
       <img src="images/shindig-server-java.jpg"/>
     </div>
   </div>
-  <div class="span6">
-    <div class="thumbnail">
-      <div class="caption">
-  	    <h5>Components of Apache Shindig PHP Server Side container</h5>
-      </div>
-      <img src="images/shindig-server-php.jpg"/>
-    </div>
-  </div>
 </div>
 
 ## Client Side

Modified: shindig/site/trunk/cms/trunk/content/community_overview.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/community_overview.mdtext?rev=1564978&r1=1564977&r2=1564978&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/community_overview.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/community_overview.mdtext Wed Feb  5 22:55:24 2014
@@ -38,7 +38,7 @@ As with any open source project, there a
 
 *  Join the [mailing list](mail-lists.html) and answer other user's questions
 *  Report bugs, feature requests and other issues in the [issue tracking](issue-tracking.html) application.
-*  [Build Java Apache Shindig](developers/java/build.html) or [Build PHP Apache Shindig](developers/php/build.html) 
+*  [Build Java Apache Shindig](developers/java/build.html)
 for yourself, in order to fix bugs.
 *  [Submit patches][patches] to reported issues (both those you find, or that others have filed)
 *  Help with the documentation by pointing out areas that are lacking or unclear, and if you are so inclined, 

Modified: shindig/site/trunk/cms/trunk/content/documentation_building_php.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/documentation_building_php.mdtext?rev=1564978&r1=1564977&r2=1564978&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/documentation_building_php.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/documentation_building_php.mdtext Wed Feb  5 22:55:24 2014
@@ -17,6 +17,9 @@ Notice:    Licensed to the Apache Softwa
            under the License.
 # Building and running Apache Shindig for PHP
 
+<span class="alert alert-error">The PHP version of Shindig has been moved to the attic, this is only kept here for
+legacy reasons.</span>
+
 This is the PHP steps on how to build and run Apache Shindig.
 
 * Prequisites

Modified: shindig/site/trunk/cms/trunk/content/documentation_centre.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/documentation_centre.mdtext?rev=1564978&r1=1564977&r2=1564978&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/documentation_centre.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/documentation_centre.mdtext Wed Feb  5 22:55:24 2014
@@ -18,10 +18,9 @@ Notice:    Licensed to the Apache Softwa
 
 # Documentation Center
 
-This documentation center provides information for developers who wants to develop using Apache Shindig. 
-Apache Shindig server side implementation is developed in two programming languages: Java and PHP and you need to read the specific documentation depending the language implementation wanted. 
+This documentation center provides information for developers who wants to develop using Apache Shindig.  
 
-In addition to documentation on Java and PHP you could also read about the features Shindig uses, how to 
+In addition to documentation on Java you could also read about the features Shindig uses, how to 
 update the website, and how to perform a release.
 
 
@@ -29,7 +28,6 @@ update the website, and how to perform a
   <div class="span5">
      <ul>
         <li><a href="documentation_java.html">Java</a></li>
-        <li><a href="documentation_php.html">PHP</a></li>
         <li><a href="documentation_features.html">Features</a></li>
         <li><a href="documentation_website.html">Website</a></li>
         <li><a href="releasing.html">Releasing</a></li>

Modified: shindig/site/trunk/cms/trunk/content/documentation_php.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/documentation_php.mdtext?rev=1564978&r1=1564977&r2=1564978&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/documentation_php.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/documentation_php.mdtext Wed Feb  5 22:55:24 2014
@@ -18,6 +18,9 @@ Notice:    Licensed to the Apache Softwa
 
 # Documentation Centre for PHP Apache Shindig
 
+<span class="alert alert-error">The PHP version of Shindig has been moved to the attic, this is only kept here for
+legacy reasons.</span>
+
 This documentation centre is for developer who wants to work with the PHP version of Apache Shindig.
 
 * [Building PHP Apache Shindig](documentation_building_php.html)

Modified: shindig/site/trunk/cms/trunk/content/releasing.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/releasing.mdtext?rev=1564978&r1=1564977&r2=1564978&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/releasing.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/releasing.mdtext Wed Feb  5 22:55:24 2014
@@ -195,6 +195,8 @@ knows your Apache credentials.  Follow t
 to configure Maven correctly.
 
 ### PHP Prerequisites
+<span class="alert alert-error">The PHP version of Shindig has been moved to the attic, this is only kept here for
+legacy reasons.</span>
 If you are a Java developer who is building a Shindig release chances are you do not have the necessary PHP 
 dependencies installed on your machine.  You will need to install and configure PHPUnit and mcrypt (as well as PHP) 
 in order to run the PHP portion of the Shindig build.  The links below are useful