Author: doll
Date: Thu Mar  6 08:37:18 2008
New Revision: 634337

URL: http://svn.apache.org/viewvc?rev=634337&view=rev
Log:
SHINDIG-99 part of patch from Ross Gardler

Fixed the shindig website to point to the right samplecontainer location.


Modified:
    incubator/shindig/trunk/site/index.html

Modified: incubator/shindig/trunk/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/site/index.html?rev=634337&r1=634336&r2=634337&view=diff
==============================================================================
--- incubator/shindig/trunk/site/index.html (original)
+++ incubator/shindig/trunk/site/index.html Thu Mar  6 08:37:18 2008
@@ -135,16 +135,16 @@
 
 <p>The architectural components of Shindig can be broken down as follows:</p>
 <ul>
-    <li><b>Gadget Container JavaScript </b>-- core JavaScript foundation for 
general gadget functionality. This JavaScript manages security, 
+    <li><b>Gadget Container JavaScript </b>-- core JavaScript foundation for 
general gadget functionality. This JavaScript manages security,
 communication, UI layout, and feature extensions, such as the OpenSocial 
API.</li>
 
-    <li><b>Gadget Server</b> -- an open source version of Google's 
gmodules.com, which is used to render the gadget XML into JavaScript and HTML 
for 
+    <li><b>Gadget Server</b> -- an open source version of Google's 
gmodules.com, which is used to render the gadget XML into JavaScript and HTML 
for
 the container to expose via the container JavaScript.
 
-    </li><li><b>OpenSocial Container JavaScript</b> -- JavaScript environment 
that sits on top of the Gadget Container JavaScript and provides OpenSocial 
+    </li><li><b>OpenSocial Container JavaScript</b> -- JavaScript environment 
that sits on top of the Gadget Container JavaScript and provides OpenSocial
 specific functionality (profiles, friends, activities, datastore).</li>
 
-    <li><b>OpenSocial Gateway Server</b> (does not yet exist in the 
repository) -- an implementation of the server interface to container-specific 
+    <li><b>OpenSocial Gateway Server</b> (does not yet exist in the 
repository) -- an implementation of the server interface to container-specific
 information, including the OpenSocial REST APIs, with clear extension points 
so others can connect it to their own backends.</li> </ul> <p></p>
 
 </div>
@@ -285,7 +285,7 @@
 </p><h4><font size="3"><a name="Running_inside_Eclipse"> Running inside 
Eclipse </a></font></h4>
 
   <p>
-  To debug the server in Eclipse, follow the last two steps <a 
href="http://www.google.com/url?sa=D&amp;q=http%3A%2F%2Fcwiki.apache.org%2FWICKET%2Fmaven-jetty-plugin.html";
 target="_top">here</a> (takes a few 
+  To debug the server in Eclipse, follow the last two steps <a 
href="http://www.google.com/url?sa=D&amp;q=http%3A%2F%2Fcwiki.apache.org%2FWICKET%2Fmaven-jetty-plugin.html";
 target="_top">here</a> (takes a few
 minutes to set up):
   </p><p>
   </p><ul><li> "Using eclipse external tools"
@@ -293,7 +293,7 @@
   </li></ul>
 
   <p>
-  <b>Note:</b> You must have set up Eclipse to build the code or do <code>mvn 
package</code> yourself after making changes, but you won't need to 
+  <b>Note:</b> You must have set up Eclipse to build the code or do <code>mvn 
package</code> yourself after making changes, but you won't need to
 restart Jetty to see your changes.
 
   </p><p>
@@ -304,16 +304,16 @@
 projects. For more information on Caja, see: <a 
href="http://code.google.com/p/google-caja/wiki/CajaEasyIntro";>http://code.google.com/p/google-caja/wiki/CajaEasyIntro</a>
 
   </p><p>
-  </p><ol><li> Load this page: <a 
href="http://localhost:8080/gadgets/samplecontainer/samplecontainer.html"; 
target="_top">http://localhost:8080/gadgets/samplecontainer/samplecontainer.html</a>
-  </li><li> Point it to this gadget: <a 
href="http://www.google.com/url?sa=D&amp;q=http%3A%2F%2Fhosting.gmodules.com%2Fig%2Fgadgets%2Ffile%2F117247905274371511495%2FSocialHelloWorld.xml";
 
target="_top">http://hosting.gmodules.com/ig/gadgets/file/117247905274371511495/SocialHelloWorld.xml</a>
+  </p><ol><li> Load this page: <a 
href="http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html"; 
target="_top">http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html</a>
+</li><li> Point it to this gadget: <a 
href="http://localhost:8080/gadgets/files/samplecontainer/examples/SocialHelloWorld.xml";
 
target="_top">http://localhost:8080/gadgets/files/samplecontainer/examples/SocialHelloWorld.xml</a>
   </li></ol>
   <p>To see the cajoled code (Firefox only), right-click inside the iframe and 
do "This Frame -&gt; View Frame Source"</p>
 
   <h3><a name="Additonal_reading"> Additonal reading </a></h3>
-  Read <a 
href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets/README";>java/gadgets/README</a>
 for original instructions on 
+  Read <a 
href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets/README";>java/gadgets/README</a>
 for original instructions on
 how to start up your own Shindig Gadget Server.
   <p>
-  Read <a 
href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/javascript/README";>javascript/README</a>
 for instructions for using the 
+  Read <a 
href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/javascript/README";>javascript/README</a>
 for instructions for using the
 Shindig Gadget
   Container JavaScript to enable your page to render Gadgets using
   gmodules.com or a server started up as described above.
@@ -328,7 +328,7 @@
   <p>
 Shindig is strengthened by accepting quality contributions from a wide
 variety of sources. These steps serve as an in-progress guide to
-contributing code into the <a 
href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/";>source code 
repository for Shindig</a>. 
+contributing code into the <a 
href="http://svn.apache.org/repos/asf/incubator/shindig/trunk/";>source code 
repository for Shindig</a>.
 
 </p>
 
@@ -373,8 +373,8 @@
 
   </li></ol>
   <p>
-  The newly created issue will automatically be sent to <a 
href="mailto:[email protected]";>[email protected]</a>.
 You 
-should also subscribe using <a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a> to see all 
+  The newly created issue will automatically be sent to <a 
href="mailto:[email protected]";>[email protected]</a>.
 You
+should also subscribe using <a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a> to see all
 the feedback, in which case you'll get the updates on the issue without 
needing to "Watch" them individually.
   </p><p>
   </p><p>
@@ -383,7 +383,7 @@
   <p>
 If you have commit permission, then you can submit directly from
 subversion and should also look at patches provided by others. </p><p>
-  </p><ol><li> Move to top level folder, e.g. <code>cd ~/src/shindig</code> 
(you might find it helpful to create a separate tree from your working 
+  </p><ol><li> Move to top level folder, e.g. <code>cd ~/src/shindig</code> 
(you might find it helpful to create a separate tree from your working
 tree)
   </li><li> Apply patch: <code>patch p0 &lt; mychanges.patch</code>
 
@@ -422,7 +422,7 @@
 
   <h3><a name="bugs">Issue Tracker (using JIRA)</a></h3>
   <p>
-    To file bugs or feature requests, please use <a 
href="https://issues.apache.org/jira/secure/BrowseProject.jspa?id=12310741";>Shindig's
 issue 
+    To file bugs or feature requests, please use <a 
href="https://issues.apache.org/jira/secure/BrowseProject.jspa?id=12310741";>Shindig's
 issue
 tracker (JIRA)</a>:
     </p><ol>
       <li>Login to the issue tracker (top right corner) or follow the 
instructions to make a new account (anyone can make an account).</li>
@@ -432,7 +432,7 @@
     </ol>
   <p></p>
 
-<!-- disabled until we have a faq 
+<!-- disabled until we have a faq
   <h3><a name="FAQ">FAQ </a></h3>
   <p>
     <ol>


Reply via email to