You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/12/10 16:20:44 UTC

svn commit: r1419513 - in /isis/site/trunk/content: core/about.md core/inmemory-objectstore.md core/inmemory-profilestore.md core/noop-security.md documentation.md

Author: danhaywood
Date: Mon Dec 10 15:20:42 2012
New Revision: 1419513

URL: http://svn.apache.org/viewvc?rev=1419513&view=rev
Log:
isis site - release notes, contributors notes etc

Added:
    isis/site/trunk/content/core/inmemory-objectstore.md
    isis/site/trunk/content/core/inmemory-profilestore.md
    isis/site/trunk/content/core/noop-security.md
Modified:
    isis/site/trunk/content/core/about.md
    isis/site/trunk/content/documentation.md

Modified: isis/site/trunk/content/core/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/about.md?rev=1419513&r1=1419512&r2=1419513&view=diff
==============================================================================
--- isis/site/trunk/content/core/about.md (original)
+++ isis/site/trunk/content/core/about.md Mon Dec 10 15:20:42 2012
@@ -1,18 +1,24 @@
 Title: Core Modules
 
-### Applib
+###  Applib & Runtime
 
-- [Applib](core/applib.html)
+- [Applib](applib.html)
+- [Core Metamodel](metamodel.html)
+- [Core Runtime](runtime.html)
+- [Webserver](webserver.html)
 
-### Core Modules
+}
 
-- [Core](core/core.html)
-- [Default Runtime](core/runtime.html)
-- [Bytecode](core/bytecode.html)
+### Bundled Components
 
-### Core Modules (Development)
+- [Bytecode Enhancers](bytecode.html)
+- [No-op Security](noop-security.html)
+- [In-memory Object Store](inmemory-objectstore.html)
+- [In-memory Profile Store](inmemory-profilestore.html)
 
-- [Unit Test Support](unittestsupport.html)
-- [Integration Test Support](integtestsupport.html)
-- [Webserver](webserver.html)
+}
+
+### Development
 
+- [Unit Test Support](core/unittestsupport.html)
+- [Integration Test Support](core/integtestsupport.html)

Added: isis/site/trunk/content/core/inmemory-objectstore.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/inmemory-objectstore.md?rev=1419513&view=auto
==============================================================================
--- isis/site/trunk/content/core/inmemory-objectstore.md (added)
+++ isis/site/trunk/content/core/inmemory-objectstore.md Mon Dec 10 15:20:42 2012
@@ -0,0 +1,9 @@
+Title: 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)").

Added: isis/site/trunk/content/core/inmemory-profilestore.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/inmemory-profilestore.md?rev=1419513&view=auto
==============================================================================
--- isis/site/trunk/content/core/inmemory-profilestore.md (added)
+++ isis/site/trunk/content/core/inmemory-profilestore.md Mon Dec 10 15:20:42 2012
@@ -0,0 +1,9 @@
+Title: 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)").

Added: isis/site/trunk/content/core/noop-security.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/noop-security.md?rev=1419513&view=auto
==============================================================================
--- isis/site/trunk/content/core/noop-security.md (added)
+++ isis/site/trunk/content/core/noop-security.md Mon Dec 10 15:20:42 2012
@@ -0,0 +1,9 @@
+Title: No-op Security
+
+{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)").

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1419513&r1=1419512&r2=1419513&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Mon Dec 10 15:20:42 2012
@@ -68,29 +68,32 @@ Title: Documentation
 
 {span-one-third
 
-###  Applib
+###  Applib & Runtime
 
 - [Applib](core/applib.html)
+- [Core Metamodel](core/metamodel.html) [stub]
+- [Core Runtime](core/runtime.html) [stub]
+- [Webserver](core/webserver.html) [stub]
 
 }
 
 {span-one-third
 
-### Core Modules
+### Bundled Components
 
-- [Core Metamodel](core/core.html) [stub]
-- [Core Runtime](core/runtime.html) [stub]
 - [Bytecode Enhancers](core/bytecode.html) [stub]
+- [No-op Security](core/noop-security.html) [stub]
+- [In-memory Object Store](core/inmemory-objectstore.html) [stub]
+- [In-memory Profile Store](core/inmemory-profilestore.html) [stub]
 
 }
 
 {span-one-third
 
-### Core Modules (Development)
+### Development
 
 - [Unit Test Support](core/unittestsupport.html) [stub]
 - [Integration Test Support](core/integtestsupport.html) [stub]
-- [Webserver](core/webserver.html) [stub]
 
 }