Added LUNCHEON.
This commit is contained in:
parent
e2d4d3739c
commit
96ee983f2e
|
@ -49,6 +49,7 @@ These are my projects, new and old.
|
||||||
)
|
)
|
||||||
|
|
||||||
other_projs = (
|
other_projs = (
|
||||||
|
'luncheon',
|
||||||
('ticso', 'Create dynamic functions in C uglily', 'https://gitorious.org/ticso'),
|
('ticso', 'Create dynamic functions in C uglily', 'https://gitorious.org/ticso'),
|
||||||
'sleinlib',
|
'sleinlib',
|
||||||
'kando',
|
'kando',
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
#+title: LUNCHEON
|
||||||
|
#&summary
|
||||||
|
A lunch club management system
|
||||||
|
#&
|
||||||
|
#+license: bysa, text
|
||||||
|
|
||||||
|
* LUNCHEON
|
||||||
|
|
||||||
|
LUNCHEON is a lunch club management system I develop with two fellow students
|
||||||
|
at DIKU.
|
||||||
|
|
||||||
|
** Download
|
||||||
|
|
||||||
|
There are no LUNCHEON releases as of yet. The current way to download LUNCHEON
|
||||||
|
is to clone its git repository: see [[http://gitorious.org/luncheon]].
|
||||||
|
|
||||||
|
#LUNCHEON can also be found in the [[http://pypi.python.org/pypi/luncheon][Python Package Index]].
|
||||||
|
|
Loading…
Reference in New Issue