You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/04 12:57:40 UTC

svn commit: r761898 - /incubator/shindig/trunk/site/src/site/fml/faq.fml

Author: vsiveton
Date: Sat Apr  4 10:57:40 2009
New Revision: 761898

URL: http://svn.apache.org/viewvc?rev=761898&view=rev
Log:
SHINDIG-865: Validating gadget specs

o added a faq

Modified:
    incubator/shindig/trunk/site/src/site/fml/faq.fml

Modified: incubator/shindig/trunk/site/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/site/src/site/fml/faq.fml?rev=761898&r1=761897&r2=761898&view=diff
==============================================================================
--- incubator/shindig/trunk/site/src/site/fml/faq.fml (original)
+++ incubator/shindig/trunk/site/src/site/fml/faq.fml Sat Apr  4 10:57:40 2009
@@ -73,5 +73,35 @@
         </dl>
       </answer>
     </faq>
+    <faq id="Where are the opensocial/gadget XSDs">
+      <question>Where are the opensocial/gadget XSDs?</question>
+      <answer>
+        <p>No official XSDs exist yet but you could find unofficial XSDs in the Opensocial
+          resources project:</p>
+        <ul>
+          <li>
+            <a
+              href="http://opensocial-resources.googlecode.com/svn/spec/0.8/gadgets/"
+              >OpenSocial Gadgets API Specification v0.8</a>
+          </li>
+          <li>
+            <a
+              href="http://opensocial-resources.googlecode.com/svn/spec/draft/Gadgets-API-Specification.xml"
+              >OpenSocial Gadgets API Specification v0.9</a>
+          </li>
+          <li>
+            <a
+              href="http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/restful-protocol.html"
+              >OpenSocial Restful Protocol v0.81</a>
+          </li>
+          <li>
+            <a
+              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, Shindig will not validate files against these XSDs at runtime.</p>
+      </answer>
+    </faq>
   </part>
 </faqs>