[ckan-dev] ckan.net home template
David Read
david.read at okfn.org
Thu Feb 10 11:27:03 UTC 2011
Hi,
I found some unchecked-in changes on ckan.net - see below. They caused
some conflicts when I upgraded it. If we want to keep these changes
then would someone like to merge them in? I know Rufus mentioned
adding a tagline feature which I'd expect to replace one of these
changes.
David
diff -r 54ae110094be ckan/templates/home/index.html
--- a/ckan/templates/home/index.html Thu Jan 13 10:11:18 2011 +0000
+++ b/ckan/templates/home/index.html Thu Feb 10 11:20:45 2011 +0000
@@ -52,20 +52,15 @@
</py:match>
<div py:match="content">
- <h2>Welcome to ${g.site_title}</h2>
- <p i18n:msg="title">
- ${g.site_title} is an
- <a href="http://www.opendefinition.org/ossd/">open registry</a>
- of data and content packages. Harnessing the CKAN software, this
- site makes it easy to find, share and reuse content and data,
- especially in ways that are machine automatable.
- </p>
-
+ <h2>
+ Welcome to the ${g.site_title} Data Hub – Get, Use and
Share Data Easily
+ </h2>
+
<p i18n:msg="package_count"><strong>${c.package_count} registered
data packages</strong> available.</p>
<xi:include href="../package/search_form.html" />
- <h4>Top Tags</h4>
+ <h4 style="margin-top: 35px;">Top Tags</h4>
<div id="tagcloud">
<py:for each="tag_name, count in c.tag_counts">
<a rel="${count}" title="${count}" href="${h.url_for(controller='tag',
More information about the ckan-dev
mailing list