Hi pg wrote: > - remaining : title conversion between wiki and PDF - major issue. I > would like to use a flat file containing a simple conversion table... This is currently only supported if the collection extension is used. If not, some programming is involved - but this can be done in a language of your choice: you need to look at the metabook spec (referenced below) which basically is a json encoded dictionary. You only need a simple programm (like the one I attached to my mail earlier) to generate this format. > - remaining : TOC construction (but for now it is a NTH - but I am > eager to see later your version declared "stable") > > Regarding the metabook doc, I could not find it in the "site-packages" > subtree. > It is somewhere else ? Where ? > That depends on how you installed mwlib. Did you check out the sources with mercurial? Or do you use the mwlib version from the python package index (http://pypi.python.org/pypi)?
In any case you can find the latest version of the metabook documentation here: http://code.pediapress.com/hg/mwlib/file/tip/docs/metabook.txt > Regarding your py script, I got this message: > > p...@mmm:~$ python metabookgenerator.py > Traceback (most recent call last): > File "metabookgenerator.py", line 4, in <module> > import simplejson > ImportError: No module named simplejson > simplejson is a python module which you need to install. if you have easy_install you simply need to do: easy_install simplejson > > How would I solve this ? > *So I am still looking for the metabook / json format !* see above 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 at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
