Skip to main content

Lektor plugin to add Creative Commons license to your pages

Project description

Lektor Creative Commons

License: MIT Current version at PyPI Downloads per month on PyPI

Lektor plugin to add Creative Commons license to your pages

Usage

On your templates use:

<div class="license">{{ render_cc_license(type, size, template, caller) }}</div>
  • type is a string with the license type (e.g.: 'by', 'by-sa', 'by-nc-sa').
  • size is an optional parameter with the size 'normal' or 'compact'. It defaults to 'normal'.
  • template is an optional parameter with the template 'full', 'image-only' or 'text-only'. It defaults to 'full'.
  • caller is an optional parameter that you can pass an callable to mount your own template.

Example

<div class="license">{{ render_cc_license('by-sa') }}</div>

Internationalization support

This plugin has support to internationalization, and changes it language based on .lektorproject file. The Current supported locales are:

  • en
  • pt_BR

Any other locale will default to en (English).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lektor-creative-commons-0.4.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

lektor_creative_commons-0.4.0-py2.py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page