author | Alberto Bertogli
<albertito@blitiri.com.ar> 2008-11-30 22:14:00 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2008-11-30 22:24:39 UTC |
parent | e939dc909b04a626ee9916725cb6761a2a7dd9b2 |
README | +2 | -2 |
wikiri.cgi | +3 | -3 |
diff --git a/README b/README index e7b8144..aef56d0 100644 --- a/README +++ b/README @@ -37,10 +37,10 @@ Complaints and suggestions -------------------------- If you have any questions, suggestions or comments, please send them to me, -Alberto Bertogli, at albertito@gmail.com. +Alberto Bertogli, at albertito@blitiri.com.ar. .. _Python: http://www.python.org/ .. _reStructuredText: http://docutils.sourceforge.net/rst.html -.. _BOLA: http://auriga.wearlab.de/~alb/bola/ +.. _BOLA: http://blitiri.com.ar/p/bola/ diff --git a/wikiri.cgi b/wikiri.cgi index 52f5c87..16e4b5c 100755 --- a/wikiri.cgi +++ b/wikiri.cgi @@ -2,7 +2,7 @@ #coding: utf8 # wikiri - A single-file wiki engine. -# Alberto Bertogli (albertito@gmail.com) +# Alberto Bertogli (albertito@blitiri.com.ar) # # Configuration section @@ -252,13 +252,13 @@ default_about_page = """ <p/> This wiki is powered by -<a href="http://auriga.wearlab.de/~alb/misc.html">wikiri</a>, a single-file +<a href="http://blitiri.com.ar/p/misc.html">wikiri</a>, a single-file blog engine written in <a href="http://python.org">Python</a>, and uses <a href="http://docutils.sf.net/rst.html">reStructuredText</a> for markup.<p/> If you have any questions or comments, please send an email to -<a href="mailto:albertito@gmail.com">Alberto Bertogli</a>.<p/> +<a href="mailto:albertito@blitiri.com.ar">Alberto Bertogli</a>.<p/> </div> </div>