Metadata-Version: 2.1
Name: feincms-elephantblog
Version: 22.0.0
Summary: A blog for FeinCMS
Home-page: https://github.com/feincms/feincms-elephantblog/
Author: Simon Baechler
Author-email: sb@feinheit.ch
License: BSD-3-Clause
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Provides-Extra: tests
License-File: LICENSE

=========================================================
ElephantBlog - An extensible Blog Module based on FeinCMS
=========================================================

Every Django Developer has written its own Django-based blog. But most of them have a lot
of features, that you'll never use and never wanted to, or they are just too simple for your
needs, so you'll be quicker writing your own.

Following the principles of FeinCMS, ElephantBlog tries to offer simple and basic blog
functionality, but remains extensible so that you just pick what you need. And if
you don't find an extension, you can quickly write your own and use it with
ElephantBlog.


How it works
============

Basically, ElephantBlog just uses what FeinCMS already has in a blog way. A blog way means:
Multiple entries in a timeline. One blogentry is similar to a FeinCMS page: It can have
multiple content types and some meta informations like title, slug, publishing date, ...

If you need more, like comments, tagging, categories, translations, you name it,
then you can use the bundled extensions or write your own. (and please don't forget
to publish your extensions back to the community).

And obviously, ElephantBlog can also be integrated as application content in your existing
FeinCMS site. But if you want to run a blog only, then you don't have to activate FeinCMS
page module.


Features
========

The biggest feature may be that there are only a few features:

* Pretty URLs
* Feed creation
* Time-based publishing
* Based on FeinCMS item editor with the ability to integrate all of those FeinCMS
  content types


Bundled extensions
------------------

You can, if you want, activate those extensions:

* Disqus comments
* Categories
* Multilingual support
* ... (more to come, you name it!)


Getting started
===============

If you are not familiar with FeinCMS then you probably want to learn more about FeinCMS:
http://feincms.org

Read the docs: http://feincms-elephantblog.readthedocs.org/en/latest/

Read the source: https://github.com/feincms/feincms-elephantblog

.. image:: https://pypip.in/wheel/feincms-elephantblog/badge.svg
    :target: https://pypi.python.org/pypi/feincms-elephantblog/
    :alt: Wheel Status



Changelog
=========

- 1.1: Support for Django 1.8 and FeinCMS 1.11 to Django 1.10 and
       FeinCMS 1.13 (not all combinations).
- 1.0.2: Support for Django 1.8 and FeinCMS 1.11
         Experimental support for FeinCMS 2
- 1.0.1: Support for Django 1.7
- 1.0.0: First official release


