Roundup Tracker - Issues

Message6592

Author ber
Recipients ThomasAH, ber, rouilj
Date 2019-08-26.14:22:32
Message-id <1566829352.52.0.420024089206.issue2551045@roundup.psfhosted.org>
In-reply-to
[resuming work]


== Securing old contents

Downloading the old wikis contents (using compression with option `-z`,
so the size of event-log is transferable).

rsync -avz
ber@web.sourceforge.net:/home/project-web/roundup/persistent/wiki
wiki-sf-copy-20190826


== No additional plugins

[x] No additional plugins, only the theme.
Check used:

pushd /home/project-web/roundup/persistent/wiki/data/plugin
find -type f -name "*.py" | grep --invert-match __init__
./theme/roundup.py


== Theme not directly compatibly

Unloaded and unpacked moin-1.9.10.tar.gz
Copied the
https://sourceforge.net/p/roundup/code/ci/default/tree/website/wiki/

cp wiki/data/plugin/theme/roundup.py  moin-1.9.10/wiki/data/plugin/theme/

cp -r static/roundup
to moin-1.9.10/MoinMoin/web/static/htdocs/

add the following line to moin-1.9.10/wikiconfig.py at the end of class
LocalConfig()
    theme_default = "roundup"

cd moin-1.9.10
./wikiserver.py

Result: the images are different but the navigation style is not changed.

-> next step, fix style
History
Date User Action Args
2019-08-26 14:22:32bersetmessageid: <1566829352.52.0.420024089206.issue2551045@roundup.psfhosted.org>
2019-08-26 14:22:32bersetrecipients: + ber, rouilj, ThomasAH
2019-08-26 14:22:32berlinkissue2551045 messages
2019-08-26 14:22:32bercreate