Roundup Tracker - Issues

Message6593

Author ber
Recipients ThomasAH, ber, rouilj
Date 2019-08-26.14:57:26
Message-id <1566831446.33.0.390043625327.issue2551045@roundup.psfhosted.org>
In-reply-to
== Theme is compatible

[continouing from msg6592]

Completed the config, instead of changing wikiconfig.py better use

::::::::::::::
wikiconfig_local.py
::::::::::::::
from wikiconfig import LocalConfig

class Config(LocalConfig):
    sitename = u'Roundup Tracker Wiki'
    logo_string = u'Roundup Tracker'
    theme_default = "roundup"
::::::::::::::


Made sure the reference from 

vim moin-1.9.10/MoinMoin/web/static/htdocs/roundup/css/screen.css 
to roundup's overall style sheet works.

Therefore placed the style.css from 
https://sourceforge.net/p/roundup/code/ci/default/tree/website/www/_static/
into moin-1.9.10/MoinMoin/web/static/htdocs/

Changed the line in screen.css to
@import url(/moin_static1910/style.css);

(restarted).
The theme has the icons of an elder Moinmoin theme and the color
in the RecentPages page does not match. 
-> Put onto backlog: We need a better theme. Red is not a good link
color anyway. :)
History
Date User Action Args
2019-08-26 14:57:26bersetmessageid: <1566831446.33.0.390043625327.issue2551045@roundup.psfhosted.org>
2019-08-26 14:57:26bersetrecipients: + ber, rouilj, ThomasAH
2019-08-26 14:57:26berlinkissue2551045 messages
2019-08-26 14:57:26bercreate