Ok, i'll try the div tag. But..... I can't render anymore. I get errors like this:
De renderserver gaf de volgende foutmelding: traceback Traceback (most recent call last): File "/home/tools/py25/lib/python2.5/site-packages/ mwlib-0.12.13-py2.5-linux-x86_64.egg/mwlib/apps/render.py", line 169, in __call__ env = self.get_environment() File "/home/tools/py25/lib/ python2.5/site-packages/mwlib-0.12.13-py2.5-linux-x86_64.egg/mwlib/ apps/render.py", line 101, in get_environment self.zip_filename = make_zip(output=self.options.keep_zip, options=self.options, metabook=env.metabook, status=self.status) File "/home/tools/py25/lib/ python2.5/site-packages/mwlib-0.12.13-py2.5-linux-x86_64.egg/mwlib/ apps/buildzip.py", line 58, in make_zip make_nuwiki(fsdir, metabook=metabook, options=options, podclient=podclient, status=status) File "/home/tools/py25/lib/python2.5/site-packages/ mwlib-0.12.13-py2.5-linux-x86_64.egg/mwlib/apps/make_nuwiki.py", line 173, in make_nuwiki raise RuntimeError(str(val)) RuntimeError: [Failure instance: Traceback (failure with no frames): <type 'exceptions.RuntimeError'>: could not get siteinfo ] sys.argv=['/home/ tools/py25/bin/mw-render', '--logfile', '/home/tools/cache/mw-serve/a7/ a76d97607d0b0e13/mw-render.log.rl', '--error-file', '/home/tools/cache/ mw-serve/a7/a76d97607d0b0e13/errors.rl', '--status-file', '/home/tools/ cache/mw-serve/a7/a76d97607d0b0e13/status.rl', '--writer', 'rl', '-- output', '/home/tools/cache/mw-serve/a7/a76d97607d0b0e13/output.rl', '--pid-file', '/home/tools/cache/mw-serve/a7/a76d97607d0b0e13/pid.rl', '--metabook', '/home/tools/cache/mw-serve/a7/a76d97607d0b0e13/ metabook.json', '--keep-zip', '/home/tools/cache/mw-serve/a7/ a76d97607d0b0e13/collection.zip', '--config', 'http:// nl.reflexwiki.net', '--template-blacklist', 'MediaWiki:PDF Template Blacklist', '--template-exclusion-category', 'Weglaten bij afdrukken', '--print-template-prefix', 'Afdruk', '--print-template-pattern', '$1/ Afdrukken', '--script-extension', '.php', '--language', 'nl'] On 20 apr, 15:44, Volker Haas <[email protected]> wrote: > Erwin wrote: > > Do you have any estimate of solving issue 3? > > It will take a while until I fix this. I am hesitant to fix this now, > since it solves quite a few problems we had in the past. At some point > manipulating the parsetree with the "treecleaner" will be rewritten - > one of the goals is to improve the transformation of tables. > > If I remember correctly you could work-around the problem by using a > <div> instead of a table in the template that renders the boxes. > > Regards, > Volker > > -- > volker haas brainbot technologies ag > fon +49 6131 2116394 boppstraße 64 > fax +49 6131 2116392 55118 mainz > [email protected] http://www.brainbot.com/ > > -- > You received this message because you are subscribed to the Google Groups > "mwlib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/mwlib?hl=en. -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
