Author: rgardler
Date: Thu Mar 17 01:12:20 2011
New Revision: 1082363
URL: http://svn.apache.org/viewvc?rev=1082363&view=rev
Log:
Add and rewrite the how does it work section
Modified:
incubator/wookie/site/trunk/content/wookie/index.mdtext
Modified: incubator/wookie/site/trunk/content/wookie/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/index.mdtext?rev=1082363&r1=1082362&r2=1082363&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/index.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/index.mdtext Thu Mar 17 01:12:20
2011
@@ -2,7 +2,7 @@ Title: Apache Wookie (Incubating)
Please note: we're currently migrating content from the old project site
to the
Apache infrastructure. This site will be in something of a state of flux
- during the transition.
+ during the transition - see [[siteMigration.html]].
Apache Wookie is a Java server application that allows you to upload and deploy
widgets for your applications; widgets can not only include all the usual
kinds
@@ -12,4 +12,29 @@ such as chats, quizzes, and games.
Wookie is based on the W3C Widgets specification, but widgets can also be
included
that use extended APIs such as Google Wave Gadgets and OpenSocial.
-Apache Wookie is an effort undergoing incubation at The Apache Software
Foundation (ASF). 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.
\ No newline at end of file
+How does it work
+----------------
+
+Administrators can upload Widgets packaged according to the W3C Widgets
+specification. Wookie makes these available to applications using a REST API.
+These widgets can then be hosted in a container application such as Drupal,
+Wordpress, Moodle, Elgg or any other web based system.
+
+Container applications may have a plugin that communicates with the Wookie
server
+and enables users to pick widgets from a gallery. These are then added to user
+pages by the container application.
+
+Wookie provides Connector Framework for many different programming
+languages that simplifies the process of writing these interfaces between your
+chosen container and Wookie where one does not already exist.
+
+What is Incubation?
+-------------------
+
+Apache Wookie is an effort undergoing incubation at The Apache Software
Foundation
+(ASF). 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.