diff --git a/ckan/templates/home/about.html b/ckan/templates/home/about.html new file mode 100644 index 00000000000..7c750b40018 --- /dev/null +++ b/ckan/templates/home/about.html @@ -0,0 +1,23 @@ +{% extends "page.html" %} + +{% block title %}{{ _('About') }} - {{ super() }}{% endblock %} + +{% block breadcrumb %} + +{% endblock %} + +{% block primary %} +
+
+

{{ _('About') }}

+ {% block about %} + {% snippet 'home/snippets/about_text.html' %} + {% endblock %} +
+
+{% endblock %} + +{% block sidebar %}{% endblock %} diff --git a/ckan/templates/home/snippets/about_text.html b/ckan/templates/home/snippets/about_text.html new file mode 100644 index 00000000000..19e086aaa47 --- /dev/null +++ b/ckan/templates/home/snippets/about_text.html @@ -0,0 +1,20 @@ +{% trans %} +

CKAN, is the world’s leading open-source data portal platform.

+ +

CKAN is a complete out-of-the-box software solution that makes data +accessible and usable – by providing tools to streamline publishing, sharing, +finding and using data (including storage of data and provision of robust data +APIs). CKAN is aimed at data publishers (national and regional governments, +companies and organizations) wanting to make their data open and available.

+ +

CKAN, is used by governments and user groups worldwide and powers a variety +of official and community data portals including portals for local, national +and international government, such as the UK’s data.gov.uk and the +European Union’s publicdata.eu, the Brazilian dados.gov.br, Dutch and +Netherland government portals, as well as city and municipal sites in the US, +UK, Argentina, Finland and elsewhere.

+ +

CKAN: http://ckan.org/
+CKAN Tour: http://ckan.org/tour/
+Features overview: http://ckan.org/features/

+{% endtrans %}