-
Notifications
You must be signed in to change notification settings - Fork 0
Codebase for https://isitopendata.org which ran from 2009-2013
openknowledge-archive/isitopen
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This file is for you to describe the isitopen application.
Installation and Setup
======================
Make sure you are in the same directory as this file.
Install ``isitopen`` using easy_install::
easy_install .
Make a config file as follows::
paster make-config isitopen config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go. Run the application with (for example):
paster serve config.ini
Research
========
Threading algorithms:
http://www.amk.ca/python/code/jwz/
http://www.jwz.org/doc/threading.html
## Gmail
Gmail and imap: http://mail.google.com/support/bin/answer.py?answer=77657
Gmail threading: http://xkahn.zoned.net/software/evolution/threads/
## other useful imap stuff
http://stackoverflow.com/questions/179026/how-do-i-perform-an-imap-search-in-python-using-gmail-and-imaplib
http://stackoverflow.com/questions/938769/gmail-imap-search-by-date-and-time
Changelog
=========
v0.4 2010-02-22
---------------
A big release and system is now v1.0b (all key required features are implemented).
* User accounts with login and registration
* Enquiry interrupt and resume for login/registration
* Enquiry resolution
* Obfuscate email addresses in public WUI (ticket:257)
v0.3 2009-10-20
---------------
* Improve response and threading support (including notifications)
* Admin interface
v0.2 2009-07-15
---------------
* Email backend functional but quite raw
* Significant development of domain model
* Rudimentary response and threading support
v0.1 2009-04-10
---------------
* Basic webapp with enquiry and message creation (but no email backend)
* Content for front page, about, guide
Contributors
============
* Rufus Pollock <rufus [at] rufuspollock [dot] org>
* Nick Stenning <nick [at] whiteink [dot] com>
* Jenny Molloy
* Peter Murray-Rust
* Andrew Gruen
Copying
=======
The code is copyright (c) 2006-2009 Open Knowledge Foundation.
The code is open and licensed under the GNU Affero GPL v3.0:
http://www.fsf.org/licensing/licenses/agpl-3.0.html
Releases
No releases published
Packages 0
No packages published