Rev Author Line No. Line
4988 kaklik 1 ______________________________________________________________________________
2 | |
3 | "CALM" THEME FOR WEBSVN |
4 | |
5 | (Theme : http://calm-theme-for-websvn.devjavu.com) |
6 |______________________________________________________________________________|
7 ______________________________________________________________________________
8 | |
9 | Copyright 2007 Erik Poehler (email : iroybot@gmail.com) |
10 | (blog : http://contactsheet.de) |
11 | |
12 | This program is free software; you can redistribute it and/or modify |
13 | it under the terms of the GNU General Public License as published by |
14 | the Free Software Foundation; either version 2 of the License, or |
15 | (at your option) any later version. |
16 | |
17 | This program is distributed in the hope that it will be useful, |
18 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
19 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
20 | GNU General Public License for more details. |
21 | |
22 | You should have received a copy of the GNU General Public License |
23 | along with this program; if not, write to the Free Software |
24 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
25 |______________________________________________________________________________|
26 ______________________________________________________________________________
27 | |
28 | INSTALLATION |
29 |______________________________________________________________________________|
30  
31 1) Place the complete directory "calm" in your "templates" directory/
32  
33 2) Open include/config.php and look for a line similar to the following:
34  
35 $config->setTemplatePath("$locwebsvnreal/templates/Standard/");
36  
37 and change it into:
38  
39 $config->setTemplatePath("$locwebsvnreal/templates/calm/");
40  
41 3) Enjoy.
42  
43 If you like the template, please feel free to donate
44 some cents via paypal to erikpoehler@gmx.de.
45  
46 In case you found errors, bugs or have improvement suggestions,
47 send me a email or visit:
48  
49 http://calm-theme-for-websvn.devjavu.com
50  
51 Please keep the backlink in the footer intact. Thanks.
52 ______________________________________________________________________________
53 | |
54 | CREDITS |
55 |______________________________________________________________________________|
56  
57 1. Icons picked from: "Sweetie", "Silk" and "Tango" Iconsets. Much Thanks to the creators.
58  
59 2. Dean Edwards for making his "star-light" Syntax Highlighting available.
60  
61 3. You for developing (hopefully good) software.