summaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 75ec2acde474c5f0442172237a10712e44c554bb (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
57
58
59
60
61
62
63
The auspicious and venerable Leafy Miracle
==========================================

::

|-----------------------------------------------|
|         _______________                       |
|        < leafymiracle! >                      |
|         ---------------                       |
|                \                              |
|                 \     .---. __                |
|            ,     \   /     \   \    ||||      |
|           \\\\      |O___O |    | \\||||      |
|           \   //    | \_/  |    |  \   /      |
|            '--/----/|     /     |   |-'       |
|                   // //  /     -----'         |
|                  //  \\ /      /              |
|                 //  // /      /               |
|                //  \\ /      /                |
|               //  // /      /                 |
|              /|   ' /      /                  |
|              //\___/      /                   |
|             //   ||\     /                    |
|             \\_  || '---'                     |
|             /' /  \\_.-                       |
|            /  /    --| |                      |
|            '-'      |  |                      |
|                      '-'                      |
|_______________________________________________|

Features
~~~~~~~~

* Written in `Python <http://python.org>`_ using the `Pyramid <http://pylonsproject.org>`_ web framework
* `SQLAlchemy <http://sqlalchemy.org>`_ database model of `Yum <http://yum.baseurl.org>`_ Categories, Groups, Packages, and Dependencies
* Interactive graph widget, using `ToscaWidgets2 <http://toscawidgets.org/documentation/tw2.core>`_ and the `JavaScript InfoVis Toolkit <http://thejit.org>`_
* Package mouse-over menus linking to downloads, acls, code
  bugs, builds and updates.
* Deep linking
* Search bar with auto-completion

Source
~~~~~~

* `Git repository <http://fedorapeople.org/gitweb?p=lmacken/public_git/leafymiracle>`_ on fedorapeople.

Running
~~~~~~~

::

   sudo yum -y install python-virtualenv
   git clone git://fedorapeople.org/~lmacken/leafymiracle && cd leafymiracle
   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>