FFDN ISP Database

Gu1 060c041d8b Search engine templates & views il y a 11 ans
ffdnispdb 060c041d8b Search engine templates & views il y a 11 ans
.gitignore e0b442a607 Add vim swp files to the list of ignored files il y a 11 ans
README.md 530591f0d8 Fix README: wrong command to install dependencies il y a 11 ans
TODO d8ac8e9fa3 Write the "About" text on the homepage, update the TODO list il y a 11 ans
babel.cfg f280078215 Add Babel configuration file for i18n il y a 11 ans
config.py 59a6cd0b14 Fix shebang for Python version 2 (PEP 394) il y a 11 ans
rebuild_index.py b751f14cf3 Full-text search engine with Whoosh il y a 11 ans
requirements.txt 060c041d8b Search engine templates & views il y a 11 ans
run.py 07d7193b4a Implement the JSON URL validator. The form is now working \o/ il y a 11 ans
schema.sql ad5dd37db4 Add labels il y a 12 ans
shell.py 59a6cd0b14 Fix shebang for Python version 2 (PEP 394) il y a 11 ans
test_ffdnispdb.py 265a66ea07 Add an unit test, refactor the session handler il y a 11 ans
variables.less 2c57a65651 Add a search input in navbar and a hover effect on nav buttons il y a 11 ans

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