Skip to content

Commit

Permalink
[#523] Fix formatting in extensions list in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Apr 25, 2013
1 parent 14b53e7 commit 48be105
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
24 changes: 15 additions & 9 deletions doc/extensions.rst
Expand Up @@ -10,15 +10,21 @@ Officially-supported Extensions

CKAN comes with several officially-supported extensions:

* datastore - ???
:doc:`datastore`
* multilingual - ???
* Data Preview Extensions
- pdfpreview - Preview pdf resources via JavaScript library
- reclinepreview - Preview resources via recline library, graphs etc
- jsonpreview - Preview json resources
* resourceproxy - ????
* stats - Show stats and visuals about datasets
* :doc:`datastore` -- a database for structured storage of data

* :doc:`multilingual` -- translate datasets, groups and tags into multiple
languages

* Data preview extensions -- preview resources in the CKAN web interface:

* ``pdfpreview`` - Preview PDF files
* ``reclinepreview`` - Preview Google Documents, CSV files, Excel files,
etc. via the Recline.js library
* ``jsonpreview`` - Preview json files

* ``resourceproxy`` - ????

* ``stats`` - Show stats and visuals about your site's datasets

Non-Core Extensions
-------------------
Expand Down
6 changes: 3 additions & 3 deletions doc/multilingual.rst
@@ -1,6 +1,6 @@
=====================================
Translating Datasets, Groups and Tags
=====================================
======================
Multilingual Extension
======================

For translating CKAN's web interface see :ref:`i18n`. In addition to user interface internationalization, a CKAN administrator can also enter translations into CKAN's database for terms that may appear in the contents of datasets, groups or tags created by users. When a user is viewing the CKAN site, if the translation terms database contains a translation in the user's language for the name or description of a dataset or resource, the name of a tag or group, etc. then the translated term will be shown to the user in place of the original.

Expand Down

0 comments on commit 48be105

Please sign in to comment.