From c83e57b8e9faf717b1372da987f5c2327f42dbe8 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Tue, 12 Apr 2011 12:20:04 -0400 Subject: Initial commit of LeafyMiracle --- README.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..0a308c4 --- /dev/null +++ b/README.txt @@ -0,0 +1,42 @@ + _______________ +< leafymiracle! > + --------------- + \ + \ .---. __ + , \ / \ \ |||| + \\\\ |O___O | | \\|||| + \ // | \_/ | | \ / + '--/----/| / | |-' + // // / -----' + // \\ / / + // // / / + // \\ / / + // // / / + /| ' / / + //\___/ / + // ||\ / + \\_ || '---' + /' / \\_.- + / / --| | + '-' | | + '-' + +[ Features ] + +* Written in Python using the Pyramid web framework +* SQLAlchemy database model of Categories +* Interactive graph widget, using ToscaWidgets2 and the JIT +* Package mouse-over menus linking to downloads, acls, code + bugs, builds and updates. +* Deep linking + +[ Running ] + +$ virtualenv --no-site-packages env && source env/bin/activate +$ python setup.py develop +$ python leafymiracle/populate.py +$ paster serve development.ini + +[ Authors ] + +* Luke Macken -- cgit