split README (README.html + HOWTO.html)
[sview.git] / README.html
CommitLineData
d67391c3
BA
1<h1>sview : tiny PHP web framework</h1>
2
47e0f70e
BA
3<p>
4 It is inspired by <a href="http://shortphp.com">a similar framework</a> written by Arnór Heiðar Sigurðsson.
5 In the same spirit but more advanced and more complete, see also <a href="http://nanoc.ws/">nanoc</a> - in Ruby.
d67391c3
BA
6</p>
7
8<p>
47e0f70e
BA
9 sview is designed to organize essentially static websites.
10 It does not offer the features you would expect from a complete MVC framework -
11 actually, it has only the "V" part.
12 If you want a more demanding dynamic website, consider using an appropriate tool,
13 <a href="http://symfony.com/">Symfony</a> for example.
d67391c3
BA
14</p>
15
16<h2> How to use it ?</h2>
17
47e0f70e 18<p>
706611cd
BA
19 The archive sample-website.tar.xz provides a basic but full website example.
20 Complementarily, the file <a href="http://git.redua.net/?p=sview.git;a=blob_plain;f=README.html;hb=HEAD">HOWTO.html</a>
21 gives some details about sview usage.
d67391c3 22</p>