Author: psharples
Date: Tue Nov 27 11:58:06 2012
New Revision: 1414137
URL: http://svn.apache.org/viewvc?rev=1414137&view=rev
Log:
Removed references to incubating in text
Modified:
wookie/site/trunk/content/index.mdtext
wookie/site/trunk/content/people.mdtext
wookie/site/trunk/templates/skeleton.html
Modified: wookie/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/index.mdtext?rev=1414137&r1=1414136&r2=1414137&view=diff
==============================================================================
--- wookie/site/trunk/content/index.mdtext (original)
+++ wookie/site/trunk/content/index.mdtext Tue Nov 27 11:58:06 2012
@@ -1,4 +1,4 @@
-Title: Apache Wookie (Incubating)
+Title: Apache Wookie
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
@@ -24,17 +24,5 @@ Wookie provides Connector Framework for
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.
-
-
[1]: siteMigration.html
[2]: http://test.com
\ No newline at end of file
Modified: wookie/site/trunk/content/people.mdtext
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/content/people.mdtext?rev=1414137&r1=1414136&r2=1414137&view=diff
==============================================================================
--- wookie/site/trunk/content/people.mdtext (original)
+++ wookie/site/trunk/content/people.mdtext Tue Nov 27 11:58:06 2012
@@ -16,7 +16,7 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-Apache Wookie (Incubating) is a community developed project. The list below is
a partial list of contributors to the project, for a complete list you'd have
to look at all contributors to our issue tracker, mailing list and version
control.
+Apache Wookie is a community developed project. The list below is a partial
list of contributors to the project, for a complete list you'd have to look at
all contributors to our issue tracker, mailing list and version control.
- [Scott Wilson][1]
- [Ross Gardler][2]
Modified: wookie/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/wookie/site/trunk/templates/skeleton.html?rev=1414137&r1=1414136&r2=1414137&view=diff
==============================================================================
--- wookie/site/trunk/templates/skeleton.html (original)
+++ wookie/site/trunk/templates/skeleton.html Tue Nov 27 11:58:06 2012
@@ -21,13 +21,13 @@
<link href="/css/wookie.css" rel="stylesheet" type="text/css">
<link href="/css/code.css" rel="stylesheet" type="text/css">
- <title>Apache Wookie (Incubating) - {% block title %}{{ headers.title }}{%
endblock %}</title>
+ <title>Apache Wookie - {% block title %}{{ headers.title }}{% endblock
%}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="banner">
- <img alt="Apache Wookie (Incubating)" src="/images/logo.png"/>
+ <img alt="Apache Wookie" src="/images/logo.png"/>
<h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
</div>