Differences between revisions 1 and 55 (spanning 54 versions)
Revision 1 as of 2004-10-22 00:47:34
Size: 282
Editor: pcp03313032pcs
Comment: Initial page creation
Revision 55 as of 2010-06-14 07:22:16
Size: 4641
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This is a list of web log ("blog") software written in Python. Please feel free to add to the list or add details This is a list of web log ("blog") software written in Python, organised by category. Please feel free to add to the list or add details.
Line 3: Line 3:
* [http://pyds.muensterland.org/ Python Desktop Server]
* [http://bdash.bluewire.net.nz/2004/08/02/snurf-a-python-based-blogging-system/ Snurf]
* Firedrop
* Kaa
To start a feature comparison, use the following keys within braces:<<BR>>
c = comments<<BR>>
h = caching<<BR>>
k = pingback / traceback<<BR>>
m = markup support<<BR>>
n = notifications<<BR>>
p = plugin architecture<<BR>>
r = RSS feed<<BR>>
t = topics / categories

== Tools ==

 * [[http://pyljclient.sourceforge.net/|pyLJclient]]
  * wxPython LiveJournal client

 * [[http://pyblogger.wordpress.com|pyblogger]]
  * wrapper for the Blogger API

 * [[http://www.drbeat.li/py/plagg|plagg]]
  * a RSS/Atom aggregator for (Py)Blosxom

== web.py Based ==

 * [[http://www.daltonlp.com/blog_my|blog_my]]



== Zope Based ==

 * [[http://coreblog.org/|COREBlog]]

 * [[http://www.codesyntax.com/bitakora/download|Bitakora]]

 * [[http://pyds.muensterland.org/|Python Desktop Server]]

 * [[http://www.squishdot.org/|Squishdot]]

 * [[http://plone.org/newsitems/news_item.2004-05-30.2594378408|simpleblog]]
  * Zope/plone

 * [[http://developer.etria.com/projects/quills|quills]]
  * Zope/plone

== Django Based ==
 * [[http://github.com/hmarr/django-mumblr/|Mumblr]] - utilises MongoDB for storage
 * [[http://svn.pardus.org.tr/projeler/zangetsu/|Zangetsu]]
 * [[http://cekirdek.pardus.org.tr/~caglar/|Demo]]
 * [[http://trac.piranha.org.ua/|Byteflow]] - {ckmrt}
 * [[http://code.google.com/p/blogmaker/|Blogmaker]]
 * [[http://developeradvocate.appspot.com/id/1005/AppEngineBlog-(%22AEB%22)-Version-1.1.0-Released|App Engine Blog]]
 * [[http://www.pylucid.org|PyLucid CMS]] has a built in blog plugin - {chmr}
 * [[http://www.hoydaa.com/products/blog/|Hoydaa Blog]] - An extensible Django based blogging software running on Google App Engine.

== TurboGears Based ==

 * [[http://turboblog.devjavu.com/|TurboBlog]]

== Pocoo Libs Based ==

 * [[http://zine.pocoo.org/|Zine]] (formerly [[http://dev.pocoo.org/projects/textpress/|Textpress]])
  * An open source personal publishing platform that inherits many ideas of [[http://wordpress.com|WordPress]]
  * Written in Python and developed with a focus on security and usability
  * Built on top of Werkzeug, Jinja2 and SQLAlchemy, with [[http://dev.pocoo.org/projects/zine/|plugins]]

== Snakelets Based ==

 * Frog running on [[http://www.xs4all.nl/~irmen/snakelets/|Snakelets]],
  * As of 20100607, there is only a [[http://www.razorvine.net/python/SnakeletsServer|Wikipage discussing a Frog reimplementation]]
  * {ckmnrt}
  * calendar
  * image embedding or linking
  * multi-user
  * active article overview
  * permalinks
  * Unicode compatible
  * data as XML files on filesystem
  * CSS-based valid layout


== Uncategorised ==

 * [[http://bloog.billkatz.com/|Bloog]]
  * Runs on Google App Engine
  * Exposes a REST API

 * [[http://github.com/Arachnid/bloggart|Bloggart]]
  * Runs on Google App Engine

 * [[http://snurf.bdash.net.nz/|Snurf]] // Homepage is down or has been moved
  * uses file-system or Subversion repository for data
  * generates static HTML, RSS and Atom files

 * [[http://zephyrfalcon.org/weblog/arch_Firedrop.html|Firedrop]]

 * [[http://zephyrfalcon.org/weblog/arch_Kaa.html|Kaa]]

 * [[http://www.kryogenix.org/code/vellum/|Vellum]]
  * {chkmnpt}
  * support for formatted Python code in posts

 * [[http://pyblosxom.bluesock.org/|PyBlosxom]]
  * {ckmprt}
  * really simple cgi blog with flat file blog posts.
  * lots of plugins.

 * [[http://newsbruiser.tigris.org/|NewsBruiser]]

 * [[http://www.logarithmic.net/pfh/aether|Aether]]

 * [[http://insom.me.uk/blog/2004/07/25/hello-goodbye-pixie/|Pixie]]
  * uses [[http://www.quixote.ca/|Quixote]]

 * [[http://www.myelin.co.nz/bzero/|bzero]]

 * [[http://www.sajjadzaidi.com/pylogger/|Pylogger]]

 * [[http://www.pyrite.org/byline/index.html|Byline Server]]

 * [[http://jtauber.com/leonardo|Leonardo]]
  * provides a "personal" wiki and weblog (including Atom feed)

 * [[http://syncato.org/|Syncato]]
  * uses [[http://www.webwareforpython.org/|webware]] as an XML fragment management system

 * [[http://www.owlfish.com/software/PubTal/|PubTal]]

 * [[http://23.fi/kukkaisvoima/|Kukkaisvoima]] Simple one cgi file approach.

    * Multiple categories for one entry
    * No external dependencies outside Pythons standard library (no need for database engine etc.)
    * Comments
    * Nice archive pages for old entries
    * Search
    * RSS feed for all entries and for every category

 * [[http://www.blogthon.de|Blogthon]]

This is a list of web log ("blog") software written in Python, organised by category. Please feel free to add to the list or add details.

To start a feature comparison, use the following keys within braces:
c = comments
h = caching
k = pingback / traceback
m = markup support
n = notifications
p = plugin architecture
r = RSS feed
t = topics / categories

Tools

web.py Based

Zope Based

Django Based

TurboGears Based

Pocoo Libs Based

  • Zine (formerly Textpress)

    • An open source personal publishing platform that inherits many ideas of WordPress

    • Written in Python and developed with a focus on security and usability
    • Built on top of Werkzeug, Jinja2 and SQLAlchemy, with plugins

Snakelets Based

  • Frog running on Snakelets,

    • As of 20100607, there is only a Wikipage discussing a Frog reimplementation

    • {ckmnrt}
    • calendar
    • image embedding or linking
    • multi-user
    • active article overview
    • permalinks
    • Unicode compatible
    • data as XML files on filesystem
    • CSS-based valid layout

Uncategorised

  • Bloog

    • Runs on Google App Engine
    • Exposes a REST API
  • Bloggart

    • Runs on Google App Engine
  • Snurf // Homepage is down or has been moved

    • uses file-system or Subversion repository for data
    • generates static HTML, RSS and Atom files
  • Firedrop

  • Kaa

  • Vellum

    • {chkmnpt}
    • support for formatted Python code in posts
  • PyBlosxom

    • {ckmprt}
    • really simple cgi blog with flat file blog posts.
    • lots of plugins.
  • NewsBruiser

  • Aether

  • Pixie

  • bzero

  • Pylogger

  • Byline Server

  • Leonardo

    • provides a "personal" wiki and weblog (including Atom feed)
  • Syncato

    • uses webware as an XML fragment management system

  • PubTal

  • Kukkaisvoima Simple one cgi file approach.

    • Multiple categories for one entry
    • No external dependencies outside Pythons standard library (no need for database engine etc.)
    • Comments
    • Nice archive pages for old entries
    • Search
    • RSS feed for all entries and for every category
  • Blogthon

PythonBlogSoftware (last edited 2023-03-12 21:39:45 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.