Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.33 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.33 KB

WarFlagger.net Source Repository

CircleCI

This is the source code for the WarFlagger website.

User Documentation

There is an introduction that contains links to the rest of the documentation, including a FAQ.

Hacking

At this point the WarFlagger source code is not cleaned up for public consumption. It's not documented and has a bunch of dependencies that are not in quicklisp. Building your own working copy will need a fair amount of fiddling.

You will want to clone these to your local-projects directory:

You will need to copy the src/local-settings-template.lisp file to src/local-settings.lisp and fill out all of the fields.

Start the application server like this:

> (ql:quickload 'wf-web)

It should come up on port 5000

The text extraction code is written in python. It depends on BeautifulSoup and pattern.