This is a small content management system written in php, featuring: - Automagic updates (just open the webpage with GET parameter "?run=update") - menu with JS-managed submenus (max depth is 1) - no database needed - customizable flattr button - table based layout (divs would look ugly on some browsers, eg old IE versions) - php-api for subpages (because include() doesn't support get parameters) - cracker-proof include() of subpages, because not the path but the menu link's name is gi More