Skip to content
forked from mozilla/ispdb

A Mail ISP Database used by Thunderbird and others!

Notifications You must be signed in to change notification settings

wind2008hxy/ispdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Mail ISP Database used by Thunderbird and others!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.7%
  • HTML 16.1%
  • CSS 4.2%