X-Git-Url: https://git.auder.net/?p=sview.git;a=blobdiff_plain;f=README.md;fp=README.md;h=0000000000000000000000000000000000000000;hp=48ab8627d25d62b5f9d3ee4b9a45af3d34308023;hb=d67391c378d5f54611450f7a370512899715d9e3;hpb=3e641f63d7206b50c3eebecc53023117b7185dac diff --git a/README.md b/README.md deleted file mode 100644 index 48ab862..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# sview : tiny PHP web framework. - -It is inspired by [a similar framework](http://shortphp.com) written by Arnór Heiðar Sigurðsson. -In the same spirit but more advanced and more complete, see also [nanoc](http://nanoc.ws/) - in Ruby. - -sview is designed to organize essentially static websites. -It does not offer the features you would expect from a complete MVC framework - -actually, it has only the "V" part. -If you want a more demanding dynamic website, consider using an appropriate tool, -[Symfony](http://symfony.com/) for example. - -## How to use it ? - -The documentation is [right -here](http://git.redua.net/?p=sview.git;a=blob;f=HOWTO.md;hb=HEAD), -and a full website example is [located -here](http://git.redua.net/?p=sview.git;a=blob;f=sample-website.tar.xz;hb=HEAD).