Author: danhaywood
Date: Wed May  6 07:47:41 2015
New Revision: 1677941

URL: http://svn.apache.org/r1677941
Log:
more migrating of content to adocs

Modified:
    
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
    
isis/site/trunk/content/components/objectstores/jdo/eagerly-registering-entities.md
    
isis/site/trunk/content/components/objectstores/jdo/transaction-management.md
    isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md
    isis/site/trunk/content/components/objectstores/jdo/using-neo4j.md
    isis/site/trunk/content/components/security/shiro/configuring-shiro.md
    isis/site/trunk/content/components/security/shiro/format-of-permissions.md
    isis/site/trunk/content/components/security/shiro/using-ldap.md
    isis/site/trunk/content/components/viewers/restfulobjects/angularjs-tips.md
    
isis/site/trunk/content/components/viewers/restfulobjects/custom-representations.md
    
isis/site/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.md
    isis/site/trunk/content/components/viewers/restfulobjects/honor-ui-hints.md
    isis/site/trunk/content/components/viewers/restfulobjects/pretty-printing.md
    
isis/site/trunk/content/components/viewers/restfulobjects/simplified-object-representation.md
    
isis/site/trunk/content/components/viewers/restfulobjects/suppressing-elements-of-the-representations.md
    
isis/site/trunk/content/components/viewers/restfulobjects/using-chrome-tools.md
    isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md
    isis/site/trunk/content/components/viewers/wicket/bookmarks.md
    isis/site/trunk/content/components/viewers/wicket/brand-logo.md

Modified: 
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
 (original)
+++ 
isis/site/trunk/content/components/objectstores/jdo/disabling-persistence-by-reachability.md
 Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Disabling Persistence by Reachability
 
-[//]: # (content copied to 
_user-guide_configuration-properties_datanucleus-objectstore_disabling-persistence-by-reachability)
+[//]: # (content copied to 
_user-guide_configuration_properties_datanucleus-objectstore_disabling-persistence-by-reachability)
 
 By default, JDO/DataNucleus supports the concept of 
[persistence-by-reachability](http://www.datanucleus.org/products/datanucleus/jdo/orm/cascading.html).
  That is, if
 a non-persistent entity is associated with an already-persistent entity, then 
DataNucleus will detect this and will automatically persist the associated 
object.  Put another way: there is no need to call Isis' 
`DomainObjectContainer#persist(.)` or 
`DomainObjectContainer#persistIfNotAlready(.)` methods.

Modified: 
isis/site/trunk/content/components/objectstores/jdo/eagerly-registering-entities.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/eagerly-registering-entities.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/objectstores/jdo/eagerly-registering-entities.md
 (original)
+++ 
isis/site/trunk/content/components/objectstores/jdo/eagerly-registering-entities.md
 Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Eagerly Registering Entity Types
 
-[//]: # (content copied to 
_user-guide_reference_configuration-properties_datanucleus-objectstore_eagerly-registering-entities)
+[//]: # (content copied to 
_user-guide_configuration_properties_datanucleus-objectstore_eagerly-registering-entities)
 
 *in 1.6.0 and 1.7.0, this feature may be (partly?) broken; see 
[ISIS-847](https://issues.apache.org/jira/browse/ISIS-847)*
 

Modified: 
isis/site/trunk/content/components/objectstores/jdo/transaction-management.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/transaction-management.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/objectstores/jdo/transaction-management.md 
(original)
+++ 
isis/site/trunk/content/components/objectstores/jdo/transaction-management.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Transaction Management
 
-[//]: # (content copied to 
_user-guide_more-advanced_transaction-mgmt-and-error-handling)
+[//]: # (content copied to _user-guide_more-advanced_transactions-and-errors)
 
 In Isis, every action invocation (in fact, every interaction) is automatically 
wrapped in a transaction, and any repository query automatically does a flush.
 

Modified: 
isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md 
(original)
+++ 
isis/site/trunk/content/components/objectstores/jdo/using-jndi-datasource.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Using JNDI Datasource
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to 
_user-guide_configuration_properties_datanucleus-objectstore_using-jndi-data-source)
 
 Isis' JDO objectstore can be configured either to connect to the database 
using its own connection pool, or by using a container-managed datasource.
 

Modified: isis/site/trunk/content/components/objectstores/jdo/using-neo4j.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/using-neo4j.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/using-neo4j.md 
(original)
+++ isis/site/trunk/content/components/objectstores/jdo/using-neo4j.md Wed May  
6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Using Neo4J (1.8.0).
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_more-advanced_neo4j)
 
 As of 1.8.0 Apache Isis has experimental support for Neo4J, courtesy of 
DataNucleus' [Neo4J 
Datastore](http://www.datanucleus.org/products/datanucleus/datastores/neo4j.html)
 implementation.
 

Modified: isis/site/trunk/content/components/security/shiro/configuring-shiro.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/shiro/configuring-shiro.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/shiro/configuring-shiro.md 
(original)
+++ isis/site/trunk/content/components/security/shiro/configuring-shiro.md Wed 
May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Configuring Isis to use Shiro
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_configuration_configuring-shiro)
 
 
 ### Example Configuration

Modified: 
isis/site/trunk/content/components/security/shiro/format-of-permissions.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/shiro/format-of-permissions.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/shiro/format-of-permissions.md 
(original)
+++ isis/site/trunk/content/components/security/shiro/format-of-permissions.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Format of Permissions
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_configuration_configuring-shiro)
 
 
 Shiro converts permission strings (as found in `WEB-INF/shiro.ini`) internally 
into `Permission` instances.

Modified: isis/site/trunk/content/components/security/shiro/using-ldap.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/shiro/using-ldap.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/shiro/using-ldap.md (original)
+++ isis/site/trunk/content/components/security/shiro/using-ldap.md Wed May  6 
07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Using Shiro with an LDAP Server
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_configuration_configuring-shiro)
 
 
 Isis ships with an implementation of [Apache Shiro](http://shiro.apache.org)'s 
`Realm` class that allows user authentication and authorization to be performed 
against an LDAP server.

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/angularjs-tips.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/angularjs-tips.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/angularjs-tips.md 
(original)
+++ isis/site/trunk/content/components/viewers/restfulobjects/angularjs-tips.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: AngularJS Tips
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_how-tos_derived-members)
 
 The hypermedia API exposed by Isis' Restful Objects viewer is intended be 
support both bespoke custom-written viewers as well as generic viewers.  
Indeed, we expect most clients consuming the API will be bespoke, not generic.
 

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/custom-representations.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/custom-representations.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/viewers/restfulobjects/custom-representations.md
 (original)
+++ 
isis/site/trunk/content/components/viewers/restfulobjects/custom-representations.md
 Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Custom Representations
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_extending_restfulobjects-viewer)
 
 {note
 This API should be considered beta, as it may change in the future in response 
to emerging requirements

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.md
 (original)
+++ 
isis/site/trunk/content/components/viewers/restfulobjects/event-serializer-rospec.md
 Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Event Serializer for the RO Spec
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_isis-addons-modules)
 
 The [Publishing Service](../../../reference/services/publishing-service.html) 
enables Isis to publish action invocations and also changes of domain objects 
to third party systems.
 

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/honor-ui-hints.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/honor-ui-hints.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/honor-ui-hints.md 
(original)
+++ isis/site/trunk/content/components/viewers/restfulobjects/honor-ui-hints.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
-Title: Honor UI Hints (1.8.0)
+Title: Honor UI Hints 
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_restful-objects-viewer)
 
 {note
 These configuration settings should be considered beta, and are likely to 
change in the future in response to emerging requirements.

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/pretty-printing.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/pretty-printing.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/viewers/restfulobjects/pretty-printing.md 
(original)
+++ 
isis/site/trunk/content/components/viewers/restfulobjects/pretty-printing.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
-Title: Pretty Printing (1.8.0)
+Title: Pretty Printing
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_restful-objects-viewer)
 
 The JSON representations generated by the Restful Objects viewer are in 
compact form if the 
 [deployment type](../../../reference/deployment-types.html) is SERVER (ie 
production), but will automatically be 

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/simplified-object-representation.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/simplified-object-representation.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/viewers/restfulobjects/simplified-object-representation.md
 (original)
+++ 
isis/site/trunk/content/components/viewers/restfulobjects/simplified-object-representation.md
 Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
-Title: Simplified Object Representation (1.8.0)
+Title: Simplified Object Representation
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_restful-objects-viewer)
 
 > Enabling these settings makes the representations non-standard with respect 
 > to the [Restful Object spec](http://restfulobjects.org).
 

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/suppressing-elements-of-the-representations.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/suppressing-elements-of-the-representations.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/viewers/restfulobjects/suppressing-elements-of-the-representations.md
 (original)
+++ 
isis/site/trunk/content/components/viewers/restfulobjects/suppressing-elements-of-the-representations.md
 Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
-Title: Suppressing Elements of the Representations (1.8.0)
+Title: Suppressing Elements of the Representations
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_restful-objects-viewer)
 
 > Enabling these settings makes the representations non-standard with respect 
 > to the [Restful Object spec](http://restfulobjects.org).
 > In the future the spec may be updated to allow such extensions.

Modified: 
isis/site/trunk/content/components/viewers/restfulobjects/using-chrome-tools.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/using-chrome-tools.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/viewers/restfulobjects/using-chrome-tools.md 
(original)
+++ 
isis/site/trunk/content/components/viewers/restfulobjects/using-chrome-tools.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Interacting with the REST API using Chrome Plugins
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_restful-objects-viewer)
 
 The screencast below shows how to explore the Restful API using Chrome 
plugins/extensions, and how we use them to write end-2-end (TCK) tests for the 
Restful Objects viewer.
 

Modified: 
isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- 
isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md 
(original)
+++ 
isis/site/trunk/content/components/viewers/wicket/application-menu-layout.md 
Wed May  6 07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Application menu layout (1.8.0)
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_wicket-viewer)
 
 The actions of domain services are made available as an application menu bar.  
By default each domain service
 corresponds to a single menu on this menu bar, with its actions as the 
drop-down menu items.  This is rarely exactly

Modified: isis/site/trunk/content/components/viewers/wicket/bookmarks.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/bookmarks.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/bookmarks.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/bookmarks.md Wed May  6 
07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Bookmarks
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_wicket-viewer)
 
 The Wicket viewer supports the bookmarking of both domain objects and 
[safe](../../../reference/recognized-annotations/ActionSemantics.html) 
(query-only) actions.  
 

Modified: isis/site/trunk/content/components/viewers/wicket/brand-logo.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/brand-logo.md?rev=1677941&r1=1677940&r2=1677941&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/brand-logo.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/brand-logo.md Wed May  6 
07:47:41 2015
@@ -1,6 +1,6 @@
 Title: Brand Logo (1.8.0)
 
-[//]: # (content copied to _user-guide_xxx)
+[//]: # (content copied to _user-guide_wicket-viewer)
 
 By default the Wicket viewer will display the application name top-left in the 
header menu.  This can be changed to
 display a png logo instead.


Reply via email to