Versions

Description

The *fluent_contents* module offers a widget engine to display various content on a Django page. This engine operates similary like Django CMS, FeinCMS or django-portlets, however, it can be used for any project, or CMS system. Page contents can be constructed with multiple "content items". You can define your own content items, or use one the available content items out of the box. Standard web sites could use the bundled default content items. Other advanced designs (such as a web site with a magazine-like design, having many blocks at a page) can be implemented quickly by defining content items for the various "style elements" at the page. Web editors are able to place the "content items" at the page, hence they can fill the content of advanced layouts easily and directly in the Django admin. This also applies to pages which have a "free form" or "presentation slide" design, this module allows the end-user to manage and configure the designed elements at the page. By default, the following content items are available: **Standard content:** * Text content - write rich text in a WYSIWYG editor (provided by django-wysiwyg_). * Markup - write content with reStructuredText, Markdown or Textile (provided by *docutils*, *Markdown* or *textile*). * Forms - display forms created with django-form-designer_. **Online content:** * Google Docs viewer - display a PDF or DOCX file on a page, using the Google Docs Viewer service. * OEmbed support - embed content from YouTube, Vimeo, SlideShare, Twitter, and more. * Twitter feed - display a Twitter timeline, or realtime search timeline. **For programmers:** * Code - display code snippets with highlighting (provided by *Pygments*). * Gist - display Gist snippets from Github. * IFrame - display an ``<iframe>`` on the page. * Raw HTML content - include jQuery snippets, or "embed codes" by other services. **Interactive:** * Commentsarea - display comments on a page (provided by django.contrib.comments_). * Disqusarea - display DISQUS comments on a page (provided by django-disqus_). * Form-designer link - display a django-form-designer_ form on a page. For more details, see the documentation_ at Read The Docs. Screenshot ========== The ``PlaceholderField`` is nicely integrated in the Django admin interface: .. image:: https://github.com/edoburu/django-fluent-contents/raw/master/docs/images/admin/placeholderfieldadmin2.png :width: 770px :height: 562px :alt: django-fluent-contents placeholder field preview Secondly, it's possible to build a CMS Page interface with the ``PlaceholderEditorAdmin``, which displays each content placeholder in a tab: .. image:: https://github.com/edoburu/django-fluent-contents/raw/master/docs/images/admin/placeholdereditoradmin1.png :width: 770px :height: 362px :alt: django-fluent-contents placeholder editor preview .. _documentation: http://django-fluent-contents.readthedocs.org/ .. _fluent_contents.admin: http://django-fluent-contents.readthedocs.org/en/latest/cms.html .. _django.contrib.comments: https://docs.djangoproject.com/en/dev/ref/contrib/comments/ .. _django-disqus: https://github.com/arthurk/django-disqus .. _django-fluent-comments: https://github.com/edoburu/django-fluent-comments .. _django-fluent-pages: https://github.com/edoburu/django-fluent-pages .. _django-form-designer: https://github.com/philomat/django-form-designer.git .. _django-polymorphic: https://github.com/chrisglass/django_polymorphic .. _django-wysiwyg: https://github.com/pydanny/django-wysiwyg

Repository

https://github.com/edoburu/django-fluent-contents

Project Slug

django-fluent-contents

Last Built

6 months, 1 week ago failed

Maintainers

Home Page

https://github.com/edoburu/django-fluent-contents

Badge

Tags

admin, contents, django, fluent, placeholder, widgets

Short URLs

django-fluent-contents.readthedocs.io
django-fluent-contents.rtfd.io

Default Version

latest

'latest' Version

master