[cc-commits] [SCM] cc.engine: License chooser, public domain chooser, deeds (branch next) updated. d1fef85e531d792e509a5ccf5716e125f2fa8419

Gitosis User git at gandi0.creativecommons.org
Thu Sep 15 12:58:34 EDT 2011


The branch, next has been updated
       via  d1fef85e531d792e509a5ccf5716e125f2fa8419 (commit)
      from  0051781600d25fbc2d52b22a855b1e5aedbc5b2f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1fef85e531d792e509a5ccf5716e125f2fa8419
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date:   Thu Sep 15 11:59:22 2011 -0500

    Add and .gitignore the new cc theme

-----------------------------------------------------------------------

Summary of changes (followed by patch):
 .gitignore    |    1 +
 buildout.cfg  |    4 +++-
 cc.engine.ini |    6 ++++++
 3 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9b6a3c9..f8d8632 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ cc/engine/resources/cc5
 cc/engine/resources/cc6
 cc/engine/resources/images
 cc/engine/resources/includes
+cc/engine/resources/cctheme
 dist/
 bin/
 develop-eggs/
diff --git a/buildout.cfg b/buildout.cfg
index 2fad6fb..bc36a00 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -19,9 +19,11 @@ eggs=
 recipe = infrae.subversion
 urls = 
     http://code.creativecommons.org/svnroot/ccwordpress/trunk/www/wp-content/themes/cc3 cc3
+    http://code.creativecommons.org/svnroot/ccwordpress/trunk/www/wp-content/themes/cc3 cc3
     http://code.creativecommons.org/svnroot/ccwordpress/trunk/www/wp-content/themes/cc4 cc4
     http://code.creativecommons.org/svnroot/ccwordpress/trunk/www/wp-content/themes/cc5 cc5
     http://code.creativecommons.org/svnroot/ccwordpress/trunk/www/wp-content/themes/cc6 cc6
+    http://code.creativecommons.org/svnroot/themes/creativecommons.org/trunk cctheme
     http://code.creativecommons.org/svnroot/ccwordpress/trunk/www/images images
     http://code.creativecommons.org/svnroot/ccwordpress/trunk/www/includes includes
-location = cc/engine/resources
\ No newline at end of file
+location = cc/engine/resources
diff --git a/cc.engine.ini b/cc.engine.ini
index 705ca06..800a1da 100644
--- a/cc.engine.ini
+++ b/cc.engine.ini
@@ -10,6 +10,7 @@ use = egg:Paste#urlmap
 /wp-content/themes/cc4 = cc4_serve
 /wp-content/themes/cc5 = cc5_serve
 /wp-content/themes/cc6 = cc6_serve
+/wp-content/themes/creativecommons.org = cctheme_serve
 
 [app:ccengine]
 use = egg:cc.engine#ccengine_app
@@ -20,6 +21,7 @@ direct_remote_paths =
    cc4 /wp-content/themes/cc4
    cc5 /wp-content/themes/cc5
    cc6 /wp-content/themes/cc6
+   cctheme /wp-content/themes/creativecommons.org
 
 [app:images_serve]
 use = egg:Paste#static
@@ -45,6 +47,10 @@ document_root = %(here)s/cc/engine/resources/cc5
 use = egg:Paste#static
 document_root = %(here)s/cc/engine/resources/cc6
 
+[app:cctheme_serve]
+use = egg:Paste#static
+document_root = %(here)s/cc/engine/resources/cctheme
+
 [server:main]
 use = egg:Paste#http
 host = 0.0.0.0


hooks/post-receive
-- 
cc.engine: License chooser, public domain chooser, deeds


More information about the cc-commits mailing list