public
Description: Dashboard view across various Basecamp projects, powered by Django
Homepage: http://heisel.org/blog/projects/
Clone URL: git://github.com/cmheisel/django-baseboard.git
name age message
file .gitignore Thu Apr 16 12:29:45 -0700 2009 Ignoring buildout cruft [cmheisel]
file LICENSE Thu Apr 16 12:30:56 -0700 2009 Adding buildout setup. [cmheisel]
file README Sat Jun 13 09:23:42 -0700 2009 Incrementing to 0.3 [Chris Heisel]
file TODO.txt Sat Jun 13 09:23:42 -0700 2009 Incrementing to 0.3 [Chris Heisel]
file bootstrap.py Thu Apr 16 12:30:56 -0700 2009 Adding buildout setup. [cmheisel]
file buildout.cfg Thu Apr 16 12:37:38 -0700 2009 Added django config. [cmheisel]
file setup.py Sat Jun 13 09:23:42 -0700 2009 Incrementing to 0.3 [Chris Heisel]
directory src/ Sat Jun 13 09:24:53 -0700 2009 Killing auto testing remnants [Chris Heisel]
README
django-baseboard
================

Dashboards that contain summaries of projects in Basecamp.

Depends on the basecampreporting, simplejson and feedparser libraries.

Changes in 0.3
---------------
* Better error handling and reporting for the management commands/cron jobs
* Projects are no longer required to have an RSS feed foreign key (bugfix from 0.2)

Changes in 0.2
---------------
* Project.project_url returns the Basecamp project's homepage URL (because Project.basecamp_url can be any valid URL 
within a project entered by a user) 
* baseboard.helpers.update_summaries takes and honors a network timeout argument (defaults to 20 seconds)
* Projects now have RSSFeed foreign keys -- suitable for displaying a Trac change log or a project blog, etc.

Changes in 0.1
---------------
* Initial release