Subversion Repositories travelsized

Rev

Rev 20 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?PHP
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * This file is part of Travelsized CMS
 *              A content management system with modules, based on wiki syntax
 *
 * Author: Dan Jensen <admin@leinir.dk>
 * Copyright 2003/2004
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * The GNU General Public License is available at: http://www.gnu.org/copyleft/
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


        $page_author = "Dan Jensen";
        $page_author_email = "admin@NOSPAMleinir.dk";
        $page_menu = 0;
        $page_date = formatTime( time() );
        $page_title = i18n("About Travelsized CMS");
        $page_content = parse_page_data(i18n("Travelsized CMS has landed!
The system is programmed 100% in [[http://www.php.net||PHP]] and is designed to run without any form for help, such as databases and other extensions.
The only thing required of the server it is on is write access to all folders and files in the ##0## folder."
, array($setup_folder)));
?>