DEPRECATED - A Mail ISP Database used by Thunderbird and others!
Перейти к файлу
Chris Knowles - GHEAdmin 3b87b2c797
Update README per bug 1744817
Updated with deprecation and redirection notices.
2021-12-07 14:37:44 -05:00
ispdb 588136: Make ispdb cache-friendly 2012-08-20 16:43:34 -03:00
tools make python files compatible with pep8 2012-08-20 16:06:11 -03:00
DEVELOPERS.md typo in DEVELOPERS.md 2012-08-20 16:04:32 -03:00
README.md Update README per bug 1744817 2021-12-07 14:37:44 -05:00
manage.py Bug 742137 - Run ISPDB on Django 1.4 2012-05-07 12:42:31 -03:00
requirements.txt change == with a >= for django-browserid in requirements.txt 2012-08-20 14:47:10 -03:00

README.md

This repository is no longer active, current ISPDB is available at: https://github.com/thundernest/autoconfig

experimental django front-end to figure out workflow of ISP database info for the Thunderbird autoconfig database

Dependencies

You can install all of the dependencies with:

pip install -r requirements.txt

Note: You may have to do an "easy_install pip" first. See requirements.txt for details on what we depend on.

Getting Started

  1. python ../manage.py syncdb
  2. convert existing XML data to the DB:

have http://svn.mozilla.org/mozillamessaging.com/sites/autoconfig.mozillamessaging.com/trunk checked out at ../autoconfig_data

if autoconfig_data is somewhere else, you can set the env't var AUTOCONFIG_DATA to point to it

echo 'import ispdb.convert;ispdb.convert.main()' | python manage.py shell

  1. python manage.py runserver
  2. then hit http://localhost:8000