Zine is a personal publishing platform a.k.a. weblog engine written in Python. It's Open Source, free and developed with a focus on security and usability.
AppEngineWebLog is a hack of pyweblog.
Quote
<<< A blog program running on Google App Engine, written with python, I call it Plog.
http://joeseayam.appspot.com is my sandbox, currently running
... [More] this blog.
http://plog.appspot.com is my newly started personal blog, I will write some thing about development process here. >>> [Less]
Zwe is a content publication platform and (micro)blogging service.
Originally a simple website and blog engine in PHP/MySQL, the new version of Zwe, Zwe3, is a complete overhaul of the project.
... [More]
Zwe3 is now based on XMPP, and uses Jabber IM and presence mechanisms to create a robust and extremely flexible publication infrastructure.
The project is still under heavy design and development. [Less]
Diário (diary in portuguese) is a pluggable weblog application for Django Web Framework.
.gadget-title {
margin-bottom: 2px;
}
function resizeIframeHandler(opt_height) {
var elem =
... [More] document.getElementById(this.f);
if (!elem) return;
if (!opt_height) {
elem.style.height = undefined;
}
else {
opt_height = Math.max(10, opt_height);
elem.style.height = opt_height + 'px';
}
}
gadgets.rpc.register("resize_iframe", resizeIframeHandler);
gadgets.rpc.register('set_title', function(title) {
var elem = document.getElementById(this.f + '_title');
if (elem) {
elem.innerHTML = gadgets.util.escape(title);
}
});
The latest version of this application's documentation, in reStructuredText format, is always available in docs/ directory. Start reading the file overview.txt. Note: The documentation is for the SVN trunk version - it may differ from the documentation for the packaged release.
I have a little english, sorry. I need help to review all documentation and docstrings. Thanks!
New Features in Development Version (trunk)If you're upgrading from version 0.2, please see the BackwardsIncompatibleChanges wiki page.
Support for multiple authors; Added Russian localization. Features for future releases:
Inter-blog communication (Trackback and Pingback); UI for File/picture upload; and more... Have a suggestion? Open a issue.
Version 0.2 Features (The Alexandros Grigoropoulos's Diary Release)Version 0.2 was released on 13th December 2008, packaged from revision 181 in Subversion.
If you're upgrading from version 0.1, please see the BackwardsIncompatibleChanges wiki page.
This version is a tribute to Alexandros Grigoropoulos, 15-year-old boy, libertarian, murdered by greek police in last week (2008-12-06).
New in version 0.2:
Django 1.0.X compatible; Support to ping weblog directories ( issue #11 ); Changed license to LGPLv3 ( issue #36 ); Some code refactoring; Removed deprecated features; Many bug fixes; Other enhancements. See Features page to all features.
SupportUse the django-apps Google Group. Prefix your message with (diario).
ContributingIf you find any problems in the code or documentation, please take 30 seconds to fill out a issue here.
The contributing with code or translation is MUCH-APPRECIATED. You feel free to send patchs. Is possible too you get write access in repository.
See AUTHORS file for a complete authors list of this application.
Other Django applicationsdjango-fleshin -- Photo management application django-tube -- Pluggable YouTube video management; See other applications in Django Resources page.
Django-based projects and other Django weblogs at Google Code. [Less]
Micolog is a blog system implemented by python and can be hosted on google appengine
Now you can access the Demo at: http://micolog.appspot.com or http://xuming.net
What's micolog?Micolog is a
... [More] blog implemented by python,it can be host by Google app engine.
Features:custom theme tags and categories for the blog entry. rich content editor by tinymce import data from wordpress export file menu & pages management. cache enabled implement wordPress API and metaWeblog API ,support client writer (such as window live writer) ScreenshotsMain Page
Post view
Add/Edit Blog
Setup and Configuraiton [Less]