summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 32a3ce2fbb4a87d6acf1f237fd8440f6142b8cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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
~~~~~~~

::

$ sudo yum -y install python-virtualenv
$ virtualenv env && source env/bin/activate
$ python setup.py develop
$ python leafymiracle/populate.py
$ paster serve development.ini

Authors
~~~~~~~

* Luke Macken <lmacken@redhat.com>
* Ralph Bean <ralph.bean@gmail.com>