Modified: shindig/site/trunk/generated_site/developers/php/build.html
URL: 
http://svn.apache.org/viewvc/shindig/site/trunk/generated_site/developers/php/build.html?rev=1300617&r1=1300616&r2=1300617&view=diff
==============================================================================
--- shindig/site/trunk/generated_site/developers/php/build.html (original)
+++ shindig/site/trunk/generated_site/developers/php/build.html Wed Mar 14 
16:15:24 2012
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Shindig - 
+    <title>Shindig - 
     Building Apache Shindig for PHP</title>
     <style type="text/css" media="all">
       @import url("../../css/maven-base.css");
@@ -15,7 +15,7 @@
     <meta name="Date-Creation-yyyymmdd" content="20090624" />
     <meta name="Date-Revision-yyyymmdd" content="20120311" />
     <meta http-equiv="Content-Language" content="en" />
-                                                    
+                                                    
 <link title="DOAP" rel="meta" type="application/rdf+xml" 
href="http://shindig.apache.org/doap_shindig-site.rdf"/>
                       
   </head>
@@ -39,7 +39,7 @@
                   </div>
             <div class="xright">                    <a 
href="http://www.opensocial.org"; class="externalLink" title="Opensocial 
Foundation">Opensocial Foundation</a>
             |
-                        <a href="http://www.opensocial.org/page/specs-1"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
+                        <a href="http://docs.opensocial.org/display/OSD/Specs"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
               
                 
                 &nbsp;| <span id="publishDate">Last Published: 
2012-03-11</span>
@@ -153,103 +153,103 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License. -->
-  
-    <div class="section"><h2>Building and running Apache Shindig for PHP<a 
name="Building_and_running_Apache_Shindig_for_PHP"></a></h2>
-      <p>This is the PHP steps on how to build and run Apache Shindig.</p>
-
-      <ul>
-        <li>
-          <a 
href="#Prequisites_before_building_Apache_Shindig_for_PHP">Prequisites</a>
-        </li>
-        <li>
-          <a href="#Getting_the_code">Get the code</a>
-        </li>
-        <li>
-          <a href="#Running_Apache_Shindig">Running Apache Shindig</a>
-        </li>
-        <li>
-          <a href="#Additional_reading">Additonal reading</a>
-        </li>
-      </ul>
-
-      <div class="section"><h3>Prequisites before building Apache Shindig for 
PHP<a name="Prequisites_before_building_Apache_Shindig_for_PHP"></a></h3>
-        <p> In order to build and run Apache Shindig for PHP, you must have 
the following: </p>
-        <ul>
-          <li>A Subversion client installed in order to checkout the code. <ul>
-              <li>Instructions for downloading and installing Subversion can 
be found
-                here: <a class="externalLink" 
href="http://subversion.tigris.org/";></a>http://subversion.tigris.org/</li>
-            </ul></li>
-          <li>Apache with mod_rewrite enabled. <ul>
-              <li>PHP 5.2.x with the <a class="externalLink" 
href="http://www.php.net/json";>json</a>, <a class="externalLink" 
href="http://www.php.net/simplexml";>simplexml</a>, <a class="externalLink" 
href="http://www.php.net/mcrypt";>mcrypt</a> and <a class="externalLink" 
href="http://www.php.net/curl";>curl</a> extentions enabled.</li>
-            </ul></li>
-        </ul>
-      </div>
-
-      <div class="section"><h3>Getting the code<a 
name="Getting_the_code"></a></h3>
-        <p> Create a subdirectory in your web document root, e.g. 
/var/www/html and checkout
-          the Apache Shindig code from its Subversion repository</p>
-        <ol style="list-style-type: decimal">
-          <li>
-            <tt>mkdir /var/www/html/shindig</tt>
-          </li>
-          <li>
-            <tt>cd /var/www/html/shindig</tt>
-          </li>
-          <li>
-            <tt>svn co http://svn.apache.org/repos/asf/shindig/trunk/
-            .</tt>
-          </li>
-        </ol>
-      </div>
-
-      <div class="section"><h3>Running Apache Shindig<a 
name="Running_Apache_Shindig"></a></h3>
-        <p>With PHP There is no need to build anything - the source code is 
already built.</p>
-        <p>To run the code, you have several options:</p>
-
-        <div class="section"><h4>a. Create a new virtual host<a 
name="a._Create_a_new_virtual_host"></a></h4>
-        <p>Point your apache to the php dir with a virtual host like:</p>
-        <div><pre>
-      &lt;VirtualHost your_ip:your_port&gt;
-
-        ServerName your.host
-        DocumentRoot /var/www/html/shindig/php
-        ... other normal settings in vhosts...
-      &lt;/VirtualHost&gt;
-      </pre></div>
-
-        <p>Restart apache, and point your browser to:</p>
-        
<p>http://your.host/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml</p>
-        <p>you should see something like <a class="externalLink" 
href="http://shindig.chabotc.com/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml";>this</a>.
 </p>
-
-        </div><div class="section"><h4>b. Run with an existing host<a 
name="b._Run_with_an_existing_host"></a></h4>
-        <p>If you cannot/don't want to create a virtual host, you can edit the 
file
-          php/config.php and change the web_prefix setting to '/shindig/php'. 
</p>
-        <p>Then you can run the gadget by pointing your browser to: </p>
-        
<p>http://your.host/shindig/php/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml</p>
-      </div></div>
-
-      <div class="section"><h3>Additional reading<a 
name="Additional_reading"></a></h3>
-        <p>Read <a class="externalLink" 
href="http://svn.apache.org/repos/asf/shindig/trunk/php/README";>php/README</a> 
for original instructions on how to start up the php Apache Shindig
-          server. </p>
-      </div>
-    </div>
-  
+        <!-- Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. -->
+  
+    <div class="section"><h2>Building and running Apache Shindig for PHP<a 
name="Building_and_running_Apache_Shindig_for_PHP"></a></h2>
+      <p>This is the PHP steps on how to build and run Apache Shindig.</p>
+
+      <ul>
+        <li>
+          <a 
href="#Prequisites_before_building_Apache_Shindig_for_PHP">Prequisites</a>
+        </li>
+        <li>
+          <a href="#Getting_the_code">Get the code</a>
+        </li>
+        <li>
+          <a href="#Running_Apache_Shindig">Running Apache Shindig</a>
+        </li>
+        <li>
+          <a href="#Additional_reading">Additonal reading</a>
+        </li>
+      </ul>
+
+      <div class="section"><h3>Prequisites before building Apache Shindig for 
PHP<a name="Prequisites_before_building_Apache_Shindig_for_PHP"></a></h3>
+        <p> In order to build and run Apache Shindig for PHP, you must have 
the following: </p>
+        <ul>
+          <li>A Subversion client installed in order to checkout the code. <ul>
+              <li>Instructions for downloading and installing Subversion can 
be found
+                here: <a class="externalLink" 
href="http://subversion.tigris.org/";></a>http://subversion.tigris.org/</li>
+            </ul></li>
+          <li>Apache with mod_rewrite enabled. <ul>
+              <li>PHP 5.2.x with the <a class="externalLink" 
href="http://www.php.net/json";>json</a>, <a class="externalLink" 
href="http://www.php.net/simplexml";>simplexml</a>, <a class="externalLink" 
href="http://www.php.net/mcrypt";>mcrypt</a> and <a class="externalLink" 
href="http://www.php.net/curl";>curl</a> extentions enabled.</li>
+            </ul></li>
+        </ul>
+      </div>
+
+      <div class="section"><h3>Getting the code<a 
name="Getting_the_code"></a></h3>
+        <p> Create a subdirectory in your web document root, e.g. 
/var/www/html and checkout
+          the Apache Shindig code from its Subversion repository</p>
+        <ol style="list-style-type: decimal">
+          <li>
+            <tt>mkdir /var/www/html/shindig</tt>
+          </li>
+          <li>
+            <tt>cd /var/www/html/shindig</tt>
+          </li>
+          <li>
+            <tt>svn co http://svn.apache.org/repos/asf/shindig/trunk/
+            .</tt>
+          </li>
+        </ol>
+      </div>
+
+      <div class="section"><h3>Running Apache Shindig<a 
name="Running_Apache_Shindig"></a></h3>
+        <p>With PHP There is no need to build anything - the source code is 
already built.</p>
+        <p>To run the code, you have several options:</p>
+
+        <div class="section"><h4>a. Create a new virtual host<a 
name="a._Create_a_new_virtual_host"></a></h4>
+        <p>Point your apache to the php dir with a virtual host like:</p>
+        <div><pre>
+      &lt;VirtualHost your_ip:your_port&gt;
+
+        ServerName your.host
+        DocumentRoot /var/www/html/shindig/php
+        ... other normal settings in vhosts...
+      &lt;/VirtualHost&gt;
+      </pre></div>
+
+        <p>Restart apache, and point your browser to:</p>
+        
<p>http://your.host/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml</p>
+        <p>you should see something like <a class="externalLink" 
href="http://shindig.chabotc.com/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml";>this</a>.
 </p>
+
+        </div><div class="section"><h4>b. Run with an existing host<a 
name="b._Run_with_an_existing_host"></a></h4>
+        <p>If you cannot/don't want to create a virtual host, you can edit the 
file
+          php/config.php and change the web_prefix setting to '/shindig/php'. 
</p>
+        <p>Then you can run the gadget by pointing your browser to: </p>
+        
<p>http://your.host/shindig/php/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml</p>
+      </div></div>
+
+      <div class="section"><h3>Additional reading<a 
name="Additional_reading"></a></h3>
+        <p>Read <a class="externalLink" 
href="http://svn.apache.org/repos/asf/shindig/trunk/php/README";>php/README</a> 
for original instructions on how to start up the php Apache Shindig
+          server. </p>
+      </div>
+    </div>
+  
 
       </div>
     </div>

Modified: shindig/site/trunk/generated_site/developers/php/index.html
URL: 
http://svn.apache.org/viewvc/shindig/site/trunk/generated_site/developers/php/index.html?rev=1300617&r1=1300616&r2=1300617&view=diff
==============================================================================
--- shindig/site/trunk/generated_site/developers/php/index.html (original)
+++ shindig/site/trunk/generated_site/developers/php/index.html Wed Mar 14 
16:15:24 2012
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Shindig - 
+    <title>Shindig - 
     PHP Documentation</title>
     <style type="text/css" media="all">
       @import url("../../css/maven-base.css");
@@ -15,7 +15,7 @@
     <meta name="Date-Creation-yyyymmdd" content="20090624" />
     <meta name="Date-Revision-yyyymmdd" content="20120311" />
     <meta http-equiv="Content-Language" content="en" />
-                                                    
+                                                    
 <link title="DOAP" rel="meta" type="application/rdf+xml" 
href="http://shindig.apache.org/doap_shindig-site.rdf"/>
                       
   </head>
@@ -39,7 +39,7 @@
                   </div>
             <div class="xright">                    <a 
href="http://www.opensocial.org"; class="externalLink" title="Opensocial 
Foundation">Opensocial Foundation</a>
             |
-                        <a href="http://www.opensocial.org/page/specs-1"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
+                        <a href="http://docs.opensocial.org/display/OSD/Specs"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
               
                 
                 &nbsp;| <span id="publishDate">Last Published: 
2012-03-11</span>
@@ -153,37 +153,37 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License. -->
-  
-    <div class="section"><h2>Documentation Centre for PHP Apache Shindig<a 
name="Documentation_Centre_for_PHP_Apache_Shindig"></a></h2>
-      <p>This documentation centre is for developer who wants to work with the 
PHP version of Apache Shindig.</p>
-      <ul>
-        <li><a href="./build.html">Building PHP Apache Shindig</a></li>
-      </ul>
-    </div>
-
-    <div class="section"><h2>PHP Tools<a name="PHP_Tools"></a></h2>
-      <ul>
-        <li><a class="externalLink" 
href="http://code.google.com/p/opensocial-php-client/";>OpenSocial RESTful PHP 
client library</a></li>
-        <li><a class="externalLink" 
href="http://www.aitoc.com/en/phpfoxmods_opensocial.html";>Open Social Module 
for phpFox</a></li>
-      </ul>
-    </div>
-  
+        <!-- Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. -->
+  
+    <div class="section"><h2>Documentation Centre for PHP Apache Shindig<a 
name="Documentation_Centre_for_PHP_Apache_Shindig"></a></h2>
+      <p>This documentation centre is for developer who wants to work with the 
PHP version of Apache Shindig.</p>
+      <ul>
+        <li><a href="./build.html">Building PHP Apache Shindig</a></li>
+      </ul>
+    </div>
+
+    <div class="section"><h2>PHP Tools<a name="PHP_Tools"></a></h2>
+      <ul>
+        <li><a class="externalLink" 
href="http://code.google.com/p/opensocial-php-client/";>OpenSocial RESTful PHP 
client library</a></li>
+        <li><a class="externalLink" 
href="http://www.aitoc.com/en/phpfoxmods_opensocial.html";>Open Social Module 
for phpFox</a></li>
+      </ul>
+    </div>
+  
 
       </div>
     </div>

Modified: shindig/site/trunk/generated_site/download/index.html
URL: 
http://svn.apache.org/viewvc/shindig/site/trunk/generated_site/download/index.html?rev=1300617&r1=1300616&r2=1300617&view=diff
==============================================================================
--- shindig/site/trunk/generated_site/download/index.html (original)
+++ shindig/site/trunk/generated_site/download/index.html Wed Mar 14 16:15:24 
2012
@@ -14,7 +14,7 @@
     <meta name="Date-Creation-yyyymmdd" content="20091203" />
     <meta name="Date-Revision-yyyymmdd" content="20120311" />
     <meta http-equiv="Content-Language" content="en" />
-                                                    
+                                                    
 <link title="DOAP" rel="meta" type="application/rdf+xml" 
href="http://shindig.apache.org/doap_shindig-site.rdf"/>
                       
   </head>
@@ -38,7 +38,7 @@
                   </div>
             <div class="xright">                    <a 
href="http://www.opensocial.org"; class="externalLink" title="Opensocial 
Foundation">Opensocial Foundation</a>
             |
-                        <a href="http://www.opensocial.org/page/specs-1"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
+                        <a href="http://docs.opensocial.org/display/OSD/Specs"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
               
                 
                 &nbsp;| <span id="publishDate">Last Published: 
2012-03-11</span>
@@ -147,7 +147,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2><a 
name="Download_Apache_Shindig">Download Apache Shindig</a><a 
name="Download_Apache_Shindig"></a></h2><p>Apache Shindig is distributed under 
the <a href="./license.html"> Apache License, version 2.0</a>.</p><p><i>Apache 
Shindig is a distributed as API and as a Web application. You must have a 
Servlet container for the Java version or a Web server for the PHP version 
installed in order to proceed. Shindig was successfully tested on Jetty (Java), 
Tomcat (Java), Apache (PHP).</i></p><div class="section"><h3>General 
Availability Releases<a name="General_Availability_Releases"></a></h3><div 
class="section"><h4>Current<a name="Current"></a></h4><p>Apache Shindig 2.0.0 
was released the 2010-09-10.</p><p><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/";>http://www.apache.org/dist/shindig/2.0.0/</a></p><table
 border="1" class="bodyTable"><tr class="a"><th align="left"></th><th 
align="left">Implementation</th><th
  align="left">Download Link</th></tr><tr class="b"><td align="left">Apache 
Shindig (tar.bz2)</td><td align="left">Java</td><td align="left"><a 
class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-java.tar.bz2";>shindig-2.0.0-java.tar.bz2</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-java.tar.gz";>shindig-2.0.0-java.tar.gz</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (zip)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-java.zip";>shindig-2.0.0-java.zip</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (war)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://repo2.maven.org/maven2/org/apache/shindig/shindig-server/2.0.0/shindig-server-2.0.0.war";>shindig-server-2
 .0.0.war</a></td></tr><tr class="b"><td align="left">Apache Shindig 
(tar.bz2)</td><td align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-php.tar.bz2";>shindig-2.0.0-php.tar.bz2</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-php.tar.gz";>shindig-2.0.0-php.tar.gz</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (zip)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-php.zip";>shindig-2.0.0-php.zip</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.bz2)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-source.tar.bz2";>shindig-2.0.0-source.tar.bz2</a></td></tr><tr
 class="b"><td
  align="left">Apache Shindig (tar.gz)</td><td align="left">Source</td><td 
align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-source.tar.gz";>shindig-2.0.0-source.tar.gz</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (zip)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-source.zip";>shindig-2.0.0-source.zip</a></td></tr></table></div><div
 class="section"><h4>Old Releases<a name="Old_Releases"></a></h4><p>Apache 
Shindig 1.1 beta5 is available <a class="externalLink" 
href="http://repo1.maven.org/maven2/org/apache/shindig/shindig/1.1-BETA5-incubating/";>here</a>.</p><p>Apache
 Shindig 1.0.1 is available <a class="externalLink" 
href="http://www.apache.org/dist/shindig/1.0.1/";>here</a>.</p></div></div></div><div
 class="section"><h2><a name="Documentation">Documentation</a><a 
name="Documentation"></a></h2><p>You could also download the current
  documentation, i.e. this website, as a <a 
href="../shindig-site-1.1-incubating-SNAPSHOT-site.jar">single jar</a> file or 
as <a href="../apache-shindig.pdf">PDF</a> file.</p></div><div 
class="section"><h2><a name="Integration_Builds">Integration Builds</a><a 
name="Integration_Builds"></a></h2><p>Apache Shindig uses <a 
href="../integration.html">Hudson</a> as Continuous Integration tool. You could 
download the latest build from the trunk (i.e. implementation of OpenSocial 
Spec 0.9) or the branch (i.e. implementation of OpenSocial Spec 0.8.1):</p><div 
class="section"><h3>Trunk<a name="Trunk"></a></h3><p><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/";>http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/</a></p><table
 border="1" class="bodyTable"><tr class="a"><th align="left"></th><th 
align="left">Implementation</th><th align="left">Download Link</th><
 /tr><tr class="b"><td align="left">Apache Shindig (tar.bz2)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-java.tar.bz2";>shindig-1.1-incubating-SNAPSHOT-java.tar.bz2</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-java.tar.gz";>shindig-1.1-incubating-SNAPSHOT-java.tar.gz</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (zip)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuil
 
d/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-java.zip">shindig-1.1-incubating-SNAPSHOT-java.zip</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (war)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-server/lastSuccessfulBuild/artifact/org.apache.shindig/shindig-server/1.1-BETA6-incubating-SNAPSHOT/shindig-server-1.1-BETA6-incubating-SNAPSHOT.war";>shindig-server-1.1-BETA6-incubating-SNAPSHOT.war</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (tar.bz2)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-php.tar.bz2";>shindig-1.1-incubating-SNAPSHOT-php.tar.bz2</a></td
 ></tr><tr class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
 >align="left">PHP</td><td align="left"><a class="externalLink" 
 >href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-php.tar.gz";>shindig-1.1-incubating-SNAPSHOT-php.tar.gz</a></td></tr><tr
 > class="b"><td align="left">Apache Shindig (zip)</td><td 
 >align="left">PHP</td><td align="left"><a class="externalLink" 
 >href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-php.zip";>shindig-1.1-incubating-SNAPSHOT-php.zip</a></td></tr><tr
 > class="a"><td align="left">Apache Shindig (tar.bz2)</td><td 
 >align="left">Source</td><td align="left"><a class="externalLink" 
 >href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apac
 
he.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-source.zip">shindig-1.1-incubating-SNAPSHOT-source.tar.bz2</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-source.zip";>shindig-1.1-incubating-SNAPSHOT-source.tar.gz</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (zip)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-source.zip";>shindig-1.1-incubating-SNAPSHOT-source.zip</a></td></tr></table></div><div
 cla
 ss="section"><h3>Branch 1.0.x (0.8.1 spec)<a 
name="Branch_1.0.x_0.8.1_spec"></a></h3><p><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%201.0.x%20branch%20Assembly/lastBuild/org.apache.shindig$shindig/";>http://hudson.zones.apache.org/hudson/job/Shindig%201.0.x%20branch%20Assembly/lastBuild/org.apache.shindig$shindig/</a></p></div></div><div
 class="section"><h2><a name="System_Requirements">System Requirements</a><a 
name="System_Requirements"></a></h2><ul><li><b>Java version</b>: Servlet 
container supporting Web Application 2.3 or above and JDK 1.5 or 
above</li><li><b>PHP version</b>: Apache Web Server with mod_rewrite enabled 
and PHP 5.2.x with the json, simplexml, mcrypt and curl extensions 
enabled.</li></ul></div><div class="section"><h2><a 
name="Installation_Instructions">Installation Instructions</a><a 
name="Installation_Instructions"></a></h2><p><b>Note</b>: Read the README files 
inside the distributions for detailed instructions.</p><ol 
 style="list-style-type: decimal"><li>Unzip the distribution archive to the 
directory you wish to install Apache Shindig.</li><li>Install Apache Shindig in 
your Servlet container or in your Web server depending the wanted 
implementations. Have a glance to your server documentation before processing. 
For instance, you could do:<ol style="list-style-type: upper-alpha"><li>Java 
version: copy the Apache Shindig WAR file to <i>$TOMCAT_HOME/webapps</i> for 
Tomcat.</li><li>PHP version: copy shindig-php into <i>/var/www/html/shindig</i> 
for Apache.</li></ol></li><li>Open in you browser for instance <a 
class="externalLink" 
href="http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml";>http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml</a></li></ol><img
 src="../images/samples/task.png" alt="Sample Container" /></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one 
--><!-- or more contributor license agreements.  See the NOTICE file --><!-- 
distributed with this work for additional information --><!-- regarding 
copyright ownership.  The ASF licenses this file --><!-- to you under the 
Apache License, Version 2.0 (the --><!-- "License"); you may not use this file 
except in compliance --><!-- with the License.  You may obtain a copy of the 
License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  
--><!-- Unless required by applicable law or agreed to in writing, --><!-- 
software distributed under the License is distributed on an --><!-- "AS IS" 
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or 
implied.  See the License for the --><!-- specific language governing 
permissions and limitations --><!-- under the License. --><!-- NOTE: For help 
with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2><a 
name="Download_Apache_Shindig">Download Apache Shindig</a><a 
name="Download_Apache_Shindig"></a></h2><p>Apache Shindig is distributed under 
the <a href="../license.html"> Apache License, version 2.0</a>.</p><p><i>Apache 
Shindig is a distributed as API and as a Web application. You must have a 
Servlet container for the Java version or a Web server for the PHP version 
installed in order to proceed. Shindig was successfully tested on Jetty (Java), 
Tomcat (Java), Apache (PHP).</i></p><div class="section"><h3>General 
Availability Releases<a name="General_Availability_Releases"></a></h3><div 
class="section"><h4>Current<a name="Current"></a></h4><p>Apache Shindig 2.0.0 
was released the 2010-09-10.</p><p><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/";>http://www.apache.org/dist/shindig/2.0.0/</a></p><table
 border="1" class="bodyTable"><tr class="a"><th align="left"></th><th 
align="left">Implementation</th><t
 h align="left">Download Link</th></tr><tr class="b"><td align="left">Apache 
Shindig (tar.bz2)</td><td align="left">Java</td><td align="left"><a 
class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-java.tar.bz2";>shindig-2.0.0-java.tar.bz2</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-java.tar.gz";>shindig-2.0.0-java.tar.gz</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (zip)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-java.zip";>shindig-2.0.0-java.zip</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (war)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://repo2.maven.org/maven2/org/apache/shindig/shindig-server/2.0.0/shindig-server-2.0.0.war";>shindig-server-
 2.0.0.war</a></td></tr><tr class="b"><td align="left">Apache Shindig 
(tar.bz2)</td><td align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-php.tar.bz2";>shindig-2.0.0-php.tar.bz2</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-php.tar.gz";>shindig-2.0.0-php.tar.gz</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (zip)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-php.zip";>shindig-2.0.0-php.zip</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.bz2)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-source.tar.bz2";>shindig-2.0.0-source.tar.bz2</a></td></tr><tr
 class="b"><t
 d align="left">Apache Shindig (tar.gz)</td><td align="left">Source</td><td 
align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-source.tar.gz";>shindig-2.0.0-source.tar.gz</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (zip)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://www.apache.org/dist/shindig/2.0.0/shindig-2.0.0-source.zip";>shindig-2.0.0-source.zip</a></td></tr></table></div><div
 class="section"><h4>Old Releases<a name="Old_Releases"></a></h4><p>Apache 
Shindig 1.1 beta5 is available <a class="externalLink" 
href="http://repo1.maven.org/maven2/org/apache/shindig/shindig/1.1-BETA5-incubating/";>here</a>.</p><p>Apache
 Shindig 1.0.1 is available <a class="externalLink" 
href="http://www.apache.org/dist/shindig/1.0.1/";>here</a>.</p></div></div></div><div
 class="section"><h2><a name="Documentation">Documentation</a><a 
name="Documentation"></a></h2><p>You could also download the curren
 t documentation, i.e. this website, as a <a 
href="../shindig-site-1.1-incubating-SNAPSHOT-site.jar">single jar</a> file or 
as <a href="../apache-shindig.pdf">PDF</a> file.</p></div><div 
class="section"><h2><a name="Integration_Builds">Integration Builds</a><a 
name="Integration_Builds"></a></h2><p>Apache Shindig uses <a 
href="../integration.html">Hudson</a> as Continuous Integration tool. You could 
download the latest build from the trunk (i.e. implementation of OpenSocial 
Spec 0.9) or the branch (i.e. implementation of OpenSocial Spec 0.8.1):</p><div 
class="section"><h3>Trunk<a name="Trunk"></a></h3><p><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/";>http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/</a></p><table
 border="1" class="bodyTable"><tr class="a"><th align="left"></th><th 
align="left">Implementation</th><th align="left">Download Link</th>
 </tr><tr class="b"><td align="left">Apache Shindig (tar.bz2)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-java.tar.bz2";>shindig-1.1-incubating-SNAPSHOT-java.tar.bz2</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-java.tar.gz";>shindig-1.1-incubating-SNAPSHOT-java.tar.gz</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (zip)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBui
 
ld/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-java.zip">shindig-1.1-incubating-SNAPSHOT-java.zip</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (war)</td><td 
align="left">Java</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-server/lastSuccessfulBuild/artifact/org.apache.shindig/shindig-server/1.1-BETA6-incubating-SNAPSHOT/shindig-server-1.1-BETA6-incubating-SNAPSHOT.war";>shindig-server-1.1-BETA6-incubating-SNAPSHOT.war</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (tar.bz2)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-php.tar.bz2";>shindig-1.1-incubating-SNAPSHOT-php.tar.bz2</a></t
 d></tr><tr class="a"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-php.tar.gz";>shindig-1.1-incubating-SNAPSHOT-php.tar.gz</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (zip)</td><td 
align="left">PHP</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-php.zip";>shindig-1.1-incubating-SNAPSHOT-php.zip</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (tar.bz2)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apa
 
che.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-source.zip">shindig-1.1-incubating-SNAPSHOT-source.tar.bz2</a></td></tr><tr
 class="b"><td align="left">Apache Shindig (tar.gz)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-source.zip";>shindig-1.1-incubating-SNAPSHOT-source.tar.gz</a></td></tr><tr
 class="a"><td align="left">Apache Shindig (zip)</td><td 
align="left">Source</td><td align="left"><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%20Assembly/lastBuild/org.apache.shindig$shindig/artifact/org.apache.shindig/shindig/1.1-incubating-SNAPSHOT/shindig-1.1-incubating-SNAPSHOT-source.zip";>shindig-1.1-incubating-SNAPSHOT-source.zip</a></td></tr></table></div><div
 cl
 ass="section"><h3>Branch 1.0.x (0.8.1 spec)<a 
name="Branch_1.0.x_0.8.1_spec"></a></h3><p><a class="externalLink" 
href="http://hudson.zones.apache.org/hudson/job/Shindig%201.0.x%20branch%20Assembly/lastBuild/org.apache.shindig$shindig/";>http://hudson.zones.apache.org/hudson/job/Shindig%201.0.x%20branch%20Assembly/lastBuild/org.apache.shindig$shindig/</a></p></div></div><div
 class="section"><h2><a name="System_Requirements">System Requirements</a><a 
name="System_Requirements"></a></h2><ul><li><b>Java version</b>: Servlet 
container supporting Web Application 2.3 or above and JDK 1.5 or 
above</li><li><b>PHP version</b>: Apache Web Server with mod_rewrite enabled 
and PHP 5.2.x with the json, simplexml, mcrypt and curl extensions 
enabled.</li></ul></div><div class="section"><h2><a 
name="Installation_Instructions">Installation Instructions</a><a 
name="Installation_Instructions"></a></h2><p><b>Note</b>: Read the README files 
inside the distributions for detailed instructions.</p><ol
  style="list-style-type: decimal"><li>Unzip the distribution archive to the 
directory you wish to install Apache Shindig.</li><li>Install Apache Shindig in 
your Servlet container or in your Web server depending the wanted 
implementations. Have a glance to your server documentation before processing. 
For instance, you could do:<ol style="list-style-type: upper-alpha"><li>Java 
version: copy the Apache Shindig WAR file to <i>$TOMCAT_HOME/webapps</i> for 
Tomcat.</li><li>PHP version: copy shindig-php into <i>/var/www/html/shindig</i> 
for Apache.</li></ol></li><li>Open in you browser for instance <a 
class="externalLink" 
href="http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml";>http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml</a></li></ol><img
 src="../images/samples/task.png" alt="Sample Container" /></div>
       </div>
     </div>
     <div class="clear">

Modified: shindig/site/trunk/generated_site/faq.html
URL: 
http://svn.apache.org/viewvc/shindig/site/trunk/generated_site/faq.html?rev=1300617&r1=1300616&r2=1300617&view=diff
==============================================================================
--- shindig/site/trunk/generated_site/faq.html (original)
+++ shindig/site/trunk/generated_site/faq.html Wed Mar 14 16:15:24 2012
@@ -12,7 +12,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
     <meta name="Date-Revision-yyyymmdd" content="20120311" />
     <meta http-equiv="Content-Language" content="en" />
-                                                    
+                                                    
 <link title="DOAP" rel="meta" type="application/rdf+xml" 
href="http://shindig.apache.org/doap_shindig-site.rdf"/>
                       
   </head>
@@ -36,7 +36,7 @@
                   </div>
             <div class="xright">                    <a 
href="http://www.opensocial.org"; class="externalLink" title="Opensocial 
Foundation">Opensocial Foundation</a>
             |
-                        <a href="http://www.opensocial.org/page/specs-1"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
+                        <a href="http://docs.opensocial.org/display/OSD/Specs"; 
class="externalLink" title="Opensocial spec.">Opensocial spec.</a>
               
                 
                 &nbsp;| <span id="publishDate">Last Published: 
2012-03-11</span>
@@ -145,69 +145,69 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License. --><div class="section"><h2><a name="top">Frequently Asked 
Questions</a><a name="Frequently_Asked_Questions"></a></h2><ol 
style="list-style-type: decimal"><li><a href="#What_is_OpenSocial">What is 
OpenSocial?</a></li><li><a 
href="#Which_OpenSocial_spec_versions_Apache_Shindig_implements">Which 
OpenSocial spec versions Apache Shindig implements?</a></li><li><a 
href="#Does_Apache_Shindig_plan_to_start_a_new_language_implementation">Does 
Apache Shindig plan to start a new language implementation?</a></li><li><a 
href="#OpenSocial_Jargon">OpenSocial Jargon</a></li><li><a 
href="#Where_are_the_opensocial_gadget_XSDs">Where are the opensocial/gadget 
XSDs?</a></li></ol></div><dl><dt><a name="What_is_OpenSocial">What is 
OpenSocial?</a></dt><dd>
-        <p> OpenSocial is a set of common Application Programming Interfaces 
(APIs) for
-          web-based social network applications, developed by Google and a 
number of other
-          social networks. Applications implementing the OpenSocial APIs will 
be
-          interoperable with any social network system that supports them. It 
was released
-          November 1, 2007.</p>
-        <p> See <a href="./resources.html#Resources">resources page</a> for 
more
-          information.</p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="Which_OpenSocial_spec_versions_Apache_Shindig_implements">Which 
OpenSocial spec versions Apache Shindig implements?</a></dt><dd>
-        <p> Apache Shindig implements OpenSocial API spec. <a 
class="externalLink" 
href="http://code.google.com/apis/opensocial/docs/0.8/spec.html";>0.8.1</a>
-          and <a class="externalLink" 
href="http://spreadsheets.google.com/ccc?key=pLSOqcf1mK9XQ-OmytqL3Qw";>0.9</a>.</p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="Does_Apache_Shindig_plan_to_start_a_new_language_implementation">Does 
Apache Shindig plan to start a new language implementation?</a></dt><dd>
-        <p> Apache Shindig project actually supports both Java and PHP 
version. Other <a class="externalLink" 
href="http://cwiki.apache.org/confluence/display/SHINDIG/Index#Index-OtherOpenSocialimplementations";>
 Opensocial container implementations</a> exist.</p>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="OpenSocial_Jargon">OpenSocial Jargon</a></dt><dd>
-        <dl>
-          <dt>Owner</dt>
-          <dd>The user who has installed the app</dd>
-          <dt>Viewer</dt>
-          <dd>The user who is using the app</dd>
-          <dt>Friends</dt>
-          <dd>Relationship between two users</dd>
-          <dt>OpenSocial App</dt>
-          <dd>A Gadget Specification compliant</dd>
-          <dt>App Data</dt>
-          <dd>Data stored by an app</dd>
-          <dt>Activity</dt>
-          <dd>Data stored by a user (what a user does)</dd>
-          <dt>Container</dt>
-          <dd>A website</dd>
-       </dl>
-      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="Where_are_the_opensocial_gadget_XSDs">Where are the opensocial/gadget 
XSDs?</a></dt><dd>
-        <p>No official XSDs exist yet but you could find unofficial XSDs in 
the Opensocial
-          resources project:</p>
-        <ul>
-          <li>
-            <a class="externalLink" 
href="http://opensocial-resources.googlecode.com/svn/spec/0.8/gadgets/";>OpenSocial
 Gadgets API Specification v0.8</a>
-         </li>
-          <li>
-            <a class="externalLink" 
href="http://opensocial-resources.googlecode.com/svn/spec/draft/Gadgets-API-Specification.xml";>OpenSocial
 Gadgets API Specification v0.9</a>
-         </li>
-          <li>
-            <a class="externalLink" 
href="http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/restful-protocol.html";>OpenSocial
 Restful Protocol v0.81</a>
-         </li>
-          <li>
-            <a class="externalLink" 
href="http://opensocial-resources.googlecode.com/svn/spec/draft/REST-API.xml";>OpenSocial
 RESTful Protocol Specification v0.9</a>
-         </li>
-       </ul>
-        <p><b>Note</b>: for performance reasons, Apache Shindig will not 
validate files against these XSDs at runtime.</p>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. --><div class="section"><h2><a name="top">Frequently Asked 
Questions</a><a name="Frequently_Asked_Questions"></a></h2><ol 
style="list-style-type: decimal"><li><a href="#What_is_OpenSocial">What is 
OpenSocial?</a></li><li><a 
href="#Which_OpenSocial_spec_versions_Apache_Shindig_implements">Which 
OpenSocial spec versions Apache Shindig implements?</a></li><li><a 
href="#Does_Apache_Shindig_plan_to_start_a_new_language_implementation">Does 
Apache Shindig plan to start a new language implementation?</a></li><li><a 
href="#OpenSocial_Jargon">OpenSocial Jargon</a></li><li><a 
href="#Where_are_the_opensocial_gadget_XSDs">Where are the opensocial/gadget 
XSDs?</a></li></ol></div><dl><dt><a name="What_is_OpenSocial">What is 
OpenSocial?</a></dt><dd>
+        <p> OpenSocial is a set of common Application Programming Interfaces 
(APIs) for
+          web-based social network applications, developed by Google and a 
number of other
+          social networks. Applications implementing the OpenSocial APIs will 
be
+          interoperable with any social network system that supports them. It 
was released
+          November 1, 2007.</p>
+        <p> See <a href="./resources.html#Resources">resources page</a> for 
more
+          information.</p>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="Which_OpenSocial_spec_versions_Apache_Shindig_implements">Which 
OpenSocial spec versions Apache Shindig implements?</a></dt><dd>
+        <p> Apache Shindig implements OpenSocial API spec. <a 
class="externalLink" 
href="http://code.google.com/apis/opensocial/docs/0.8/spec.html";>0.8.1</a>
+          and <a class="externalLink" 
href="http://spreadsheets.google.com/ccc?key=pLSOqcf1mK9XQ-OmytqL3Qw";>0.9</a>.</p>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="Does_Apache_Shindig_plan_to_start_a_new_language_implementation">Does 
Apache Shindig plan to start a new language implementation?</a></dt><dd>
+        <p> Apache Shindig project actually supports both Java and PHP 
version. Other <a class="externalLink" 
href="http://cwiki.apache.org/confluence/display/SHINDIG/Index#Index-OtherOpenSocialimplementations";>
 Opensocial container implementations</a> exist.</p>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="OpenSocial_Jargon">OpenSocial Jargon</a></dt><dd>
+        <dl>
+          <dt>Owner</dt>
+          <dd>The user who has installed the app</dd>
+          <dt>Viewer</dt>
+          <dd>The user who is using the app</dd>
+          <dt>Friends</dt>
+          <dd>Relationship between two users</dd>
+          <dt>OpenSocial App</dt>
+          <dd>A Gadget Specification compliant</dd>
+          <dt>App Data</dt>
+          <dd>Data stored by an app</dd>
+          <dt>Activity</dt>
+          <dd>Data stored by a user (what a user does)</dd>
+          <dt>Container</dt>
+          <dd>A website</dd>
+       </dl>
+      <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a 
name="Where_are_the_opensocial_gadget_XSDs">Where are the opensocial/gadget 
XSDs?</a></dt><dd>
+        <p>No official XSDs exist yet but you could find unofficial XSDs in 
the Opensocial
+          resources project:</p>
+        <ul>
+          <li>
+            <a class="externalLink" 
href="http://opensocial-resources.googlecode.com/svn/spec/0.8/gadgets/";>OpenSocial
 Gadgets API Specification v0.8</a>
+         </li>
+          <li>
+            <a class="externalLink" 
href="http://opensocial-resources.googlecode.com/svn/spec/draft/Gadgets-API-Specification.xml";>OpenSocial
 Gadgets API Specification v0.9</a>
+         </li>
+          <li>
+            <a class="externalLink" 
href="http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/restful-protocol.html";>OpenSocial
 Restful Protocol v0.81</a>
+         </li>
+          <li>
+            <a class="externalLink" 
href="http://opensocial-resources.googlecode.com/svn/spec/draft/REST-API.xml";>OpenSocial
 RESTful Protocol Specification v0.9</a>
+         </li>
+       </ul>
+        <p><b>Note</b>: for performance reasons, Apache Shindig will not 
validate files against these XSDs at runtime.</p>
       <p align="right"><a href="#top">[top]</a></p></dd></dl>
       </div>
     </div>


Reply via email to