You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/02/03 16:37:22 UTC

svn commit: r906090 - in /incubator/shindig/site/trunk: ./ src/site/ src/site/apt/ src/site/apt/community/ src/site/apt/community/conventions/ src/site/apt/download/ src/site/xdoc/ src/site/xdoc/developers/features/ src/site/xdoc/developers/java/ src/s...

Author: lindner
Date: Wed Feb  3 15:37:22 2010
New Revision: 906090

URL: http://svn.apache.org/viewvc?rev=906090&view=rev
Log:
SHINDIG-1280 | start move to shindig.apache.org

Modified:
    incubator/shindig/site/trunk/pom.xml
    incubator/shindig/site/trunk/src/site/apt/community/conventions/code.apt
    incubator/shindig/site/trunk/src/site/apt/community/conventions/svn.apt
    incubator/shindig/site/trunk/src/site/apt/community/index.apt
    incubator/shindig/site/trunk/src/site/apt/community/releasing.apt
    incubator/shindig/site/trunk/src/site/apt/download/index.apt
    incubator/shindig/site/trunk/src/site/apt/getting-started.apt
    incubator/shindig/site/trunk/src/site/pdf.xml
    incubator/shindig/site/trunk/src/site/site.xml
    incubator/shindig/site/trunk/src/site/xdoc/developers/features/index.xml
    incubator/shindig/site/trunk/src/site/xdoc/developers/java/build.xml
    incubator/shindig/site/trunk/src/site/xdoc/developers/java/samples.xml
    incubator/shindig/site/trunk/src/site/xdoc/developers/php/build.xml
    incubator/shindig/site/trunk/src/site/xdoc/source-repository.xml

Modified: incubator/shindig/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/pom.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/pom.xml (original)
+++ incubator/shindig/site/trunk/pom.xml Wed Feb  3 15:37:22 2010
@@ -23,8 +23,8 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>1.1-BETA6-incubating-SNAPSHOT</version>
-    <relativePath>../shindig-1.1.x/pom.xml</relativePath>
+    <version>1.1-BETA6-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.shindig</groupId>
@@ -33,12 +33,12 @@
 
   <name>Apache Shindig Website</name>
   <description>The Apache Shindig documentation.</description>
-  <url>http://incubator.apache.org/shindig</url>
+  <url>http://shindig.apache.org</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/site</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/site</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/incubator/shindig/trunk/site</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/site/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/site/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/shindig/site/trunk</url>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -47,7 +47,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/incubator.apache.org/shindig</url>
+      <url>scp://people.apache.org/www/shindig.apache.org/</url>
     </site>
   </distributionManagement>
 
@@ -57,7 +57,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0.1</version>
+          <version>2.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: incubator/shindig/site/trunk/src/site/apt/community/conventions/code.apt
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/apt/community/conventions/code.apt?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/apt/community/conventions/code.apt (original)
+++ incubator/shindig/site/trunk/src/site/apt/community/conventions/code.apt Wed Feb  3 15:37:22 2010
@@ -77,14 +77,14 @@
 
 *** Eclipse 3.2+
 
-  Download <<<{{{http://svn.apache.org/repos/asf/incubator/shindig/trunk/site/eclipse/shindig-eclipse-codestyle_2.xml}shindig-eclipse-codestyle_2.xml}}>>>.
+  Download <<<{{{http://svn.apache.org/repos/asf/shindig/trunk/site/eclipse/shindig-eclipse-codestyle_2.xml}shindig-eclipse-codestyle_2.xml}}>>>.
 
   After this, select Window \> Preferences, and open up the configuration for Java \> Code
   Style \> Code Formatter. Click on the button labeled Import... and select the file you
   downloaded. Give the style a name, and click OK.
 
-  Similarly, you could import {{{http://svn.apache.org/repos/asf/incubator/shindig/trunk/site/eclipse/shindig.importorder}shindig.importorder}}
-  and {{{http://svn.apache.org/repos/asf/incubator/shindig/trunk/site/eclipse/shindig-eclipse-codetemplate.xml}shindig-eclipse-codetemplate.xml}}
+  Similarly, you could import {{{http://svn.apache.org/repos/asf/shindig/trunk/site/eclipse/shindig.importorder}shindig.importorder}}
+  and {{{http://svn.apache.org/repos/asf/shindig/trunk/site/eclipse/shindig-eclipse-codetemplate.xml}shindig-eclipse-codetemplate.xml}}
 
 * {PHP}
 

Modified: incubator/shindig/site/trunk/src/site/apt/community/conventions/svn.apt
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/apt/community/conventions/svn.apt?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/apt/community/conventions/svn.apt (original)
+++ incubator/shindig/site/trunk/src/site/apt/community/conventions/svn.apt Wed Feb  3 15:37:22 2010
@@ -35,7 +35,7 @@
  Before committing files in subversion repository, you need to read the
  {{{http://www.apache.org/dev/version-control.html#https-svn}Committer Subversion Access}}
  document and you must set your svn client with this properties file:
- {{{https://svn.apache.org/repos/asf/incubator/shindig/trunk/etc/svn-props}svn-props}}
+ {{{https://svn.apache.org/repos/asf/shindig/trunk/etc/svn-props}svn-props}}
 
 * {Commit Message Template}
 

Modified: incubator/shindig/site/trunk/src/site/apt/community/index.apt
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/apt/community/index.apt?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/apt/community/index.apt (original)
+++ incubator/shindig/site/trunk/src/site/apt/community/index.apt Wed Feb  3 15:37:22 2010
@@ -117,14 +117,14 @@
   []
 
   The newly created issue will automatically be sent to
-  {{{mailto:shindig-dev@incubator.apache.org}shindig-dev@incubator.apache.org}}.
+  {{{mailto:dev@shindig.apache.org}dev@shindig.apache.org}}.
   You should also subscribe using
-  {{{mailto:shindig-dev-subscribe@incubator.apache.org}shindig-dev-subscribe@incubator.apache.org}}
+  {{{mailto:dev-subscribe@shindig.apache.org}dev-subscribe@shindig.apache.org}}
   to see all the feedback, in which case you'll get the updates on the  issue without needing to "Watch" them
   individually.
 
   <<Note>>: The Apache Shindig team maintains a whitelist of google accounts that are allowed to use the remailer. If you
-  don't see your comment emails forward to shindig-dev@, send an email to shindig-dev@incubator.apache.org with the
+  don't see your comment emails forward to dev@shindig.apache.org, send an email to dev@shindig.apache.org with the
   Google account you use and we will whitelist it.
 
 How do I Join the Project?

Modified: incubator/shindig/site/trunk/src/site/apt/community/releasing.apt
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/apt/community/releasing.apt?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/apt/community/releasing.apt (original)
+++ incubator/shindig/site/trunk/src/site/apt/community/releasing.apt Wed Feb  3 15:37:22 2010
@@ -124,7 +124,7 @@
 mvn site:deploy
 +-----+
 
-  <<Note>>: Wait for the sync before to see the changes in {{http://incubator.apache.org/shindig/}}.
+  <<Note>>: Wait for the sync before to see the changes in {{http://shindig.apache.org/}}.
 
 * {5. Propose A Vote}
 
@@ -136,7 +136,7 @@
   repository URL and the site URL, for instance:
 
 +-----+
-To: "Shindig Developers List" <sh...@incubator.apache.org>
+To: "Shindig Developers List" <de...@shidnig.apache.org>
 Subject: [VOTE] Release Apache Incubator Shindig version X.Y
 
 Hi,
@@ -151,7 +151,7 @@
 https://repository.apache.org/content/repositories/shindig-staging-[YOUR REPOSITORY ID]/
 
 Web site:
-http://incubator.apache.org/shindig/
+http://shindig.apache.org/
 
 Vote open for 72 hours.
 
@@ -179,7 +179,7 @@
 
 * {8. Publish The Website}
 
-  Update the {{{https://svn.apache.org/repos/asf/incubator/shindig/trunk/site/src/site/apt/download/index.apt}download page}}
+  Update the {{{https://svn.apache.org/repos/asf/shindig/site/trunk/src/site/apt/download/index.apt}download page}}
   and redeploy the website (need to sync):
 
 +-----+
@@ -194,27 +194,17 @@
 
 +-----+
 From: YOUR_APACHE_USERNAME@apache.org
-To: announce@apache.org, shindig-dev@incubator.apache.org
+To: announce@apache.org, dev@shindig.apache.org
 Subject: [ANN] Apache Incubator Shindig X.Y Released
 
-The Apache Incubator Shindig team is proud to announce the release
-of Apache Incubator Shindig, version X.Y-incubating.
+The Apache Shindig team is proud to announce the release
+of Apache Shindig, version X.Y-incubating.
 
-Apache Incubator Shindig is a JavaScript container and
+Apache Shindig is a JavaScript container and
 implementations of the backend APIs and proxy required for hosting
 OpenSocial applications.
 
-http://incubator.apache.org/shindig
-
-Apache Shindig is an effort undergoing incubation at The Apache
-Software Foundation (ASF), sponsored by the Apache Incubator
-project. Incubation is required of all newly accepted projects
-until a further review indicates that the infrastructure,
-communications, and decision making process have stabilized in a
-manner consistent with other successful ASF projects. While
-incubation status is not necessarily a reflection of the
-completeness or stability of the code, it does indicate that the
-project has yet to be fully endorsed by the ASF.
+http://shindig.apache.org/
 
 Enjoy,
 

Modified: incubator/shindig/site/trunk/src/site/apt/download/index.apt
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/apt/download/index.apt?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/apt/download/index.apt (original)
+++ incubator/shindig/site/trunk/src/site/apt/download/index.apt Wed Feb  3 15:37:22 2010
@@ -34,14 +34,6 @@
   or a Web server for the PHP version installed in order to proceed. Shindig was successfully tested on Jetty (Java),
   Tomcat (Java), Apache (PHP).>
 
-* Disclaimers
-
-  <Apache Shindig is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name
-  of sponsor. Incubation is required of all newly accepted projects until a further review indicates that the
-  infrastructure, communications, and decision making process have stabilized in a manner consistent with other
-  successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability
-  of the code, it does indicate that the project has yet to be fully endorsed by the ASF.>
-
 * General Availability Releases
 
 ** Current

Modified: incubator/shindig/site/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/apt/getting-started.apt?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/apt/getting-started.apt (original)
+++ incubator/shindig/site/trunk/src/site/apt/getting-started.apt Wed Feb  3 15:37:22 2010
@@ -332,7 +332,7 @@
   information.
 
   In PHP, theses classes are located in the
-  {{{http://svn.apache.org/repos/asf/incubator/shindig/trunk/php/src/social/spi}social/opensocial/spi}} dir.
+  {{{http://svn.apache.org/repos/asf/shindig/trunk/php/src/social/spi}social/opensocial/spi}} dir.
 
 * Resources
 

Modified: incubator/shindig/site/trunk/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/pdf.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/pdf.xml (original)
+++ incubator/shindig/site/trunk/src/site/pdf.xml Wed Feb  3 15:37:22 2010
@@ -30,7 +30,6 @@
     <title>Apache Shindig Documentation</title>
     <author>The Apache Shindig Team</author>
     <keyWords>
-      <keyWord>incubation</keyWord>
       <keyWord>Open Social</keyWord>
       <keyWord>Social Network</keyWord>
       <keyWord>Reference Implementation</keyWord>
@@ -38,7 +37,7 @@
       <keyWord>PHP</keyWord>
       <keyWord>Javascript</keyWord>
     </keyWords>
-    <description>Apache Shindig is currently undergoing Incubation at the Apache Software Foundation.</description>
+    <description>Apache Shindig is an Opensocial Reference Implementation.</description>
   </meta>
 
   <toc name="Table of Contents">

Modified: incubator/shindig/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/site.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/site.xml (original)
+++ incubator/shindig/site/trunk/src/site/site.xml Wed Feb  3 15:37:22 2010
@@ -26,7 +26,7 @@
   <bannerLeft>
     <name>${project.name}</name>
     <src>images/logos/shindig-logo.png</src>
-    <href>http://incubator.apache.org/shindig/</href>
+    <href>http://shindig.apache.org/</href>
   </bannerLeft>
   <bannerRight>
     <name>ASF Incubator Project</name>
@@ -49,7 +49,6 @@
 
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/" />
-      <item name="Incubator" href="http://incubator.apache.org/" />
     </breadcrumbs>
 
     <menu name="Main">

Modified: incubator/shindig/site/trunk/src/site/xdoc/developers/features/index.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/xdoc/developers/features/index.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/xdoc/developers/features/index.xml (original)
+++ incubator/shindig/site/trunk/src/site/xdoc/developers/features/index.xml Wed Feb  3 15:37:22 2010
@@ -49,123 +49,123 @@
         </thead>
         <tbody>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/analytics/feature.xml">analytics/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/analytics/feature.xml">analytics/feature.xml</a></td>
             <td>Google Analytics</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/auth-refresh/feature.xml">auth-refresh/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/auth-refresh/feature.xml">auth-refresh/feature.xml</a></td>
             <td>To refresh the gadget security token</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/caja/feature.xml">caja/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/caja/feature.xml">caja/feature.xml</a></td>
             <td>Caja support</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/core/feature.xml">core/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/core/feature.xml">core/feature.xml</a></td>
             <td>Core feature</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/core.io/feature.xml">core.io/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/core.io/feature.xml">core.io/feature.xml</a></td>
             <td>Core IO feature to provide  remote content retrieval facilities.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/dynamic-height/feature.xml">dynamic-height/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/dynamic-height/feature.xml">dynamic-height/feature.xml</a></td>
             <td>To augment gadgets.window with functionality to change the height of a gadget dynamically.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/flash/feature.xml">flash/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/flash/feature.xml">flash/feature.xml</a></td>
             <td>To embed Flash content into gadgets.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/locked-domain/feature.xml">locked-domain/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/locked-domain/feature.xml">locked-domain/feature.xml</a></td>
             <td>Locked domain.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/minimessage/feature.xml">minimessage/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/minimessage/feature.xml">minimessage/feature.xml</a></td>
             <td>To create small dismissible messages in gadgets.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/oauthpopup/feature.xml">oauthpopup/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/oauthpopup/feature.xml">oauthpopup/feature.xml</a></td>
             <td>To assist with management of the OAuth popup window.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.6/feature.xml">opensocial-0.6/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-0.6/feature.xml">opensocial-0.6/feature.xml</a></td>
             <td>Opensocial-0.6.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.7/feature.xml">opensocial-0.7/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-0.7/feature.xml">opensocial-0.7/feature.xml</a></td>
             <td>Opensocial-0.7.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-0.8/feature.xml">opensocial-0.8/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-0.8/feature.xml">opensocial-0.8/feature.xml</a></td>
             <td>Opensocial-0.8.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-base/feature.xml">opensocial-base/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-base/feature.xml">opensocial-base/feature.xml</a></td>
             <td>Opensocial base.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-current/feature.xml">opensocial-current/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-current/feature.xml">opensocial-current/feature.xml</a></td>
             <td>Opensocial current.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-data/feature.xml">opensocial-data/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-data/feature.xml">opensocial-data/feature.xml</a></td>
             <td>Opensocial data.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-data-context/feature.xml">opensocial-data-context/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-data-context/feature.xml">opensocial-data-context/feature.xml</a></td>
             <td>Opensocial data-context.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-jsonrpc/feature.xml">opensocial-jsonrpc/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-jsonrpc/feature.xml">opensocial-jsonrpc/feature.xml</a></td>
             <td>Opensocial jsonrpc.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-reference/feature.xml">opensocial-reference/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-reference/feature.xml">opensocial-reference/feature.xml</a></td>
             <td>Opensocial reference.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-rest/feature.xml">opensocial-rest/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-rest/feature.xml">opensocial-rest/feature.xml</a></td>
             <td>Opensocial rest.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/opensocial-templates/feature.xml">opensocial-templates/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/opensocial-templates/feature.xml">opensocial-templates/feature.xml</a></td>
             <td>Opensocial templates.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/osapi/feature.xml">osapi/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/osapi/feature.xml">osapi/feature.xml</a></td>
             <td>Opensocial API.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/pubsub/feature.xml">pubsub/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/pubsub/feature.xml">pubsub/feature.xml</a></td>
             <td>Gadget-side PubSub library for gadget-to-gadget communication.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/rpc/feature.xml">rpc/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/rpc/feature.xml">rpc/feature.xml</a></td>
             <td>RPC support.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/setprefs/feature.xml">setprefs/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/setprefs/feature.xml">setprefs/feature.xml</a></td>
             <td>To augment gadgets.Prefs with functionality to store prefs dynamically.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/settitle/feature.xml">settitle/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/settitle/feature.xml">settitle/feature.xml</a></td>
             <td>To augment gadets.window with functionality to set the title of a gadget dynamically.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/skins/feature.xml">skins/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/skins/feature.xml">skins/feature.xml</a></td>
             <td>Provide operations for getting display information about the currently shown skin.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/tabs/feature.xml">tabs/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/tabs/feature.xml">tabs/feature.xml</a></td>
             <td>Tab suuport.</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/views/feature.xml">views/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/views/feature.xml">views/feature.xml</a></td>
             <td>Gadgets.views API spec</td>
           </tr>
           <tr>
-            <td><a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/xmlutil/feature.xml">xmlutil/feature.xml</a></td>
+            <td><a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/xmlutil/feature.xml">xmlutil/feature.xml</a></td>
             <td>Provide xml utilities.</td>
           </tr>
         </tbody>
@@ -177,7 +177,7 @@
         <i>&lt;require/&gt;</i> in <i>&lt;ModulePrefs/&gt;</i> and defining some Javascript codes to use it. Refer to the
         <a href="../../shindig-1.1.x/shindig-features/jsdoc/index.html">JavascriptDoc for 1.1.x</a> to write your own Javascript.</p>
       <p>For example, if you plan to use the
-        <a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/features/src/main/javascript/features/tabs/feature.xml">tabs/feature.xml</a>,
+        <a href="http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/tabs/feature.xml">tabs/feature.xml</a>,
         your gadget will look like the following:</p>
       <macro name="snippet">
         <param name="id" value="TabExample"/>

Modified: incubator/shindig/site/trunk/src/site/xdoc/developers/java/build.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/xdoc/developers/java/build.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/xdoc/developers/java/build.xml (original)
+++ incubator/shindig/site/trunk/src/site/xdoc/developers/java/build.xml Wed Feb  3 15:37:22 2010
@@ -91,7 +91,7 @@
             <code>cd ~/src/shindig</code>
           </li>
           <li>
-            <code>svn co http://svn.apache.org/repos/asf/incubator/shindig/trunk/
+            <code>svn co http://svn.apache.org/repos/asf/shindig/trunk/
             .</code>
           </li>
         </ol>
@@ -272,11 +272,11 @@
 
       <subsection name="Additional reading">
         <p> Read <a
-            href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/README"
+            href="http://svn.apache.org/repos/asf/shindig/trunk/java/README"
             >java/README</a> for original instructions on how to start up any of the
           java shindig servers.</p>
         <p>Read <a
-            href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/javascript/README"
+            href="http://svn.apache.org/repos/asf/shindig/trunk/javascript/README"
           >javascript/README</a> for instructions for using the Apache Shindig Gadget
           Container JavaScript to enable your page to render Gadgets using gmodules.com or
           a server started up as described above.</p>

Modified: incubator/shindig/site/trunk/src/site/xdoc/developers/java/samples.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/xdoc/developers/java/samples.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/xdoc/developers/java/samples.xml (original)
+++ incubator/shindig/site/trunk/src/site/xdoc/developers/java/samples.xml Wed Feb  3 15:37:22 2010
@@ -30,7 +30,7 @@
   <body>
     <section name="Samples for Java">
       <p>There is a JPA implementation of SPI in our SVN <a
-          href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/samples"
+          href="http://svn.apache.org/repos/asf/shindig/trunk/java/samples"
           >/java/samples</a></p>
       <p>You could also have a look to the <a
           href="https://issues.apache.org/jira/browse/SHINDIG-204">SHINDIG-204</a> issue

Modified: incubator/shindig/site/trunk/src/site/xdoc/developers/php/build.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/xdoc/developers/php/build.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/xdoc/developers/php/build.xml (original)
+++ incubator/shindig/site/trunk/src/site/xdoc/developers/php/build.xml Wed Feb  3 15:37:22 2010
@@ -74,7 +74,7 @@
             <code>cd /var/www/html/shindig</code>
           </li>
           <li>
-            <code>svn co http://svn.apache.org/repos/asf/incubator/shindig/trunk/
+            <code>svn co http://svn.apache.org/repos/asf/shindig/trunk/
             .</code>
           </li>
         </ol>
@@ -109,7 +109,7 @@
       </subsection>
 
       <subsection name="Additional reading">
-        <p>Read <a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/php/README"
+        <p>Read <a 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>
       </subsection>

Modified: incubator/shindig/site/trunk/src/site/xdoc/source-repository.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/site/trunk/src/site/xdoc/source-repository.xml?rev=906090&r1=906089&r2=906090&view=diff
==============================================================================
--- incubator/shindig/site/trunk/src/site/xdoc/source-repository.xml (original)
+++ incubator/shindig/site/trunk/src/site/xdoc/source-repository.xml Wed Feb  3 15:37:22 2010
@@ -39,7 +39,7 @@
           The following list shows the links to the online source repositories for the various versions of Apache Shindig:
         </p>
         <source>
-<a href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/">https://svn.apache.org/repos/asf/incubator/shindig/trunk/</a>
+<a href="http://svn.apache.org/repos/asf/shindig/trunk/">https://svn.apache.org/repos/asf/incubator/shindig/trunk/</a>
 </source>
       </subsection>
       <subsection name="Anonymous Access">
@@ -47,14 +47,14 @@
           The source can be checked out anonymously from SVN with one of these commands depending on the development
           line you are looking for:
         </p>
-        <source>$ svn checkout http://svn.apache.org/repos/asf/incubator/shindig/trunk/ shindig</source>
+        <source>$ svn checkout http://svn.apache.org/repos/asf/shindig/trunk/ shindig</source>
       </subsection>
       <subsection name="Developer Access">
         <p>
           Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion
           repository via HTTPS to gain write access:
         </p>
-        <source>$ svn checkout https://svn.apache.org/repos/asf/incubator/shindig/trunk/ shindig</source>
+        <source>$ svn checkout https://svn.apache.org/repos/asf/shindig/trunk/ shindig</source>
         <p>
           To commit changes to the repository, execute the following command to commit your changes (<code>svn</code> will
           prompt you for your password):
@@ -67,7 +67,7 @@
           For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion
           repository, you can try to access it via the developer connection:
         </p>
-        <source>$ svn checkout https://svn.apache.org/repos/asf/incubator/shindig/trunk/ shindig</source>
+        <source>$ svn checkout https://svn.apache.org/repos/asf/shindig/trunk/ shindig</source>
       </subsection>
       <subsection name="Access through a Proxy">
         <p>