Added drget.
This commit is contained in:
parent
efeb75181d
commit
5584293eb3
|
@ -29,7 +29,7 @@ redirect {zita,zit} projects/zita
|
||||||
redirect {bito,bit} projects/bito
|
redirect {bito,bit} projects/bito
|
||||||
redirect {totxt,totext} projects/totxt/
|
redirect {totxt,totext} projects/totxt/
|
||||||
redirect an[5s]w projects/an5w/
|
redirect an[5s]w projects/an5w/
|
||||||
redirect projects/{bibbob,wikiaq} projects/
|
redirect projects/{bibbob,wikiaq,drget} projects/
|
||||||
redirect {canvas,projects/canvas} http://projects.metanohi.name/canvas/
|
redirect {canvas,projects/canvas} http://projects.metanohi.name/canvas/
|
||||||
redirect {eonaton,projects/eonaton} http://projects.metanohi.name/eonaton/
|
redirect {eonaton,projects/eonaton} http://projects.metanohi.name/eonaton/
|
||||||
redirect {evolution,projects/evolution} http://projects.metanohi.name/evolution/
|
redirect {evolution,projects/evolution} http://projects.metanohi.name/evolution/
|
||||||
|
|
|
@ -48,6 +48,7 @@ These are my projects, new and old.
|
||||||
|
|
||||||
other_projs = (
|
other_projs = (
|
||||||
'kando',
|
'kando',
|
||||||
|
('drget', 'Get media from Danmarks Radio', 'https://gitorious.org/drget'),
|
||||||
('folketingetmeninger',
|
('folketingetmeninger',
|
||||||
'A small Python script to download and show the opinions of the Danish parties',
|
'A small Python script to download and show the opinions of the Danish parties',
|
||||||
'http://projects.metanohi.name/misc/folketingetmeninger.py.gz'),
|
'http://projects.metanohi.name/misc/folketingetmeninger.py.gz'),
|
||||||
|
@ -182,6 +183,7 @@ These are my projects, new and old.
|
||||||
title, desc, url = getparts(name, True)
|
title, desc, url = getparts(name, True)
|
||||||
print(listtemplate.format(url=url, title=title, description=desc))
|
print(listtemplate.format(url=url, title=title, description=desc))
|
||||||
print('</dl>')
|
print('</dl>')
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Relatively new
|
** Relatively new
|
||||||
|
|
Loading…
Reference in New Issue