X-Git-Url: https://git.auder.net/pieces/Checkered/cb.svg?a=blobdiff_plain;ds=sidebyside;f=README.md;h=397be02cfa4f226cdd5823fcaee147b1005f5c0e;hb=3e4f910296d8c52ca16e3ceb8e3601237288849c;hp=48b40ecc69c3bdaf150c1f4655c392f8091498d6;hpb=5e8537e80ba92f2eab61e2b573ef3a9328d37349;p=sview.git diff --git a/README.md b/README.md index 48b40ec..397be02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sview : tiny PHP web framework -It is inspired by [a similar framework](https://github.com/arnorhs/ShortPHP) written by Arnór Heiðar Sigurðsson. +It is inspired by [a similar framework](https://github.com/arnorhs/ShortPHP) 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. @@ -52,6 +52,7 @@ Now (online), in the .htaccess file, change the line `RewriteBase /` to `Rewrite ## 1. Set default contents Edit the file defaults.php with + * A global title to your website; this title can later be mixed with a more specific page-based title, or be replaced. * A list of references to CSS style sheets and pre-rendering javascripts, like ``. We will see later how to refer to local style sheets (under a/css). @@ -64,6 +65,7 @@ Each variable name is prepended with "b\_" to avoid potential conflicts with you ### index.php Complete + * The menu (at commented location) * The banner (near the menu, if you want one) * The footer (if you don't want one, just drop it).