Author: danhaywood
Date: Wed Dec 26 22:12:06 2012
New Revision: 1426042

URL: http://svn.apache.org/viewvc?rev=1426042&view=rev
Log:
isis site - removing references to incubator site

Modified:
    isis/site/trunk/content/contributors/release-process.md
    isis/site/trunk/content/core/bypass-security.md
    isis/site/trunk/content/core/bytecode.md
    isis/site/trunk/content/core/inmemory-objectstore.md
    isis/site/trunk/content/core/inmemory-profilestore.md
    isis/site/trunk/content/core/integtestsupport.md
    isis/site/trunk/content/core/metamodel.md
    isis/site/trunk/content/core/release-notes/isis-1.0.0.md
    isis/site/trunk/content/core/runtime.md
    isis/site/trunk/content/core/unittestsupport.md
    isis/site/trunk/content/core/webserver.md
    isis/site/trunk/content/index.md
    isis/site/trunk/content/learning-more/hexagonal-architecture.md
    isis/site/trunk/content/learning-more/isis-reference-documentation.md
    isis/site/trunk/content/other/dsl.md
    isis/site/trunk/content/other/eclipse-plugin.md
    isis/site/trunk/content/other/maven-plugin.md

Modified: isis/site/trunk/content/contributors/release-process.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/release-process.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Wed Dec 26 22:12:06 
2012
@@ -891,7 +891,7 @@ Enjoy!
 
 -The Isis team
 
-[1] http://isis.apache.org/core/release-notes-1.2.3.html
+[1] http://isis.apache.org/core/release-notes/isis-1.2.3.html
 [2] http://search.maven.org
 [3] http://isis.apache.org/download.html
 </pre>

Modified: isis/site/trunk/content/core/bypass-security.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/bypass-security.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/bypass-security.md (original)
+++ isis/site/trunk/content/core/bypass-security.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,6 @@ Title: Bypass Security
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
+The bypass security component consists of an implementation of both the 
`AuthenticationManager` and `AuthorizationManager` APIs, and are intended for 
prototyping use only.
 
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The authentication manager allows access with any credentials (in a sense, 
"bypassing" authentication), while the authorization manager provides access to 
all class members (in a sense, "bypassing" authorization).

Modified: isis/site/trunk/content/core/bytecode.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/bytecode.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/bytecode.md (original)
+++ isis/site/trunk/content/core/bytecode.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Bytecode Enhancers
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The bytecode enhancer components provide an implementation of the 
`ClassSubstitutor` and `ObjectFactory` APIs.  They provide lazy loading and 
dirty tracking functionality for use by other components of the framework (in 
particular, for object store implementations).

Modified: isis/site/trunk/content/core/inmemory-objectstore.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/inmemory-objectstore.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/inmemory-objectstore.md (original)
+++ isis/site/trunk/content/core/inmemory-objectstore.md Wed Dec 26 22:12:06 
2012
@@ -1,9 +1,7 @@
-Title: In-memory Object Store
+Title: Core (in-memory) Object Store
 
 {stub
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The core in-memory object store provides a simple implementation of the 
`ObjectStore` API, suitable for prototyping and unit testing.  Objects state is 
stored only in-memory and is not persisted between runs.

Modified: isis/site/trunk/content/core/inmemory-profilestore.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/inmemory-profilestore.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/inmemory-profilestore.md (original)
+++ isis/site/trunk/content/core/inmemory-profilestore.md Wed Dec 26 22:12:06 
2012
@@ -1,9 +1,7 @@
-Title: In-memory Profile Store
+Title: Core (in-memory) Profile Store
 
 {stub
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The in-memory profile store provides an implementation of the `ProfileStore` 
API.

Modified: isis/site/trunk/content/core/integtestsupport.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/integtestsupport.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/integtestsupport.md (original)
+++ isis/site/trunk/content/core/integtestsupport.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Integration testing Support
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This module provides the ability to bootstrap Isis within a JUnit testing 
framework, using any object store.

Modified: isis/site/trunk/content/core/metamodel.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/metamodel.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/metamodel.md (original)
+++ isis/site/trunk/content/core/metamodel.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Core MetaModel
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This module defines APIs and implementations for building the Isis metamodel.

Modified: isis/site/trunk/content/core/release-notes/isis-1.0.0.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/release-notes/isis-1.0.0.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/release-notes/isis-1.0.0.md (original)
+++ isis/site/trunk/content/core/release-notes/isis-1.0.0.md Wed Dec 26 
22:12:06 2012
@@ -1,4 +1,4 @@
-Title: `isis-1.0.0`
+Title: isis-1.0.0
                 
 <h2>        New Feature
 </h2>

Modified: isis/site/trunk/content/core/runtime.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/runtime.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/runtime.md (original)
+++ isis/site/trunk/content/core/runtime.md Wed Dec 26 22:12:06 2012
@@ -4,9 +4,7 @@ Title: Core Runtime
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This module implements the object lifecycle management.  It defines the 
`ObjectStore` API (and other related APIs) and delegates persistence of objects 
to the object store components.
 
 <!--
 Runtimes

Modified: isis/site/trunk/content/core/unittestsupport.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/unittestsupport.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/unittestsupport.md (original)
+++ isis/site/trunk/content/core/unittestsupport.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Unit Test Support
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This module provides unit test helpers for use by all other modules.

Modified: isis/site/trunk/content/core/webserver.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/webserver.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/core/webserver.md (original)
+++ isis/site/trunk/content/core/webserver.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Webapp and Webserver Support
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This module provides support for bootstrapping and running Isis as a web 
application.

Modified: isis/site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/index.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/index.md (original)
+++ isis/site/trunk/content/index.md Wed Dec 26 22:12:06 2012
@@ -1,7 +1,4 @@
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-Our original incubator website is still accessible 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
-
-We expect to have our first release as a top-level project this side of Xmas 
2012.
+Isis graduated from the Apache incubator in October 2012; we 
[released](downloads.html) Isis Core 1.0.0 plus 4 supporting components in 
December 2012.
 
+Our original [incubator website](http://incubator.apache.org/isis) will remain 
accessible until we have migrated all the relevant content.
 

Modified: isis/site/trunk/content/learning-more/hexagonal-architecture.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/hexagonal-architecture.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/learning-more/hexagonal-architecture.md (original)
+++ isis/site/trunk/content/learning-more/hexagonal-architecture.md Wed Dec 26 
22:12:06 2012
@@ -6,14 +6,12 @@ This page is a stub.
 
 Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
 
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
 
 
 <!--
 TODO
 
 x-rf the architecture picture, 
-to explain how the docs below fit together...
 
 -->
 

Modified: isis/site/trunk/content/learning-more/isis-reference-documentation.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/isis-reference-documentation.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/learning-more/isis-reference-documentation.md 
(original)
+++ isis/site/trunk/content/learning-more/isis-reference-documentation.md Wed 
Dec 26 22:12:06 2012
@@ -4,9 +4,13 @@ Title: Isis Reference Documentation
 Many of the links on this page refers to the 0.2.0-incubating release on the 
original incubator site.
 }
 
-### Documentation
+### TLP Documentation
 
-If you're just starting out with Isis, we recommend you look first at:
+We recommend that you look at the links from the 
[documentation](documentation.html) page first.
+
+### Incubator Documentation
+
+If you cannot find the information you want on the current website, then you 
may want to look at our old incubator website:
 
 - the applib documentation 
([PDF](http://incubator.apache.org/isis/applib/docbkx/pdf/isis-applib.pdf), 
[HTML](http://incubator.apache.org/isis/applib/docbkx/html/guide/isis-applib.html))
 - the core documentation 
([PDF](http://incubator.apache.org/isis/core/docbkx/pdf/isis-core.pdf), 
[HTML](http://incubator.apache.org/isis/core/docbkx/html/guide/isis-core.html))
@@ -58,4 +62,4 @@ Thereafter, we've broken Isis documentat
 <tr>
 <td>viewers:bdd</td><td>BDD Integration</td><td>Acceptance Testing using BDD 
Frameworks</td><td><a href="../testing/bdd.html">see here</a></td><td><a 
href="http://incubator.apache.org/isis/viewer/bdd/docbkx/pdf/isis-bdd-integration.pdf";>PDF</a>&nbsp;<a
 
href="http://incubator.apache.org/isis/viewer/bdd/docbkx/html/guide/isis-bdd-integration.html";>HTML</a></td><td>Done</td><td>Dan</td>
 </tr>
-</table>
\ No newline at end of file
+</table>

Modified: isis/site/trunk/content/other/dsl.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/other/dsl.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/other/dsl.md (original)
+++ isis/site/trunk/content/other/dsl.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Domain Specific Language
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This is a placeholder.

Modified: isis/site/trunk/content/other/eclipse-plugin.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/other/eclipse-plugin.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/other/eclipse-plugin.md (original)
+++ isis/site/trunk/content/other/eclipse-plugin.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Eclipse Plugin
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This is a placeholder.

Modified: isis/site/trunk/content/other/maven-plugin.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/other/maven-plugin.md?rev=1426042&r1=1426041&r2=1426042&view=diff
==============================================================================
--- isis/site/trunk/content/other/maven-plugin.md (original)
+++ isis/site/trunk/content/other/maven-plugin.md Wed Dec 26 22:12:06 2012
@@ -4,6 +4,4 @@ Title: Maven Plugin
 This page is a stub.
 }
 
-Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website 
[here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+This is a placeholder.


Reply via email to