diff --git a/apache-config b/apache-config index 0b49984..a785dc2 100644 --- a/apache-config +++ b/apache-config @@ -1,7 +1,7 @@ ServerName metanohi.name - ServerAlias nohi.lcl + ServerAlias www.metanohi.name nohi.lcl ServerAdmin ns@metanohi.org DocumentRoot /home/niels/www/meta/nohi diff --git a/macros/__init__.pyc b/macros/__init__.pyc deleted file mode 100644 index 8d818c8..0000000 Binary files a/macros/__init__.pyc and /dev/null differ diff --git a/macros/macros.pyc b/macros/macros.pyc deleted file mode 100644 index 120bd25..0000000 Binary files a/macros/macros.pyc and /dev/null differ diff --git a/site/projects/index.org b/site/projects/index.org index c25f7c4..9092dd4 100644 --- a/site/projects/index.org +++ b/site/projects/index.org @@ -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', diff --git a/site/projects/pumila/index.org b/site/projects/pumila/index.org new file mode 100644 index 0000000..bfac089 --- /dev/null +++ b/site/projects/pumila/index.org @@ -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]]. diff --git a/site/projects/pumila/pumila-example.ogv b/site/projects/pumila/pumila-example.ogv new file mode 100644 index 0000000..c135a10 Binary files /dev/null and b/site/projects/pumila/pumila-example.ogv differ