Activity Not Available

Project Summary

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 = 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.

Share

 No recognizable code

Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has code locations but that location contains no recognizable source code for Ohloh to analyze.

Community Rating

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.