summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorRalph Bean <ralph.bean@gmail.com>2011-04-12 19:47:24 -0400
committerRalph Bean <ralph.bean@gmail.com>2011-04-12 19:47:24 -0400
commit48fb64a9c571590c5a44c4a08d8fce551cc58c7a (patch)
tree34ff083816ea9c26b9f87670844129824b3d07bb /README.txt
parent340a0886d9aaa3e83c3317580aa3234c84bf3909 (diff)
downloadleafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.tar.gz
leafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.tar.xz
leafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.zip
README conversion to reStructuredText
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt42
1 files changed, 0 insertions, 42 deletions
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 0a308c4..0000000
--- a/README.txt
+++ /dev/null
@@ -1,42 +0,0 @@
- _______________
-< 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>