From edcd180af35acbea50676db4cd7f44c64db24716 Mon Sep 17 00:00:00 2001 From: Vitor Baptista Date: Mon, 20 Jan 2014 10:00:56 +0100 Subject: [PATCH] Remove mentions to "Comprehensive Knowledge Archive Network" CKAN stands for CKAN. --- ckan/__init__.py | 3 +-- doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ckan/__init__.py b/ckan/__init__.py index c008dc65ba7..8f42b556a53 100644 --- a/ckan/__init__.py +++ b/ckan/__init__.py @@ -1,6 +1,6 @@ __version__ = '2.2a' -__description__ = 'Comprehensive Knowledge Archive Network (CKAN) Software' +__description__ = 'CKAN Software' __long_description__ = \ '''CKAN software provides a hub for datasets. The flagship site running CKAN is theDataHub.org but it is also used for dozens of other open data websites @@ -11,7 +11,6 @@ population density database, the voting records of MPs, or 30 years of US patents. -CKAN is an abbreviation for 'Comprehensive Knowledge Archive Network'. Those familiar with Freshmeat or CPAN can think of CKAN as providing an analogous service for open data and knowledge. ''' diff --git a/doc/conf.py b/doc/conf.py index 757a5f0362d..a54a23b8c9c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -316,7 +316,7 @@ def write_latest_release_file(): #html_file_suffix = '' # Output file base name for HTML help builder. -htmlhelp_basename = 'ComprehensiveKnowledgeArchiveNetworkCKANdoc' +htmlhelp_basename = 'CKANdoc' # Options for LaTeX output @@ -331,7 +331,7 @@ def write_latest_release_file(): # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ - ('contents', 'ComprehensiveKnowledgeArchiveNetworkCKAN.tex', ur'Comprehensive Knowledge Archive Network (CKAN) Developer Documentation', + ('contents', 'CKAN.tex', ur'CKAN Developer Documentation', ur'Open Knowledge Foundation', 'manual'), ]