first commit after cleaning
[sview.git] / README.md
1 # sview : tiny PHP web framework.
2
3 It is inspired by [a similar framework](http://shortphp.com) written by Arnór Heiðar Sigurðsson.
4 In the same spirit but more advanced and more complete, see also [nanoc](http://nanoc.ws/) - in Ruby.
5
6 sview is designed to organize essentially static websites.
7 It does not offer the features you would expect from a complete MVC framework -
8 actually, it has only the "V" part.
9 If you want a more demanding dynamic website, consider using an appropriate tool,
10 [Symfony](http://symfony.com/) for example.
11
12 ## How to use it ?
13
14 The documentation is [right
15 here](http://git.redua.net/?p=sview.git;a=blob;f=HOWTO.md;hb=HEAD),
16 and a full website example is [located
17 here](http://git.redua.net/?p=sview.git;a=blob;f=sample-website.tar.xz;hb=HEAD).