README.markdown in genit-0.3 vs README.markdown in genit-0.4

- old
+ new

@@ -2,11 +2,11 @@ ================ Genit builds a **static web site**, that is a web site without server side programing language and database. A genit site consists only of xhtml code (+ css, medias and eventually javascript). -There is no needs to know the Ruby language. +Genit is written in Ruby but there is no needs to know the Ruby language. The project is in early development stage, see [project guidelines](https://github.com/lkdjiin/genit/blob/master/project_guidelines.markdown). Description @@ -48,21 +48,21 @@ cd my-site (*edit some pages*) genit compile -Take a look at the [tutorial](https://github.com/lkdjiin/genit/blob/master/documentation/tutorial.markdown) -for more information. +See the wiki for user documentation and a tutorial. Dependencies -------------------------- ### Users dependencies * ruby >= 1.9.2 * nokogiri (xml parser) * bluecloth (markdown parser) + * clamp (command line utility) ### Contributors dependencies * rspec for tests * [coco](https://github.com/lkdjiin/coco) (code coverage must be 90% minimum)