From eaefd2874f5c6c0d4f6ae6c1b24711410941d3c5 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 10:41:07 -0600 Subject: [PATCH 1/9] added git ignore first ''change'' to soska edition --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a8844e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +build/* From 63cbd1206d68cc5b89d63469f1cee149a1fcb6ad Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 10:43:29 -0600 Subject: [PATCH 2/9] added entrie to README whit diferences from Soska edition --- README.textile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.textile b/README.textile index 359e3c7..b76001f 100644 --- a/README.textile +++ b/README.textile @@ -54,3 +54,8 @@ Grab the starter theme for this "other respository":http://github.com/soska/DTES h2. 9. Can't you write better documentation? The code and the example are well commented, but I'll try to do better documentation in the future. In the mean time, you could help me by playing with it and sending really frequently asked questions by email to arm.sosa [at] gmail [dot] com or over Twitter. + + +h2. 10 What is the diferense to "Soska Edition" + +Minimal patches to "make" more "fast" the devel of themes From 68f7a5893e83d36556aefd9e6b2464cdaa43f98d Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 11:44:49 -0600 Subject: [PATCH 3/9] added first contribution functional build script and rapid prototiping script all in one --- build.xml | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 build.xml diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..aea9d84 --- /dev/null +++ b/build.xml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 049ab32ab9480f1207d1dedc1e06a61a64ba2072 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 11:46:40 -0600 Subject: [PATCH 4/9] added a ''basical'' template to build themes whit DTE only style.css current run TODO make all functional --- template/app/controller.php | 0 template/app/theme.php | 0 template/app/widgets.php | 0 template/archive.php | 0 template/category.php | 0 template/date.php | 0 template/fotter.php | 0 template/functions.php | 0 template/header.php | 0 template/home.php | 0 template/index.php | 0 template/page.php | 0 template/search.php | 0 template/single.php | 0 template/style.css | 11 +++++++++++ template/tag.php | 0 template/views/404.php | 0 template/views/elements/meta.php | 0 template/views/elements/title.php | 0 template/views/entry.php | 0 template/views/page.php | 0 template/views/panels/general.php | 0 template/views/sidebars/default.php | 0 23 files changed, 11 insertions(+) create mode 100644 template/app/controller.php create mode 100644 template/app/theme.php create mode 100644 template/app/widgets.php create mode 100644 template/archive.php create mode 100644 template/category.php create mode 100644 template/date.php create mode 100644 template/fotter.php create mode 100644 template/functions.php create mode 100644 template/header.php create mode 100644 template/home.php create mode 100644 template/index.php create mode 100644 template/page.php create mode 100644 template/search.php create mode 100644 template/single.php create mode 100644 template/style.css create mode 100644 template/tag.php create mode 100644 template/views/404.php create mode 100644 template/views/elements/meta.php create mode 100644 template/views/elements/title.php create mode 100644 template/views/entry.php create mode 100644 template/views/page.php create mode 100644 template/views/panels/general.php create mode 100644 template/views/sidebars/default.php diff --git a/template/app/controller.php b/template/app/controller.php new file mode 100644 index 0000000..e69de29 diff --git a/template/app/theme.php b/template/app/theme.php new file mode 100644 index 0000000..e69de29 diff --git a/template/app/widgets.php b/template/app/widgets.php new file mode 100644 index 0000000..e69de29 diff --git a/template/archive.php b/template/archive.php new file mode 100644 index 0000000..e69de29 diff --git a/template/category.php b/template/category.php new file mode 100644 index 0000000..e69de29 diff --git a/template/date.php b/template/date.php new file mode 100644 index 0000000..e69de29 diff --git a/template/fotter.php b/template/fotter.php new file mode 100644 index 0000000..e69de29 diff --git a/template/functions.php b/template/functions.php new file mode 100644 index 0000000..e69de29 diff --git a/template/header.php b/template/header.php new file mode 100644 index 0000000..e69de29 diff --git a/template/home.php b/template/home.php new file mode 100644 index 0000000..e69de29 diff --git a/template/index.php b/template/index.php new file mode 100644 index 0000000..e69de29 diff --git a/template/page.php b/template/page.php new file mode 100644 index 0000000..e69de29 diff --git a/template/search.php b/template/search.php new file mode 100644 index 0000000..e69de29 diff --git a/template/single.php b/template/single.php new file mode 100644 index 0000000..e69de29 diff --git a/template/style.css b/template/style.css new file mode 100644 index 0000000..8b0b1e2 --- /dev/null +++ b/template/style.css @@ -0,0 +1,11 @@ +/* +Theme Name: @@Themename@@ +Theme URI: http://github.com/compermisos/dte +Version: 0.1.0 +Description: Base theme for Duperrific Theme Engine. +Author: Jesus Christian Cruz Acono +Author URI: http://github.com/compermisos/ +. +General comments/License Statement if any. +. +*/ \ No newline at end of file diff --git a/template/tag.php b/template/tag.php new file mode 100644 index 0000000..e69de29 diff --git a/template/views/404.php b/template/views/404.php new file mode 100644 index 0000000..e69de29 diff --git a/template/views/elements/meta.php b/template/views/elements/meta.php new file mode 100644 index 0000000..e69de29 diff --git a/template/views/elements/title.php b/template/views/elements/title.php new file mode 100644 index 0000000..e69de29 diff --git a/template/views/entry.php b/template/views/entry.php new file mode 100644 index 0000000..e69de29 diff --git a/template/views/page.php b/template/views/page.php new file mode 100644 index 0000000..e69de29 diff --git a/template/views/panels/general.php b/template/views/panels/general.php new file mode 100644 index 0000000..e69de29 diff --git a/template/views/sidebars/default.php b/template/views/sidebars/default.php new file mode 100644 index 0000000..e69de29 From 6789664b33a71d10d12367fb7124a3753363c53e Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 12:25:17 -0600 Subject: [PATCH 5/9] added lint and doc task's, now package, generate the doc and boundle --- build.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index aea9d84..22fbe70 100644 --- a/build.xml +++ b/build.xml @@ -5,6 +5,7 @@ + @@ -29,6 +30,15 @@ + + + + + + + + + @@ -55,6 +65,8 @@ + + @@ -65,7 +77,7 @@ - + @@ -115,5 +127,20 @@ + + + + + + + + + + From 7c30a388a31d4f315a172ed3c34cc40fc9a04b25 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 12:30:58 -0600 Subject: [PATCH 6/9] clean the template --- template/archive.php | 0 template/category.php | 0 template/date.php | 0 template/fotter.php | 0 template/functions.php | 8 ++++++++ template/header.php | 0 template/home.php | 0 template/index.php | 17 +++++++++++++++++ template/page.php | 0 template/search.php | 0 template/single.php | 0 template/tag.php | 0 12 files changed, 25 insertions(+) delete mode 100644 template/archive.php delete mode 100644 template/category.php delete mode 100644 template/date.php delete mode 100644 template/fotter.php delete mode 100644 template/header.php delete mode 100644 template/home.php delete mode 100644 template/page.php delete mode 100644 template/search.php delete mode 100644 template/single.php delete mode 100644 template/tag.php diff --git a/template/archive.php b/template/archive.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/category.php b/template/category.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/date.php b/template/date.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/fotter.php b/template/fotter.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/functions.php b/template/functions.php index e69de29..3b15398 100644 --- a/template/functions.php +++ b/template/functions.php @@ -0,0 +1,8 @@ +getHelpers()); +extract($blog->getTextDomain()); +?> \ No newline at end of file diff --git a/template/header.php b/template/header.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/home.php b/template/home.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/index.php b/template/index.php index e69de29..a1a765d 100644 --- a/template/index.php +++ b/template/index.php @@ -0,0 +1,17 @@ +get('header'); ?> +
+ renderView('entry'); + } + }else{ + $blog->renderView('404'); + } + ?> +
+get('sidebar'); +$blog->get('footer'); +?> \ No newline at end of file diff --git a/template/page.php b/template/page.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/search.php b/template/search.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/single.php b/template/single.php deleted file mode 100644 index e69de29..0000000 diff --git a/template/tag.php b/template/tag.php deleted file mode 100644 index e69de29..0000000 From e138a306759c0991e3d950c3e6584279951287c4 Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 12:31:34 -0600 Subject: [PATCH 7/9] added sidebar --- template/sidebar.php | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 template/sidebar.php diff --git a/template/sidebar.php b/template/sidebar.php new file mode 100644 index 0000000..bd8d4c5 --- /dev/null +++ b/template/sidebar.php @@ -0,0 +1,4 @@ + + \ No newline at end of file From e42f214506e4b6c3cc3b98d83ac7ca151c2e4d3c Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 12:46:43 -0600 Subject: [PATCH 8/9] added header and footer --- template/footer.php | 19 +++++++++++++++++++ template/header.php | 16 ++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 template/footer.php create mode 100644 template/header.php diff --git a/template/footer.php b/template/footer.php new file mode 100644 index 0000000..7c80fd2 --- /dev/null +++ b/template/footer.php @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file diff --git a/template/header.php b/template/header.php new file mode 100644 index 0000000..f3816f0 --- /dev/null +++ b/template/header.php @@ -0,0 +1,16 @@ + + + + element('title'); + $blog->element('meta'); + wp_head(); + ?> + + +getBodyClass('@@Themename@@'); ?>> \ No newline at end of file From fc95fc86f99444af4183910adeb5e0134555af7c Mon Sep 17 00:00:00 2001 From: Jesus Christian Cruz Acono Date: Fri, 8 Jan 2010 12:47:14 -0600 Subject: [PATCH 9/9] added changes to branding =) --- template/functions.php | 5 ++++- template/index.php | 7 ++++++- template/sidebar.php | 7 ++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/template/functions.php b/template/functions.php index 3b15398..3689cd4 100644 --- a/template/functions.php +++ b/template/functions.php @@ -1,4 +1,7 @@ -get('header'); ?> +get('header'); ?>
+ \ No newline at end of file