pumila semi-added, configs updated

This commit is contained in:
Niels Serup 2011-08-12 16:28:52 +02:00
parent 0660079cef
commit be7740e880
6 changed files with 25 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerName metanohi.name ServerName metanohi.name
ServerAlias nohi.lcl ServerAlias www.metanohi.name nohi.lcl
ServerAdmin ns@metanohi.org ServerAdmin ns@metanohi.org
DocumentRoot /home/niels/www/meta/nohi DocumentRoot /home/niels/www/meta/nohi

Binary file not shown.

Binary file not shown.

View File

@ -14,6 +14,7 @@ These are my projects, new and old.
#+BEGIN_SRC python3 #+BEGIN_SRC python3
top_projs = ( top_projs = (
'mege', 'mege',
'pumila',
'desurveil', 'desurveil',
'aeltei', 'aeltei',
('roptoligs', 'roptoligs', 'RPG project with planned modules and games', ('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/'), 'http://projects.metanohi.name/poemgen/'),
'dotbox', 'dotbox',
'vit', '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', 'qvikconfig',
'htmlentitiesdecode', 'htmlentitiesdecode',
('gadon', 'Creates scary cirle animations reminiscent of heartbeats', ('gadon', 'Creates scary cirle animations reminiscent of heartbeats',

View File

@ -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.