diff options
author | Luke Macken <lmacken@redhat.com> | 2011-04-12 12:20:04 -0400 |
---|---|---|
committer | Luke Macken <lmacken@redhat.com> | 2011-04-12 12:20:04 -0400 |
commit | c83e57b8e9faf717b1372da987f5c2327f42dbe8 (patch) | |
tree | 42cff2943b9d2e21d60d8ebaaa86d34a9bfe2c08 /README.txt | |
download | leafymiracle-c83e57b8e9faf717b1372da987f5c2327f42dbe8.tar.gz leafymiracle-c83e57b8e9faf717b1372da987f5c2327f42dbe8.tar.xz leafymiracle-c83e57b8e9faf717b1372da987f5c2327f42dbe8.zip |
Initial commit of LeafyMiracle
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 42 |
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> |