A simple plugin allowing to add footnotes in django CMS.
Project description
A simple plugin allowing to add footnotes in django CMS.
Requirements
Django (tested with 1.4)
django-CMS (tested with 2.3)
Installation
[sudo] pip install cmsplugin-footnote
Add 'cmsplugin_footnote', to your INSTALLED_APPS
./manage.py syncdb
./manage.py collectstatic
Add {% load footnote %} and one or several {% footnote_list 'placeholder_name' %} to your CMS template(s).
Translations
Status
Write your translation
Localization is done directly on our Transifex page. There is no access restriction, so feel free to spend two minutes translating cmsplugin-footnote to your language :o)
Get & Compile
Make sure you have transifex-client installed: [sudo] pip install transifex-client
Pull all translations from Transifex: tx pull -a
Compile them: cd cmsplugin_footnote && django-admin.py compilemessages
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.