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