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 2014/02/11 00:36:22 UTC

svn commit: r1566856 - /isis/site/trunk/content/intro/learning-more/books.md

Author: danhaywood
Date: Mon Feb 10 23:36:21 2014
New Revision: 1566856

URL: http://svn.apache.org/r1566856
Log:
fixing links

Modified:
    isis/site/trunk/content/intro/learning-more/books.md

Modified: isis/site/trunk/content/intro/learning-more/books.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/learning-more/books.md?rev=1566856&r1=1566855&r2=1566856&view=diff
==============================================================================
--- isis/site/trunk/content/intro/learning-more/books.md (original)
+++ isis/site/trunk/content/intro/learning-more/books.md Mon Feb 10 23:36:21 2014
@@ -1,6 +1,6 @@
-/itle: Books
+Title: Books
 
-Although it has evolved since, the Apache Isis framework started out as an open source implementation of the naked objects pattern.  Indeed, the generic user interfaces provided by Isis [Wicket](../components/viewers/wicket/about.html) and [Scimpi](../components/viewers/scimpi/about.html) viewers just naked objects systems, providing a default generic representation of domain objects.  The [Restful Objects](../components/viewers/restfulobjects/about.html) viewer is also a naked objects system; it's just that the representation is intended for machines rather than human beings.
+Although it has evolved since, the *Apache Isis* framework started out as an open source implementation of the naked objects pattern.  Indeed, the generic user interfaces provided by Isis [Wicket](../../components/viewers/wicket/about.html) viewer [Restful Objects](../../components/viewers/restfulobjects/about.html) viewer are both "just" naked objects implementations; the first serves up a default generic representation of domain objects for human interaction, the latter serving up representation intended for machine consumption rather than human beings.
 
 If the idea of naked objects is of interest, then there are a couple of books on the topic that you might want to read.
 
@@ -75,5 +75,5 @@ Dan Haywood
 
 The [Restful Objects specification](http://restfulobjects.org) defines a set of RESTful resources, and corresponding JSON representations, for accessing and manipulating a domain object model.
 
-This is a comprehensive specification, running to over 200 pages in length.  It is implemented by Isis' [Restful Objects](../components/viewers/restfulobjects/about.html) viewer, and is also implemented by another (non-Apache) open source project, [Naked Objects MVC](http://nakedobjects.codeplex.com).
+This is a comprehensive specification, running to over 200 pages in length.  It is implemented by Isis' [Restful Objects](../../components/viewers/restfulobjects/about.html) viewer, and is also implemented by another (non-Apache) open source project, [Naked Objects MVC](http://nakedobjects.codeplex.com).