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/11/26 16:06:09 UTC

svn commit: r1413672 - in /isis/site/trunk: content/getting-started/demo-app.md lib/path.pm

Author: danhaywood
Date: Mon Nov 26 15:06:07 2012
New Revision: 1413672

URL: http://svn.apache.org/viewvc?rev=1413672&view=rev
Log:
working on isis documentation page

Modified:
    isis/site/trunk/content/getting-started/demo-app.md
    isis/site/trunk/lib/path.pm

Modified: isis/site/trunk/content/getting-started/demo-app.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/demo-app.md?rev=1413672&r1=1413671&r2=1413672&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/demo-app.md (original)
+++ isis/site/trunk/content/getting-started/demo-app.md Mon Nov 26 15:06:07 2012
@@ -1,9 +1,5 @@
 Title: Demo Application
 
-{stub
-This page is a stub.
-}
+We've deployed a [simple demo app](http://mmyco.co.uk:8180/isis-onlinedemo) so you can see Isis in action. The app is deployed with both the default HTML viewer and using the [RESTful web service](viewers/restfulobjects/about.html), running against an in-memory object store. To use, you'll need to register an account (the credentials are stored only in memory and are reset nightly).
 
-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)").
+The webapp has full documentation to guide you further. It also links to the application's source so you can see how little code you need to write to get an application up and running with Isis.
\ No newline at end of file

Modified: isis/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/isis/site/trunk/lib/path.pm?rev=1413672&r1=1413671&r2=1413672&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Mon Nov 26 15:06:07 2012
@@ -14,7 +14,9 @@ our @patterns = (
 	[qr!/index.md(text)?$!, basic => { template => "index.html" }]
 
 	,[qr!\.md(text)?$!, basic => { template => "basic.html" }]
-	,[qr!\/$!,          basic => { indexpage => "index.html", template => "basic.html" }]
+
+# an attempt (failed) to render something sensible for index pages...  
+#	,[qr!\/$!,          basic => { indexpage => "index.html", template => "basic.html" }]
   
 #	,[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ]