Author: scottbw
Date: Fri Dec 2 12:11:48 2011
New Revision: 1209435
URL: http://svn.apache.org/viewvc?rev=1209435&view=rev
Log:
Added releases folder on website for new-and-noteworthy pages
Added:
incubator/wookie/site/trunk/content/wookie/docs/releases/
incubator/wookie/site/trunk/content/wookie/docs/releases/0p9p1.mdtext
(with props)
Added: incubator/wookie/site/trunk/content/wookie/docs/releases/0p9p1.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/releases/0p9p1.mdtext?rev=1209435&view=auto
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/releases/0p9p1.mdtext
(added)
+++ incubator/wookie/site/trunk/content/wookie/docs/releases/0p9p1.mdtext Fri
Dec 2 12:11:48 2011
@@ -0,0 +1,61 @@
+Title: New and Noteworthy: Apache Wookie 0.9.1 (incubating)
+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.
+
+# New and Noteworthy: Apache Wookie 0.9.1 (incubating)
+
+## Fully conforms to the W3C Widget Packaging and Configuration specification
+
+Wookie now has 100% conformance to the W3C Widgets Packaging and Configuration
Specification, passing all implementation tests (see
http://dev.w3.org/2006/waf/widgets/imp-report/). This means there is very good
interoperability between Wookie and other W3C Widget platforms such as Opera.
+
+## Improved conformance to W3C Widget Interface specification including
localization support
+
+Wookie 0.9.1 has improved support for the W3C Widget Interface, and now passes
97% of conformance tests. For more information, see
http://dev.w3.org/2006/waf/widgets-api/imp-report/
+
+## Support for W3C WARP specification
+
+Widgets can now use the WARP <access> element in config.xml and Wookie will
use this to generate widget-specific access policies for external web services.
+
+## Improved and Simplified Feature Extensions
+
+From 0.9.1, there is a much simpler way for developers to add <feature>
extensions Wookie that inject scripts and stylesheets into Widgets that require
them. Simply create a directory that contains a feature.xml file that contains
the URI of the feature, and links to the scripts and CSS to inject. Add the
directory to Wookie's /features directory, and Wookie will install the feature
on startup and make it available to widgets via the W3C <feature> element in
config.xml.
+
+For detailed documentation see
http://incubator.apache.org/wookie/docs/developer/features.html.
+
+## Exporting Widget Instances as new Widget Packages
+
+Wookie now has a feature called "flatpack" which enables any Widget Instance
to be exported as a W3C .wgt package for use on other systems. For example, a
Widget Instance created for a user in a portal can be exported as a .wgt to be
side-loaded onto their mobile device if it supports W3C Widgets natively (e.g.
Blackberry, Samsung Bada, or an Android phone running the Opera WAC Runtime).
The exported .wgt package includes all the user's preference settings, and any
<feature> scripts and stylesheets that are marked as exportable.
+
+For more information see the "Flatpack" section of the API reference
documentation: http://incubator.apache.org/wookie/docs/api.html
+
+Note that this is a "beta" feature and still has some issues and limitations.
+
+## Scratchpad
+
+Widgets and Features are now split into "extra" and "scratchpad"; experimental
features and widget are found in the "scratchpad" folder of the Wookie
installation. To install these in your deployment, see
http://incubator.apache.org/wookie/docs/developer/widgets.html
+
+## Comprehensive REST API including support for admin functions such as
uploading new widgets
+
+The REST API provided by Wookie now includes access to all functionality,
including managing the whitelist, adding new widgets, and managing client API
keys. For more information see http://incubator.apache.org/wookie/docs/api.html
+
+## Updated Apache Shindig Support
+
+Wookie now comes with integration support for Shindig 2.0.
+
+## JCR support now optional module
+
+From 0.9.1 Wookie supports JPA by default; JCR now needs to be built as an
optional module. This significantly reduces the number of dependencies for a
default installation.
\ No newline at end of file
Propchange:
incubator/wookie/site/trunk/content/wookie/docs/releases/0p9p1.mdtext
------------------------------------------------------------------------------
svn:eol-style = native