You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I have a Wiki V 1.24.1 & Collection V 1.7.0.
I want to hide the "article source and contributors" in my rendered PDF's.
So I created customconfig.py in /usr/lib/python2.7/site-packages/mwlib/rl/ with this content:
But my changes doesn't work!
So I changed in /home/mwiki/.bashrc like this:
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
PATH="${PATH}:/usr/lib/python2.7/site-packages/mwlib/rl/"
export PATH
PYTHONPATH="${PYTHONPATH}:/usr/lib/python2.7/site-packages/mwlib/rl/"
export PYTHONPATH
But even this doesn't seem to work :-(
Maybe you can help. Any ideas?
regards
z3rano
The text was updated successfully, but these errors were encountered:
Hi ,
I have a Wiki V 1.24.1 & Collection V 1.7.0.
I want to hide the "article source and contributors" in my rendered PDF's.
So I created customconfig.py in /usr/lib/python2.7/site-packages/mwlib/rl/ with this content:
But my changes doesn't work!
So I changed in /home/mwiki/.bashrc like this:
But even this doesn't seem to work :-(
Maybe you can help. Any ideas?
regards
z3rano
The text was updated successfully, but these errors were encountered: