Message6592
[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 |
|
Date |
User |
Action |
Args |
2019-08-26 14:22:32 | ber | set | messageid: <1566829352.52.0.420024089206.issue2551045@roundup.psfhosted.org> |
2019-08-26 14:22:32 | ber | set | recipients:
+ ber, rouilj, ThomasAH |
2019-08-26 14:22:32 | ber | link | issue2551045 messages |
2019-08-26 14:22:32 | ber | create | |
|