FFDN ISP Database

Gu1 92eaf7be32 Reusable project form templates 11 years ago
ffdnispdb 92eaf7be32 Reusable project form templates 11 years ago
.gitignore e0b442a607 Add vim swp files to the list of ignored files 11 years ago
README.md 530591f0d8 Fix README: wrong command to install dependencies 11 years ago
TODO d5758802ac Add a view to allow to reactivate updates an ISP after update errors 11 years ago
babel.cfg f280078215 Add Babel configuration file for i18n 11 years ago
config.py 73bc2f07db Add HTTP Cache support to the crawler 11 years ago
rebuild_index.py b751f14cf3 Full-text search engine with Whoosh 11 years ago
requirements.txt 109125399b Send a a warning email to the ISP when there is a problem in the cron task 11 years ago
run.py 07d7193b4a Implement the JSON URL validator. The form is now working \o/ 11 years ago
schema.sql ad5dd37db4 Add labels 12 years ago
shell.py 59a6cd0b14 Fix shebang for Python version 2 (PEP 394) 11 years ago
test_ffdnispdb.py 265a66ea07 Add an unit test, refactor the session handler 11 years ago
variables.less 2c57a65651 Add a search input in navbar and a hover effect on nav buttons 11 years ago

README.md

ffdnispdb

ffdnispdb is a website designed to display all the ISPs implementing the ispschema specification.

How to deploy & use

Preferably in a virtualenv, run:

pip install -r requirements.txt
python shell.py
>> db.create_all()
python run.py