pumila semi-added, configs updated
This commit is contained in:
parent
0660079cef
commit
be7740e880
|
@ -1,7 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
|
||||
ServerName metanohi.name
|
||||
ServerAlias nohi.lcl
|
||||
ServerAlias www.metanohi.name nohi.lcl
|
||||
ServerAdmin ns@metanohi.org
|
||||
|
||||
DocumentRoot /home/niels/www/meta/nohi
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -14,6 +14,7 @@ These are my projects, new and old.
|
|||
#+BEGIN_SRC python3
|
||||
top_projs = (
|
||||
'mege',
|
||||
'pumila',
|
||||
'desurveil',
|
||||
'aeltei',
|
||||
('roptoligs', 'roptoligs', 'RPG project with planned modules and games',
|
||||
|
@ -52,6 +53,10 @@ These are my projects, new and old.
|
|||
'http://projects.metanohi.name/poemgen/'),
|
||||
'dotbox',
|
||||
'vit',
|
||||
('woiwo', 'Find words in words',
|
||||
'http://projects.metanohi.name/misc/woiwo.py.gz'),
|
||||
('resistorpair', 'Calculate which standard resistors to use for a specific resistance',
|
||||
'http://projects.metanohi.name/misc/resistorpair.py.gz'),
|
||||
'qvikconfig',
|
||||
'htmlentitiesdecode',
|
||||
('gadon', 'Creates scary cirle animations reminiscent of heartbeats',
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
#+title: pumila
|
||||
#&summary
|
||||
Transforms variations in color, brightness, saturation and opacity into
|
||||
different sounds.
|
||||
#&
|
||||
#+license: bysa, text
|
||||
#+license: agpl 3+, program
|
||||
|
||||
* pumila
|
||||
|
||||
#&video;url=pumila-example.ogv, width=640, height=88
|
||||
|
||||
{[[pumila-0.1.0.tar.gz][Download]].}&huge
|
||||
|
||||
pumila is released under the AGPLv3+.
|
||||
|
||||
pumila can also be found in the [[http://pypi.python.org/pypi/pumila][Python Package Index]].
|
||||
|
||||
pumila has its code at Gitorious; see [[http://gitorious.org/pumila]].
|
Binary file not shown.
Loading…
Reference in New Issue