summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt42
1 files changed, 42 insertions, 0 deletions
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 <lmacken@redhat.com>