[cc-commits] [SCM] cc.engine: License chooser, public domain chooser, deeds (branch next) updated. ea743880024fa69ca10f8d731fad09daeff54373
Gitosis User
git at gandi0.creativecommons.org
Fri Jan 13 18:35:45 EST 2012
The branch, next has been updated
via ea743880024fa69ca10f8d731fad09daeff54373 (commit)
via e36db2636d6d8707fadb428071289b209028886d (commit)
via d9eb420f043449022c1a378d9f53c78ede674420 (commit)
via ce76551b7028e64addf08326804de7cf15652ea6 (commit)
via 3521e9fe7fabb8d6cbe7aa44067285f91596c297 (commit)
via 308af262583210b8ec9f24f403bf8b052111d30b (commit)
from 3b8bd180ce86f4d2e6c36b859c2fba0fbe680341 (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 ea743880024fa69ca10f8d731fad09daeff54373
Merge: e36db26 d9eb420
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Fri Jan 13 17:38:35 2012 -0600
Merge branch 'issue_904' into next
commit e36db2636d6d8707fadb428071289b209028886d
Merge: 3521e9f 3b8bd18
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Fri Jan 13 17:38:31 2012 -0600
Merge branch 'next' of code.creativecommons.org:cc.engine into next
commit d9eb420f043449022c1a378d9f53c78ede674420
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Fri Jan 13 17:36:58 2012 -0600
changed wording to match original wording
commit ce76551b7028e64addf08326804de7cf15652ea6
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Fri Jan 13 17:35:39 2012 -0600
corrected footer with *valid* rdfa
commit 3521e9fe7fabb8d6cbe7aa44067285f91596c297
Merge: 308af26 723e4be
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Fri Jan 13 16:36:27 2012 -0600
Merge branch 'next' of code.creativecommons.org:cc.engine into next
commit 308af262583210b8ec9f24f403bf8b052111d30b
Author: Jonathan Palecek <jonathan at creativecommons.org>
Date: Fri Jan 13 16:35:18 2012 -0600
corrected the rdfa footer in cc.engine
-----------------------------------------------------------------------
Summary of changes (followed by patch):
cc/engine/templates/macros_templates/engine.html | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/cc/engine/templates/macros_templates/engine.html b/cc/engine/templates/macros_templates/engine.html
index 2fea3dd..84a1715 100644
--- a/cc/engine/templates/macros_templates/engine.html
+++ b/cc/engine/templates/macros_templates/engine.html
@@ -261,7 +261,8 @@
<div class="four offset-by-six columns">
<div class="bucket">
<p>
- <a href="http://creativecommons.org/licenses/by/3.0/"
+ <a rel = "license"
+ href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons Attribution 3.0 License"
><img src="http://i.creativecommons.org/l/by/3.0/88x31.png"
alt="License"/></a>
@@ -273,12 +274,15 @@
Except where otherwise
<a class="subfoot" href="/policies#license">noted</a>,
content on
- <span rel="cc:attributionName" href="Creative Commons"></span>
- <span property="cc:attributionURL"
- content="http://creativecommons.org">this site</span>
- is licensed under a
- <a rel="license" href="/licenses/by/3.0/"
- class="subfoot">Creative Commons Attribution 3.0 License</a>
+ <span
+ href="http://creativecommons.org"
+ property="cc:attributionName"
+ rel="cc:attributionURL">this site</span>
+ is licensed under a
+ <a rel="license"
+ href="http://creativecommons.org/licenses/by/3.0/"
+ class="subfoot">
+ Creative Commons Attribution 3.0 License</a>.
</small>
</p>
</div>
hooks/post-receive
--
cc.engine: License chooser, public domain chooser, deeds
More information about the cc-commits
mailing list