[geeklog-hg] geeklog: Updated to represent the Modern Curve theme plus gave i...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 22 13:38:50 EDT 2013


changeset 9117:a519d818ee68
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a519d818ee68
user: Tom <websitemaster at cogeco.net>
date: Sat Jun 22 13:33:33 2013 -0400
description:
Updated to represent the Modern Curve theme plus gave instructions on how to make the Modern Curve theme a default theme for a new theme

diffstat:

 public_html/layout/modern_curve/README |  92 ++++++++-------------------------
 1 files changed, 24 insertions(+), 68 deletions(-)

diffs (156 lines):

diff -r ebe526cfea0f -r a519d818ee68 public_html/layout/modern_curve/README
--- a/public_html/layout/modern_curve/README	Sat Jun 22 13:16:15 2013 -0400
+++ b/public_html/layout/modern_curve/README	Sat Jun 22 13:33:33 2013 -0400
@@ -1,9 +1,9 @@
 /*==============================================================================
-  Title       : ProfessionalCSS_en
-  Version     : 1.51 for Geeklog1.7.1
-  Author      : Fumito Arakawa as Phize (http://phize.net/) & Geeklog Japanese
+  Title           : Modern_Curve
+  Version         : 2.1.0 for Geeklog 2.1.0 +
+  Original Author : Fumito Arakawa as Phize (http://phize.net/) & Geeklog Japanese
                 & Ivy (http://www.ivywe.co.jp)
-  Description : Geeklog Theme Maker by using CSS 2.0 eliminate table tags
+  Description     : Geeklog's default theme
 ==============================================================================*/
 
 
@@ -11,41 +11,48 @@
 /*==============================================================================
   Index:
 
-    *Pofile
+    *Profile
     *Install
     *File and Directory
     *Template Files: Comments
     *CSS: CSS File Structure/Order
     *CSS: Property Order
     *Customize
-    *History
 ==============================================================================*/
 
 
 
 /*==============================================================================
-  Pofile
+  Profile
 ==============================================================================*/
 
 Geeklog Theme using HTML 4.01 Transitional+CSS 2.0 and eliminate table tags.
-Design is based on professional.
+Design is based on ProfessionalCSS_en.
 
 If JavaScript is enabled, body class item is changed by Geeklog layout column.
 So we can set multi column layout.
 If JavaScript is not enabled, body class item is fixed as 3 column layout.
 
-It is base theme for new design theme.
-
 
 
 /*==============================================================================
-  Install
+  Install - Use as a Default Theme
 ==============================================================================*/
 
-ProfessionalCSS_en Theme upload
+Modern_Curve is preinstalled with Geeklog.
 
-  +layout            -- copy -->   +layout
-    +Professional_CSS
+If you wish to use this theme as a default theme for your own theme then all 
+you need to do is create your own theme directory and copy the files 
+functions.php and style.css.php to your new theme along with the images 
+directory. Plus any theme files and css files you wish to change. 
+
+In style.css.php you with need to update the variables $theme and 
+$theme_default. $theme_default would now equal "modern_curve".
+
+In functions.php you will need to change any function name to represent your 
+own theme. (theme_config_modern_curve -> theme_config_your_theme_name). You 
+would also need to add to the array in the fuction theme_config_your_theme_name
+'theme_default' => 'modern_curve'
 
 
 
@@ -54,7 +61,7 @@
 ==============================================================================*/
 
 +layout -------------------- Geeklog directory
-  +ProfessionalCSS_en --------- 'ProfessionalCSS_en' theme directory
+  +Modern_Curve --------- 'Modern_Curve' theme directory
     +admin
     +article
     +comment
@@ -76,13 +83,13 @@
     |
     +images ---------------- Images
     | |
-    | +css ----------------- Images for ProfessionalCSS_en
+    | +css ----------------- Images for Modern_Curve
     |
     +javascript ------------ JavaScript
     | |
     | +fix_html.js --------- Geeklog body Class Attribute
     |
-    +README ---------------- 'ProfessionalCSS_en' README(this file)
+    +README ---------------- 'Modern_Curve' README(this file)
     |
     +style.css ------------ CSS import
     |
@@ -211,54 +218,3 @@
 If custom.sample.css copy custom.css, can use as base of theme.
 Set images in the custom.css on images/custom/ not images/css/.
 
-
-
-/*==============================================================================
-  History
-==============================================================================*/
-
-Ver.1.51(2010-11-30)
-changed: 
- header.thtml 
- css/layout.css 
- css/common.css 
-
-Ver.1.5(2010-11-25)
-changed: 
- css/layout.css 
- header.thtml 
- footer.thtml
-
-Ver.1.01(2010-10-25)
-changed: 
- field legend tag
-
-Ver.1.0(2010-10-24)
-changed: 
- admin/*
-
-Ver.0.2(2010-10-16)
-changed: 
- admin/group/groupeditor.thtml
- comment/commentform.thtml
- comment/commentform_advanced.thtml
-
-Ver.0.1.4(2010-08-02)
-changed: 
- css/form.css
-
-Ver.0.1.3(2010-07-25)
-changed: 
- css/common.css
- css/default.css
-
-Ver.0.1.2(2010-06-15)
-changed: 
- css/compatible.css 
- css/default.css changed.
-
-Ver.0.1.1(2010-05-26)
-file added: images/upload.png
-admin/group/groupeditor.thtml changed.
-
-Ver.0.1(2010-05-10) release for Geeklog 1.7.0



More information about the geeklog-cvs mailing list