From f188d443d18dd25442d993253a1220916fe049b8 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 30 Jan 2013 13:39:44 +0100 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ea86ba --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Cryto Learn + +This is the source code for http://learn.cryto.net/. It consists of the following: + +* The updating script, a few very rudimentary scrapers for various educational sources. Requires Python 2. Dependencies are [requests](http://docs.python-requests.org/en/latest/) and BeautifulSoup 4 (custom version included). Located in `updater/`. +* The frontend, a fairly hacky and messy PHP-based search interface. Needs cleaning up, but not an immediate priority. Requires PHP 5.3+ and uses [CPHP](http://github.com/joepie91/cphp). Located in `frontend/`. +* A simple shell search script, using the Cryto Learn API to search for the specified string and print results to stdout. Requires Python 2. Also very rudimentary. + +Licensed under the WTFPL. It may or may not work on your system, use at your own risk, etc. etc.