README.markdown in genit-2.0 vs README.markdown in genit-2.1

- old
+ new

@@ -4,17 +4,10 @@ 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). Genit is written in Ruby but there is no needs to know the Ruby language. -**------------------------------------------------------------------------** - -**This readme file and all the documentation refers to version 1.0 of genit. -I'm currently writing the doc for genit version 2.0** - -**------------------------------------------------------------------------** - Description ----------- It is a command line framework, essentially based on conventions. @@ -48,13 +41,12 @@ Usage -------------------------- genit create my-site cd my-site -(*edit some pages*) - genit compile + genit server See the wiki for user documentation and a tutorial. Dependencies @@ -64,11 +56,16 @@ * ruby >= 1.9.2 * nokogiri (xml parser) * bluecloth (markdown parser) * clamp (command line utility) + * haml (clean markup language) + * sass (CSS extension) +See [installing nokogiri](http://nokogiri.org/tutorials/installing_nokogiri.html) +for possible dependencies depending of your operating system. + ### Contributors dependencies * rspec for tests * [tomdoc](http://tomdoc.org/) to document your code @@ -76,10 +73,10 @@ License -------------------------- Expat License (also known as MIT) - Copyright (c) 2011 Xavier Nayrac + Copyright (c) 2011-2013 Xavier Nayrac Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,