wesleyboar / Core-CMS-Plugin-Blockquote

A DjangoCMS plugin (for TACC Core CMS) to render a `<blockquote>` with semantic internal markup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texas Advanced Computing Center

Django CMS Plugin: "Blockquote"

This plugin renders a <blockquote> with semantic internal markup.

  • __dist-name__: djangocms-tacc-blockquote
  • __package_name__: djangocms_tacc_blockquote
  • __ClassName__: TaccsiteBlockquote
  • "Plugin Name": "Blockquote"

Quick Start

  1. Follow https://github.com/tacc-wbomar/Core-CMS-Plugin/wiki/Core-CMS-Plugin-Usage-Quick-Start.

Usage

  1. Add instance of plugin to a page.
  2. Configure the plugin instance.
  3. See plugin render content that matches configuration.

Features

  1. Render a <blockquote> with content using semantic markup.

  2. Support (optional) complex citation: author/speaker, source text, source URL.

  3. Uses supported, integrated plugin instances to incorporate extra features.

    feature supported by
    offset blockquote from surrounding content djangocms_tacc_offset
    .

Caveats

  1. Requires djangocms_tacc_offset.*

* Support is optional but plugin is assummed, so plugin is required. This should change in a future release.

About

A DjangoCMS plugin (for TACC Core CMS) to render a `<blockquote>` with semantic internal markup.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 86.9%Language:HTML 13.1%