data/pages/index.html in genit-0.3 vs data/pages/index.html in genit-0.4
- old
+ new
@@ -1,6 +1,28 @@
<h1>Welcome to Genit !</h1>
<p>
-This is a generated index page. Change it as you want
-to suit your needs.
+Genit is a framework to build a <strong>static web site</strong>, 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).
+</p>
+
+<p>
+<em>Genit is written in Ruby but there is no needs to know the Ruby language.</em>
+</p>
+
+<p>
+The Genit project is hosted on
+<a href="https://github.com/lkdjiin/genit" title="Source code of Genit">GitHub</a> under the terms
+of the MIT license. Feel free to fork it. Each new release will be announced on the
+<a href="http://freshmeat.net/projects/genit" title="Genit project on freshmeat">freshmeat</a> site.
+The development progress will be announced on Twitter:<br/>
+<a href="http://twitter.com/lkdjiin" class="twitter-follow-button" data-show-count="false">Follow @lkdjiin</a>
+<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
+</p>
+
+<h1>Get started</h1>
+
+<p>
+Read the <a href="https://github.com/lkdjiin/genit/blob/master/documentation/tutorial.markdown"
+"A short get started tutorial for Genit">tutorial</a> and make your site !
</p>