No description
Find a file
Adam Chainz 7c33ddc11c Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-06-13 22:08:48 +01:00
.tx Add transifex support. Fix #6. 2014-03-29 16:37:52 +01:00
djangocms_blog Merge branch 'release/0.8.x' into develop 2016-06-12 10:00:43 +02:00
docs Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-13 22:08:48 +01:00
tests Remove legacy code 2016-06-06 07:07:19 +02:00
.checkignore Add migrations to .checkignore 2016-02-15 19:37:57 +01:00
.codeclimate.yml Fix quotes 2015-10-18 15:25:50 +02:00
.coveragerc Exclude compat library 2014-06-10 08:20:40 +02:00
.editorconfig Add editorconfig 2015-09-13 00:58:03 +02:00
.gitignore Add docs 2016-06-06 08:37:26 +02:00
.gitlab-ci.yml Add gitlab-ci configuration 2016-02-07 19:41:04 +01:00
.travis.yml Add docs 2016-06-06 08:37:26 +02:00
addon.json Rename addon on aldryn 2016-06-03 15:36:29 +02:00
aldryn_config.py Basic aldryn setup 2016-06-03 09:28:36 +02:00
AUTHORS.rst Update authors file 2016-06-12 09:31:44 +02:00
cms_helper.py Merge branch 'release/0.8.x' into develop 2016-06-12 10:00:43 +02:00
CONTRIBUTING.rst Update links 2015-02-24 16:16:07 +01:00
HISTORY.rst Bump for aldryn-only release, no code change 2016-06-12 09:48:30 +02:00
LICENSE Boilerplate (still needs working) 2014-01-04 17:07:47 +01:00
Makefile Update makefile 2015-10-18 15:34:03 +02:00
MANIFEST.in Fix locale packaging issue 2014-11-26 13:01:17 +01:00
README.rst Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-13 22:08:48 +01:00
requirements-test.txt Use modern parler in tests 2016-02-07 13:02:32 +01:00
requirements.txt Update requirements 2015-10-25 09:14:58 +01:00
setup.cfg Fix code style 2015-09-13 00:57:46 +02:00
setup.py Add docs 2016-06-06 08:37:26 +02:00
tox.ini Add docs 2016-06-06 08:37:26 +02:00

==============
djangocms-blog
==============

.. image:: https://img.shields.io/pypi/v/djangocms-blog.svg?style=flat-square
    :target: https://pypi.python.org/pypi/djangocms-blog
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/djangocms-blog.svg?style=flat-square
    :target: https://pypi.python.org/pypi/djangocms-blog
    :alt: Monthly downloads

.. image:: https://img.shields.io/pypi/pyversions/djangocms-blog.svg?style=flat-square
    :target: https://pypi.python.org/pypi/djangocms-blog
    :alt: Python versions

.. image:: https://img.shields.io/travis/nephila/djangocms-blog.svg?style=flat-square
    :target: https://travis-ci.org/nephila/djangocms-blog
    :alt: Latest Travis CI build status

.. image:: https://img.shields.io/coveralls/nephila/djangocms-blog/master.svg?style=flat-square
    :target: https://coveralls.io/r/nephila/djangocms-blog?branch=master
    :alt: Test coverage

.. image:: https://img.shields.io/codecov/c/github/nephila/djangocms-blog/develop.svg?style=flat-square
    :target: https://codecov.io/github/nephila/djangocms-blog
    :alt: Test coverage

.. image:: https://codeclimate.com/github/nephila/djangocms-blog/badges/gpa.svg?style=flat-square
   :target: https://codeclimate.com/github/nephila/djangocms-blog
   :alt: Code Climate

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks.

Supported Django versions:

* Django 1.8
* Django 1.9

Supported django CMS versions:

* django CMS 3.2+

.. warning:: Version 0.8 will be the last one supporting Python 2.6, Python 3.3,
             Django<1.8 and django CMS<3.2.

.. warning:: Starting from version 0.8, date_published is not set anymore
             when creating a post but rather when publishing.
             This does not change the overall behavior, but be warned if you
             expect it to be not null in custom code.

.. warning:: Version 0.6 changes the field of LatestPostsPlugin.tags field.
             A datamigration is in place to migrate the data, but check that
             works ok for your project before upgrading, as this might delete
             some relevant data.
             Some plugins have a broken tag management prior to 0.6, in case
             you have issues with tags, upgrade to latest version to have it fixed.

Features
--------

* Placeholder content editing
* Frontend editing using django CMS 3.x frontend editor
* Multilingual support using django-parler
* Support for Twitter cards, Open Graph and Google+ snippets meta tags
* Optional support for simpler TextField-based content editing
* Multisite support (posts can be visible in one or more Django sites on the
  same project)
* Per-Apphook configuration
* Configurable permalinks
* Configurable django CMS menu support
* Per-Apphook templates set
* Auto Apphook setup
* Django sitemap framework support
* Support for django CMS 3.2+ Wizard
* Haystack index support

Documentation
-------------

Check documentation at https://djangocms-blog.readthedocs.io/en/latest/

Known djangocms-blog websites
+++++++++++++++++++++++++++++

See DjangoPackages for an updated list https://www.djangopackages.com/packages/p/djangocms-blog/