public
Description: Group collaboration tools for hackers in forts.
Homepage:
Clone URL: git://github.com/simonw/bugle_project.git
name age message
file .gitignore Sun May 31 04:29:34 -0700 2009 local_manage.py is now supported to make the py... [simonw]
file LICENSE.txt Mon Jun 08 14:33:30 -0700 2009 Added BSD license file [simonw]
file README.txt Mon Jun 08 05:50:53 -0700 2009 Clarified dependencies [simonw]
file __init__.py Sat May 30 09:13:31 -0700 2009 Created project [simonw]
directory bugle/ Mon Jun 08 01:15:33 -0700 2009 New shared _blasts.html template, re-implemente... [simonw]
directory ext/ Sat May 30 09:44:17 -0700 2009 Added ridiculously simple registration system, ... [simonw]
file manage.py Sun May 31 04:29:34 -0700 2009 local_manage.py is now supported to make the py... [simonw]
directory registration/ Mon Jun 08 01:00:32 -0700 2009 Added reserved usernames [simonw]
file screenshot.png Mon Jun 08 01:36:23 -0700 2009 Tweaked readme, added screenshot [simonw]
file settings.py Mon Jun 08 01:00:32 -0700 2009 Added reserved usernames [simonw]
directory static/ Mon Jun 08 01:15:33 -0700 2009 New shared _blasts.html template, re-implemente... [simonw]
file svn_post_commit_hook.py Mon Jun 08 01:23:13 -0700 2009 Added example svn post commit hook [simonw]
directory templates/ Mon Jun 08 01:17:22 -0700 2009 Copy tweaks [simonw]
file urls.py Wed Jun 03 17:24:46 -0700 2009 Finished implementing favourites [simonw]
README.txt
bugle
=====

Group collaboration tools for hackers in forts.

Dependencies:

- Django 1.1 beta (or later)
- Several collaborating hackers
- A fort, castle or other defensive structure
- No internet connection

Bugle is a Twitter-like application for groups of hackers collaborating in a 
castle (or fort, or other defensive structure) with no internet connection.
Bugle combines Twitter-style status updates with a pastebin and a group todo
list. It also has a rudimentary API allowing automated scripts (such as the 
included subversion post-commit hook) to post messages in an unobtrusive way.

It was built as a side project during a /dev/fort week in a Scottish castle. 
See http://devfort.com/ for more details.

Server-side code is by Simon Willison, and the parts of the CSS that don't 
suck are by Natalie Downe (Simon's butchered it a bit since then).

Bugle isn't secure (vulnerable to CSRF) and probably doesn't scale.

Bugle is released under a BSD license.