summaryrefslogtreecommitdiffstats
path: root/README.rst
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.rst
parent340a0886d9aaa3e83c3317580aa3234c84bf3909 (diff)
downloadleafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.tar.gz
leafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.tar.xz
leafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.zip
README conversion to reStructuredText
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst56
1 files changed, 56 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..576a3ed
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,56 @@
+The auspicious and venerable Leafy Miracle
+==========================================
+
+::
+
+|-----------------------------------------------|
+| _______________ |
+| < 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
+~~~~~~~
+
+::
+
+$ mkvirtualenv --no-site-packages leafymiracle
+$ workon leafymiracle
+$ python setup.py develop
+$ python leafymiracle/populate.py
+$ paster serve development.ini
+
+Authors
+~~~~~~~
+
+* Luke Macken <lmacken@redhat.com>
+* Ralph Bean <ralph.bean@gmail.com>