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 2011/06/07 00:50:27 UTC

svn commit: r1132825 - in /incubator/isis/trunk/src/site: apt/ xdoc/ xdoc/TOREVIEW/

Author: danhaywood
Date: Mon Jun  6 22:50:26 2011
New Revision: 1132825

URL: http://svn.apache.org/viewvc?rev=1132825&view=rev
Log:
updates to site docs

Added:
    incubator/isis/trunk/src/site/xdoc/TOREVIEW/nof-programming-screencasts.xml
      - copied unchanged from r1129189, incubator/isis/trunk/src/site/xdoc/nof-programming-screencasts.xml
    incubator/isis/trunk/src/site/xdoc/TOREVIEW/nof-tutorial-movies.xml
      - copied unchanged from r1129189, incubator/isis/trunk/src/site/xdoc/nof-tutorial-movies.xml
Removed:
    incubator/isis/trunk/src/site/xdoc/nof-maven-archetype.xml
    incubator/isis/trunk/src/site/xdoc/nof-programming-screencasts.xml
    incubator/isis/trunk/src/site/xdoc/nof-tutorial-movies.xml
Modified:
    incubator/isis/trunk/src/site/apt/downloads.apt.vm
    incubator/isis/trunk/src/site/apt/quickstart-app.apt
    incubator/isis/trunk/src/site/apt/where-to-start.apt

Modified: incubator/isis/trunk/src/site/apt/downloads.apt.vm
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/src/site/apt/downloads.apt.vm?rev=1132825&r1=1132824&r2=1132825&view=diff
==============================================================================
--- incubator/isis/trunk/src/site/apt/downloads.apt.vm (original)
+++ incubator/isis/trunk/src/site/apt/downloads.apt.vm Mon Jun  6 22:50:26 2011
@@ -37,11 +37,12 @@ Release
  
    See the {{{./quickstart-app.html}quickstart page}} for details on how to using the quickstart archetype.
    
- * Release notes can be found {{{./release-notes-${project.version}.html}here}}.  
- 
  []
  
  In both cases, you can use the {{{http://www.apache.org/incubator/dist/isis/KEYS}KEYS}} to verify the archives.
+
+ A list of JIRA issues addressed in this release can be found {{{./release-notes-${project.version}.html}here}}.  
+ 
  
 Snapshot Releases
 
@@ -69,7 +70,7 @@ svn co https://svn.apache.org/repos/asf/
 mvn clean install
 ----
 
-  Again, see the contributors guide (({{{./docbkx/html/guide/isis-contributors-guide.html}HTML or {{{./docbkx/pdf/isis-contributors-guide.pdf}PDF}}) 
+  Again, see the contributors guide (({{{./docbkx/html/guide/isis-contributors-guide.html}HTML}} or {{{./docbkx/pdf/isis-contributors-guide.pdf}PDF}}) 
   for more details.
    
 

Modified: incubator/isis/trunk/src/site/apt/quickstart-app.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/src/site/apt/quickstart-app.apt?rev=1132825&r1=1132824&r2=1132825&view=diff
==============================================================================
--- incubator/isis/trunk/src/site/apt/quickstart-app.apt (original)
+++ incubator/isis/trunk/src/site/apt/quickstart-app.apt Mon Jun  6 22:50:26 2011
@@ -20,7 +20,9 @@
 QuickStart App
 
   We recommend that you use the quickstart app to get up and running quickly.
-  You can generate this just by running the quickstart archetype:
+  You can generate this just by running the quickstart archetype.  To use it, 
+  first create a new directory, and 'cd' into that directory.   Then run the 
+  following command:
 
 +------------------------------------------------------------
 mvn archetype:generate  \
@@ -323,7 +325,7 @@ Exploring the App
   consisting for a task manager app, consisting of a single domain object,
   ToDoItem, and a single repository, <<<ToDoItemRepository>>>.
   
-  * open up <<<ToDoItem>>> and <<<ToDoItemRepository>>> (in the dom module)
+  * open up <<<ToDoItem>>> and <<<ToDoItemRepository>>> (in the dom module, under src/main/java)
   
   * open up <<<ToDoItemsFixture>>> (in the fixture module)
   

Modified: incubator/isis/trunk/src/site/apt/where-to-start.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/src/site/apt/where-to-start.apt?rev=1132825&r1=1132824&r2=1132825&view=diff
==============================================================================
--- incubator/isis/trunk/src/site/apt/where-to-start.apt (original)
+++ incubator/isis/trunk/src/site/apt/where-to-start.apt Mon Jun  6 22:50:26 2011
@@ -21,7 +21,9 @@ Where to Start?
 
   There's quite a lot to <Apache Isis>, with lots of optional components.  
   But you can get up and working quickly just by running our quickstart
-  archetype:
+  archetype.  To use it, first create a new directory, and 'cd' into 
+  that directory.   Then run the following command:
+  
 
 +------------------------------------------------------------
 mvn archetype:generate  \