summaryrefslogtreecommitdiffstats
path: root/README.txt
blob: 0a308c496a4f82190ce876f3fcb28be7a7e99131 (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
 _______________
< 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>