Hello you all, :)

I have a privat wiki and a linux server running mw-serve.
Now I want to use customconfig.py to change the layout.
I created the file in the mwlib/rl folder next to pdfstyles.py .
I copied the pdfstyles.py file and removed the following lines:
> try:
>     from customconfig import *
> except ImportError:
>     pass
and changed some values. (e.g. font_size = 20)
But no matter what I change the output is still the same.

In LocalSettings.php include the following line to ensure, that the
correct server is used.
> require_once("$IP/extensions/Collection/Collection.php");
> $wgCollectionMWServeURL = "http://127.0.0.1:8899";;

I am running out of ideas, what is missing? Any ideas?
(I tried the search function, but since I do not really know, what is
wrong I did not find anything that helped me with this one.)
If you need any information (logs etc.) please just tell me.  

Yet another question: Is it necessary to restart mw-serve when you
changed /created the customconfig.py file to apply these changes?


Thank you for your help.

Henning Stubbe

------------------
$ mw-version 
mwlib: 0.12.13
mwlib.rl: 0.12.5
mwlib.ext: 0.12.3

-- 
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.

Reply via email to