Arian van Dorsten

Email: <jwasys AT SPAMFREE xs4all DOT nl>

I use MoinMoin as a log book for my work and I find it VERY useful. Thanks to you all !

I added descriptions to the table of MySQLOutput.py macro. At line 41 add:

    result += formatter.table_row(True)
    for l in c.description:
      result += formatter.table_cell(True)
      result += unicode(str(l[0]), 'ISO-8859-1')
      result += formatter.table_cell(False)
    result += formatter.table_row(False)

mod_wsgi

For the layman the instructions for getting mod_wsgi may not be complete. I had to lookup

http://code.google.com/p/modwsgi/wiki/IntegrationWithMoinMoin

and put the script listed there in the mywiki directory. Then it works for me ! It feels faster than CGI at least.

gnuplot

The trick is to use apt-get install gnuplot-nox to avoid the large X11 binaries

Roles for my sever

testdrawing.tdraw


MoinMoin: ArianVanDorsten (last edited 2009-01-15 11:22:23 by artinis)