00001 <?PHP 00002 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 00003 * This file is part of Travelsized CMS 00004 * A content management system with modules, based on wiki syntax 00005 * 00006 * Author: Dan Jensen <admin@leinir.dk> 00007 * Copyright 2003/2004 00008 * 00009 * This program is free software; you can redistribute it and/or modify 00010 * it under the terms of the GNU General Public License as published by 00011 * the Free Software Foundation; either version 2 of the License, or 00012 * (at your option) any later version. 00013 * 00014 * The GNU General Public License is available at: http://www.gnu.org/copyleft/ 00015 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 00016 00017 $page_author = "Dan Jensen"; 00018 $page_author_email = "admin@NOSPAMleinir.dk"; 00019 $page_menu = 0; 00020 $page_date = formatTime( time() ); 00021 $page_title = i18n("About Travelsized CMS"); 00022 $page_content = parse_page_data(i18n("Travelsized CMS has landed! 00023 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. 00024 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))); 00025 ?>