Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

wesleyboar/Core-CMS-Plugin-Blockquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published