From 8e9846c6b3e44d12e890082d8fd5a6e7e4da4edd Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 14 Sep 2010 13:54:28 +0100 Subject: [PATCH] fixed up readme --- ReadMe.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index e59f4fb..07faba4 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,8 @@ # Apache Camel WebSite and Docs -This project creates the website for [Apache Camel](http://camel.apache.org/) and the HTML documentation using [Scalate](http://scalate.fusesource.com/). See [how the site works](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html) along with how to [export Confluence](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html#bootstrapping). +This project creates the website for [Apache Camel](http://camel.apache.org/) and the HTML documentation using [Scalate](http://scalate.fusesource.com/). + +See [how the site works](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html) along with how to [export Confluence](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html#bootstrapping). ## Editing the live site @@ -9,7 +11,7 @@ To edit templates and wiki files live on your computer and see the results immed mvn jetty:run open http://localhost:8080/ -As you hit save after editing a template, wiki file or a layout (which by default is in [src/main/webapp/WEB-INF/scalate/layouts/default.scaml](src/main/webapp/WEB-INF/scalate/layouts/default.scaml)) you should be able to hit reload on the browser. +As you hit save after editing a template, wiki file or a layout (which by default is in [src/main/webapp/WEB-INF/scalate/layouts/default.scaml](tree/master/src/main/webapp/WEB-INF/scalate/layouts/default.scaml)) you should be able to hit reload on the browser. To avoid having to hit reload on the browser you can try [LiveReload](http://scalate.fusesource.org/versions/snapshot/documentation/siteGen.html#livereload)