// ---------------------------------------------------------------------- // Copyright (c) 2002-2003 Shawn McKenzie // http://spidean.mckenzies.net // ---------------------------------------------------------------------- // LICENSE // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License (GPL) // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // To read the license please visit http://www.gnu.org/copyleft/gpl.html // ---------------------------------------------------------------------- AutoConvert Beta .1 Converts any working theme to an AutoTheme without affecting the original theme. The new theme will be a fully AutoTheme compatible theme, but may have some extra text or HTML in the templates. Most themes will convert 90% to 99%. Depending on the theme, your mileage will vary. INSTALL - Unzip to CMS root dir to create modules/AutoConvert/ - Go to Administration -> Modules, Regenerate and then Initialize and Activate AutoConvert USE - The theme to convert must be an installed working theme - themes/ directory must be writeable (CHMOD 777 themes/) - The theme.php of the theme to convert must be writeable (CHMOD 777 theme.php) - Go to Administration -> AutoConvert - Enter the directory of theme to convert (i.e. SeaBreeze) - Enter the directory of new theme to create (i.e. NewTheme) - Click Convert