collective.blogging

A blogging extension for Plone 4.x.


Keywords
web, plone, blogging, system, extension, cms
License
GPL-2.0+
Install
pip install collective.blogging==1.4.0

Documentation

About

Yet another blogging tool for Plone. Blogging package provides simple extension for Plone to make blogging easier with as little as possible modifications or extra content. But still use as much as possible from Plone's default UI to let user's get familiar with extra blogging features in a while.

Installing

This package requires Plone 4.x.

Installing without buildout

Install this package in either your system path packages or in the lib/python directory of your Zope instance. You can do this using either easy_install or via the setup.py script.

Installing with buildout

If you are using buildout to manage your instance installing collective.blogging is even simpler. You can install collective.blogging by adding it to the eggs line for your instance:

[instance]
eggs = collective.blogging

After updating the configuration you need to run the ''bin/buildout'', which will take care of updating your system.

Usage

So, let's say that in most cases when you want to start simple personal blog, default Plone installation without any extra add-ons provides almost all you need. For example you can create Folder / Large Plone Folder for blog posts, Smart Folder as site frontpage with criteria to search contents of the blog folder and then you can start blogging by creating News Items in the blog folder.

Yes that's fine but after while you end up with thinking about better blog view template because folder summary view doesn't provide some extra info about listed News Items like number of comments, permalink etc.

And that's why the Blogging package was created and hopefully will save your time in case you don't need complex blogging tool but still want a blog.

Features

  • Creating blog(s) from Plone Folders
  • Posting Plone's Pages, News Items, Events, Files, Images, Links and External Videos (or other embed content)
  • Collection supported
  • Simple archive toolbar (filter by category, year, month)
  • Portlets: Archive, Manage and Share
  • Next / Prev navigation replacement
  • Auto-blogging action for content rules
  • Safe uninstall (except issue #7)
  • Google maps integration with events via collective.bloggingmaps
  • Collage integration via collective.collage.blogging collective.collage.blogging

Examples

Here are sites where the blogging tool is already in production use.

Copyright and Credits

collective.blogging is licensed under the GPL. See LICENSE.txt for details.

Author: Lukas Zdych (lzdych) - development, maintenance, Czech translation

Contributors:

  • Maurits van Rees (maurits) - fixes, patches
  • Davi Lima (davi-lima, davilima6) - ideas, testing, Portuguese translation
  • Enzo Cesanelli (luthy) - ideas, testing, Italian translation
  • Marcos Romero (marcosfromero) - filtering improvements
  • Rob Gietema (robgietema) - Dutch translation
  • Leonardo J. Caballero G. (macagua) - Spanish translation
  • Yusuke NAKAI (nyusuke at nagosui dot org) - Japanese translation
  • Sebas Vila-Marta (sebas at dipse dot upc dot edu) - Catalan translation
  • Hartmut Goebel (h dot goebel at goebel-consult dot de) - German translation
  • Mathieu Le Marec - Pasquet (kiorky at cryptelium dot net) - fixes, patches, buildout infra
  • Jens Klein - jens at bluedynamics dot com - keep alive

Homepage: collective.blogging.