Author: danhaywood
Date: Mon Dec 17 11:49:17 2012
New Revision: 1422876
URL: http://svn.apache.org/viewvc?rev=1422876&view=rev
Log:
isis site - release notes
Modified:
isis/site/trunk/content/bootstrap.css
isis/site/trunk/content/components/objectstores/jdo/about.md
isis/site/trunk/content/components/objectstores/nosql/about.md
isis/site/trunk/content/components/objectstores/sql/about.md
isis/site/trunk/content/components/objectstores/xml/about.md
isis/site/trunk/content/components/profilestores/sql/about.md
isis/site/trunk/content/components/profilestores/xml/about.md
isis/site/trunk/content/components/progmodels/groovy/about.md
isis/site/trunk/content/components/progmodels/wrapper/about.md
isis/site/trunk/content/components/security/file/about.md
isis/site/trunk/content/components/security/ldap/about.md
isis/site/trunk/content/components/security/sql/about.md
isis/site/trunk/content/components/viewers/bdd/about.md
isis/site/trunk/content/components/viewers/dnd/about.md
isis/site/trunk/content/components/viewers/html/about.md
isis/site/trunk/content/components/viewers/junit/about.md
isis/site/trunk/content/components/viewers/restfulobjects/about.md
isis/site/trunk/content/components/viewers/scimpi/about.md
isis/site/trunk/content/components/viewers/wicket/about.md
Modified: isis/site/trunk/content/bootstrap.css
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/bootstrap.css?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/bootstrap.css (original)
+++ isis/site/trunk/content/bootstrap.css Mon Dec 17 11:49:17 2012
@@ -546,7 +546,7 @@ address {
line-height: 18px;
margin-bottom: 18px;
}
-h2 a, h3 a, code, pre {
+code, pre {
padding: 0 3px 2px;
font-family: Monaco, Andale Mono, Courier New, monospace;
font-size: 12px;
@@ -554,7 +554,7 @@ h2 a, h3 a, code, pre {
-moz-border-radius: 3px;
border-radius: 3px;
}
-h2 a, h3 a, code {
+code {
/*background-color: #fee9cc;*/
color: rgba(0, 0, 0, 0.75);
padding: 1px 3px;
@@ -2377,6 +2377,10 @@ button.btn::-moz-focus-inner, input[type
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
+
+
+/* Isis specific stuff */
+
.markdown-content .documentation .span-one-third p {
margin-bottom: 0px;
}
@@ -2388,3 +2392,13 @@ button.btn::-moz-focus-inner, input[type
.documentation .group h2 {
border-bottom: 1px solid #DDD
}
+.documentation h2 a, .documentation h3 a {
+ /* same as code style */
+ padding: 0 3px 2px;
+ font-family: Monaco, Andale Mono, Courier New, monospace;
+ font-size: 12px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ padding: 1px 3px;
+}
Modified: isis/site/trunk/content/components/objectstores/jdo/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/about.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/about.md Mon Dec 17
11:49:17 2012
@@ -2,8 +2,10 @@ Title: JDO (DataNucleus) Object Store
The JDO objectstore enables the persistence of domain objects using the JDO
API. [DataNucleues](http://datanucleus.org) - the reference implementation for
JDO - is used as the backing implementation.
-- [Releases](release-notes/about.html)
-
Hints and tips:
-- [Maven and Eclipse](hints-and-tips.html)
\ No newline at end of file
+- [Maven and Eclipse](hints-and-tips.html)
+
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/objectstores/nosql/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/nosql/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/nosql/about.md (original)
+++ isis/site/trunk/content/components/objectstores/nosql/about.md Mon Dec 17
11:49:17 2012
@@ -2,4 +2,6 @@ Title: NoSQL object store
The nosql objectstore module provides an implementation of the object store
API that persists domain objects using JSON.
-- [Releases](release-notes/about.html)
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/objectstores/sql/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/sql/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/sql/about.md (original)
+++ isis/site/trunk/content/components/objectstores/sql/about.md Mon Dec 17
11:49:17 2012
@@ -2,4 +2,6 @@ Title: SQL object store
The SQL object store module provides the ability to persist domain objects
into an RDBMS. It has no external dependencies, using simply JDBC.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/objectstores/xml/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/xml/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/xml/about.md (original)
+++ isis/site/trunk/content/components/objectstores/xml/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ The xml object store provides a simple w
Note that the XML object store is suitable for single-user standalone apps,
but is not intended for multi-user deployments.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/profilestores/sql/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/profilestores/sql/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/profilestores/sql/about.md (original)
+++ isis/site/trunk/content/components/profilestores/sql/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ A 'profile store' is a mechanism to stor
The SQL profile store stores profiles in a number of RDBMS tables.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/profilestores/xml/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/profilestores/xml/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/profilestores/xml/about.md (original)
+++ isis/site/trunk/content/components/profilestores/xml/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ A 'profile store' is a mechanism to stor
The xml profile store provides a simple way to persist user profiles to file
storage. The format of this file is a proprietary XML schema.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/progmodels/groovy/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/progmodels/groovy/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/progmodels/groovy/about.md (original)
+++ isis/site/trunk/content/components/progmodels/groovy/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ A 'programming model' means the support
The groovy progmodel implementation, which extends the default programming
model provided with [core](../../../core/about.html) is intended to allow
domain objects to be written in [Groovy](http://groovy.codehaus.org).
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/progmodels/wrapper/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/progmodels/wrapper/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/progmodels/wrapper/about.md (original)
+++ isis/site/trunk/content/components/progmodels/wrapper/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ A 'programming model' means the support
The wrapper progmodel implementation, which builds on the default programming
model provided in [core](../../../core/about.html) provides the ability for
domain objects to be wrapped such that interactions between domain objects can
be "as if" through the viewer. (In other words, business rule constraints are
applied).
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/security/file/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/file/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/file/about.md (original)
+++ isis/site/trunk/content/components/security/file/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ Security implementations provide authent
The file implementation uses simple flat files to store user account/password
(authentication) and permissions (authorization) data.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/security/ldap/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/ldap/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/ldap/about.md (original)
+++ isis/site/trunk/content/components/security/ldap/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ Security implementations provide authent
The ldap implementation provides integration with an LDAP provider.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/security/sql/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/sql/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/sql/about.md (original)
+++ isis/site/trunk/content/components/security/sql/about.md Mon Dec 17
11:49:17 2012
@@ -4,4 +4,6 @@ Security implementations provide authent
The sql implementation provides basic integration with a SQL database.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/viewers/bdd/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/bdd/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/bdd/about.md (original)
+++ isis/site/trunk/content/components/viewers/bdd/about.md Mon Dec 17 11:49:17
2012
@@ -4,4 +4,6 @@ The bdd viewer provides the ability to s
Currently the only framework supported is [Concordion](http://concordion.org),
though others may be supported in the future.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/viewers/dnd/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/dnd/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/dnd/about.md (original)
+++ isis/site/trunk/content/components/viewers/dnd/about.md Mon Dec 17 11:49:17
2012
@@ -6,4 +6,6 @@ It renders each domain object as an icon
The DnD viewer defines its own API to allow new views to be defined. These can
be for entities, for entity properties (and action parameters), for entity
collections, and for collections of entities.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/viewers/html/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/html/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/html/about.md (original)
+++ isis/site/trunk/content/components/viewers/html/about.md Mon Dec 17
11:49:17 2012
@@ -6,4 +6,6 @@ It renders each domain object or collect
The HTML viewer offers only very limited customization opportunities; the CSS
can be altered, but that's about it.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/viewers/junit/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/junit/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/junit/about.md (original)
+++ isis/site/trunk/content/components/viewers/junit/about.md Mon Dec 17
11:49:17 2012
@@ -2,4 +2,6 @@ Title: JUnit viewer
The junit viewer module provides JUnit4 integration, allowing unit tests to be
written exercising business rules by catching the exceptions thrown by proxied
domain objects.
-- [Releases](release-notes/about.html)
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/viewers/restfulobjects/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/about.md
(original)
+++ isis/site/trunk/content/components/viewers/restfulobjects/about.md Mon Dec
17 11:49:17 2012
@@ -6,4 +6,6 @@ Each domain object (or part of object) i
The viewer is an implementation of the [Restful
Objects](http://restfulobjects.org) specification, intended to allow other
server-side frameworks to be implemented to support the same protocol. It
currently implements **v0.56** of the spec.
-- [Releases](release-notes/about.html).
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/viewers/scimpi/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/scimpi/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/scimpi/about.md (original)
+++ isis/site/trunk/content/components/viewers/scimpi/about.md Mon Dec 17
11:49:17 2012
@@ -10,4 +10,6 @@ Scimpi works by searching for a specific
Customization therefore is accomplished by providing a specific page. The
elements of this page can be any of the tags that Scimpi understands.
-- [Releases](release-notes/about.html).
\ No newline at end of file
+### Releases
+
+- See [release notes](release-notes/about.html).
Modified: isis/site/trunk/content/components/viewers/wicket/about.md
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/about.md?rev=1422876&r1=1422875&r2=1422876&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/about.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/about.md Mon Dec 17
11:49:17 2012
@@ -17,5 +17,7 @@ The wicket viewer allows you to customiz
* third, you can register your own pages for a particular object type
This allows you to render certain objects (eg a DashBoard object) using a
completely customized web page if required.
-- [Releases](release-notes/about.html).
+### Releases
+
+- See [release notes](release-notes/about.html).