Author: scottbw
Date: Fri May 20 08:58:49 2011
New Revision: 1125285
URL: http://svn.apache.org/viewvc?rev=1125285&view=rev
Log:
Added doc on deploying widgets
Added:
incubator/wookie/site/trunk/content/wookie/docs/developer/widgets.mdtext
(with props)
Added: incubator/wookie/site/trunk/content/wookie/docs/developer/widgets.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/widgets.mdtext?rev=1125285&view=auto
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/developer/widgets.mdtext
(added)
+++ incubator/wookie/site/trunk/content/wookie/docs/developer/widgets.mdtext
Fri May 20 08:58:49 2011
@@ -0,0 +1,43 @@
+Title: Deploying Widgets
+Notice: 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.
+
+#Deploying widgets when building Wookie
+
+When you build and run Wookie using Ant, you can select which sets of Widgets
are to be included in the build. There are two collections of widgets
available: *extras* and *scratchpad*.
+
+**Extras** contains demonstration widgets that are useful for demonstrating
Wookie and can also be used in live systems. These include some games,
collaboration tools and simple information widgets.
+
+**Scratchpad** contains experimental widgets, and include demonstrations of
advanced features and widgets used for testing purposes.
+
+To configure which - if any - widgets are deployed with Wookie, you use the
following properties in `build.properties`:
+
+
+ # Uncomment to include Extra widgets
+ include.extra.widgets
+ # Uncomment to include Scratchpad widgets
+ #include.scratchpad.widgets
+
+To enable a set of widgets, uncomment the line "include.extra.widgets" and/or
"include.scratchpad.widget".
+
+Note that you can install either set, both or none.
+
+#Deploying widgets at runtime
+
+To deploy individual widgets at runtime, add the ".wgt" file to the `deploy`
folder of the running web application. Wookie will unpack the widget and
install it.
+
+Note that Wookie will ignore files that do not end in ".wgt".
\ No newline at end of file
Propchange:
incubator/wookie/site/trunk/content/wookie/docs/developer/widgets.mdtext
------------------------------------------------------------------------------
svn:eol-style = native