Added Theme Installer. :P
[iDB.git] / setup / convert / info.php
blobe9792f14200904b2d3a75e799751f44891f727bf
1 <?php
2 /*
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the Revised BSD License.
6 This program is distributed in the hope that it will be useful,
7 but WITHOUT ANY WARRANTY; without even the implied warranty of
8 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 Revised BSD License for more details.
11 Copyright 2004-2009 iDB Support - http://idb.berlios.de/
12 Copyright 2004-2009 Game Maker 2k - http://gamemaker2k.org/
13 iDB Installer made by Game Maker 2k - http://idb.berlios.net/
15 $FileInfo: info.php - Last Update: 6/16/2009 SVN 264 - Author: cooldude2k $
17 $ConvertInfo = array();
18 $ConvertInfo['ConvertFrom'] = null;
19 $ConvertInfo['ConvertTo'] = null;
20 $ConvertInfo['ConvertName'] = null;
21 $ConvertInfo['ConvertMaker'] = null;
22 $ConvertInfo['ConvertMakerURL'] = null;
23 $ConvertInfo['ConvertFile'] = null;
24 $ConvertInfo['ConvertVersion'] = null;
25 $ConvertInfo['ConvertPreVersion'] = null;
26 /* Demo Convert File */
27 // $ConvertInfo = array();
28 // $ConvertInfo['ConvertFrom'] = "DF2k";
29 // $ConvertInfo['ConvertTo'] = "iDB";
30 // $ConvertInfo['ConvertName'] = "DF2k to iDB";
31 // $ConvertInfo['ConvertMaker'] = "Cool Dude 2k";
32 // $ConvertInfo['ConvertMakerURL'] = "http://upload.idb.s1.jcink.com/";
33 // $ConvertInfo['ConvertFile'] = "setup/convert/convert.php";
34 // $ConvertInfo['ConvertVersion'] = "1";
35 // $ConvertInfo['ConvertPreVersion'] = "1";