summaryrefslogtreecommitdiffstats
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
parent340a0886d9aaa3e83c3317580aa3234c84bf3909 (diff)
downloadleafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.tar.gz
leafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.tar.xz
leafymiracle-48fb64a9c571590c5a44c4a08d8fce551cc58c7a.zip
README conversion to reStructuredText
-rw-r--r--.gitignore1
-rw-r--r--README.rst56
-rw-r--r--README.txt42
3 files changed, 57 insertions, 42 deletions
diff --git a/.gitignore b/.gitignore
index dc09afb..3d8c425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ dist
env
*.egg-info
*.swp
+README.pdf
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>
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>