Author: psharples
Date: Tue Nov 27 13:00:15 2012
New Revision: 1414164
URL: http://svn.apache.org/viewvc?rev=1414164&view=rev
Log:
More references to incubating removed & fixed links
Modified:
wookie/site/trunk/content/docs/admin_9.mdtext
wookie/site/trunk/content/docs/api_9.mdtext
wookie/site/trunk/content/docs/download.mdtext
wookie/site/trunk/content/docs/embedding.mdtext
wookie/site/trunk/content/docs/widgets.mdtext
wookie/site/trunk/templates/sidenav.mdtext
Modified: wookie/site/trunk/content/docs/admin_9.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/admin_9.mdtext?rev=1414164&r1=1414163&r2=1414164&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/admin_9.mdtext (original)
+++ wookie/site/trunk/content/docs/admin_9.mdtext Tue Nov 27 13:00:15 2012
@@ -122,8 +122,8 @@ Username and password are optional. You
See [Running Wookie][5]
- [1]: /wookie/docs/admin.html
- [2]: /wookie/docs/download.html
+ [1]: /docs/admin.html
+ [2]: /docs/download.html
[3]: http://www.w3.org/TR/widgets-access/
- [4]: /wookie/docs/shindig.html
- [5]: /wookie/docs/developer/running.html
\ No newline at end of file
+ [4]: /docs/shindig.html
+ [5]: /docs/developer/running.html
\ No newline at end of file
Modified: wookie/site/trunk/content/docs/api_9.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/api_9.mdtext?rev=1414164&r1=1414163&r2=1414164&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/api_9.mdtext (original)
+++ wookie/site/trunk/content/docs/api_9.mdtext Tue Nov 27 13:00:15 2012
@@ -423,5 +423,5 @@ This API is used to manage services (cat
</tbody></table>
- [1]: /wookie/docs/api.html
+ [1]: /docs/api.html
[2]: http://www.w3.org/TR/widgets-access/
\ No newline at end of file
Modified: wookie/site/trunk/content/docs/download.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/download.mdtext?rev=1414164&r1=1414163&r2=1414164&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/download.mdtext (original)
+++ wookie/site/trunk/content/docs/download.mdtext Tue Nov 27 13:00:15 2012
@@ -1,4 +1,4 @@
-Title: Dowload Apache Wookie (Incubating)
+Title: Download Apache Wookie
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
Modified: wookie/site/trunk/content/docs/embedding.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/embedding.mdtext?rev=1414164&r1=1414163&r2=1414164&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/embedding.mdtext (original)
+++ wookie/site/trunk/content/docs/embedding.mdtext Tue Nov 27 13:00:15 2012
@@ -60,7 +60,7 @@ provides most of the code you need to bu
If you need a connector for a platform not listed above you need to implement
your own using our provided connector frameworks. The latest versions of the
-connector frameworks can be found in
[Subversion](http://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/).
+connector frameworks can be found in
[Subversion](http://svn.apache.org/repos/asf/wookie/trunk/connector/).
The documentation below refers to the Java connector. As far as possible we've
kept
to the names and method signatures the same in the connector framework for
each
@@ -69,7 +69,7 @@ language.
### Implementing a Connector for your Platform
To implement the connector you simply need to create an implementation of the
-[AbstractWookieConnectorFrameowrk][1] class. This class provides abstract
methods
+[AbstractWookieConnectorFramework][1] class. This class provides abstract
methods
for communicating with the host environment.
We provide a [reference implementation][2] of this AbstractClass that is used
within
@@ -162,6 +162,6 @@ you supply the correct admin credentials
proxy service, and even to add and remove widgets from the server. This means
that you can use the connector framework
to build a complete admin client for Wookie.
- [1]:
https://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java
- [2]:
http://svn.apache.org/repos/asf/incubator/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WookieConnectorService.java
+ [1]:
https://svn.apache.org/repos/asf/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/AbstractWookieConnectorService.java
+ [2]:
http://svn.apache.org/repos/asf/wookie/trunk/connector/java/src/org/apache/wookie/connector/framework/WookieConnectorService.java
[3]: admin.html
\ No newline at end of file
Modified: wookie/site/trunk/content/docs/widgets.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/widgets.mdtext?rev=1414164&r1=1414163&r2=1414164&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/widgets.mdtext (original)
+++ wookie/site/trunk/content/docs/widgets.mdtext Tue Nov 27 13:00:15 2012
@@ -21,7 +21,7 @@ that can be hosted in the Wookie Server.
#Tutorials
You will probably want to look at the tutorial found in
-[http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/][1]
+[http://svn.apache.org/repos/asf/wookie/trunk/tutorials/][1]
These include presentations on creating a [Hello World][2] widget and on
[basic widget features][8], but take a look there are other materials in there
too..
@@ -198,12 +198,12 @@ This section links to widgets hosted out
- [WIDER][7] is a project that has a number of widgets aimed at digital
inclusion and accessiblity.
- [1]: http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/
- [2]:
http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/tutorial_1_hello_world.odp
+ [1]: http://svn.apache.org/repos/asf/wookie/trunk/tutorials/
+ [2]:
http://svn.apache.org/repos/asf/wookie/trunk/tutorials/tutorial_1_hello_world.odp
[3]: http://people.kmi.open.ac.uk/ullmann/tutorials/wookie/widget.htm
[4]:
http://people.kmi.open.ac.uk/ullmann/tutorials/wookie/widgetUploadWookie.htm
[5]: http://marxjohnson.github.com/MultiXinha/
[6]: https://github.com/scottbw/pacman
[7]: http://arc.tees.ac.uk/wider/index.php?p=widgets&from=0&number=10
- [8]:
http://svn.apache.org/repos/asf/incubator/wookie/trunk/tutorials/tutorial_2_basic_interactions.odp
- [9]: http://incubator.apache.org/wookie/docs/api.html
\ No newline at end of file
+ [8]:
http://svn.apache.org/repos/asf/wookie/trunk/tutorials/tutorial_2_basic_interactions.odp
+ [9]: http://wookie.apache.org/docs/api.html
\ No newline at end of file
Modified: wookie/site/trunk/templates/sidenav.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/templates/sidenav.mdtext?rev=1414164&r1=1414163&r2=1414164&view=diff
==============================================================================
--- wookie/site/trunk/templates/sidenav.mdtext (original)
+++ wookie/site/trunk/templates/sidenav.mdtext Tue Nov 27 13:00:15 2012
@@ -3,7 +3,6 @@
- [Home](/index.html)
- [News](/news.html)
- [Download](/docs/download.html)
- - [Incubator page](http://incubator.apache.org/projects/wookie.html)
- [License](http://www.apache.org/licenses/LICENSE-2.0)
# Documentation