On Sat, Apr 6, 2013 at 5:14 PM, Dimi Paun wrote:
I've actually deployed your theme to production already: http://wiki.winehq.org
My only change was this:
diff --git a/winewiki.conf b/winewiki.conf index 4e79248..e3da9cc 100644 --- a/winewiki.conf +++ b/winewiki.conf @@ -8,7 +8,8 @@ #RewriteLog "/var/log/httpd/rewrite.log" # map some static files to their respective locations RewriteRule ^/favicon.ico$ /var/www/wine/wiki/favicon.ico [last]
- RewriteRule ^/logo.png$ /var/www/wine/wiki/logo.png [last]
- RewriteRule ^/logo_glass.png$ /var/www/wine/wiki/logo_glass.png [last]
- RewriteRule ^/logo_text.png$ /var/www/wine/wiki/logo_text.png [last]
# map /wiki static files to Moin htdocs RewriteRule ^/wiki/(.*)$ /usr/share/moin/htdocs/$1 [last] # map everything else to server script
Oh, cool! Don't worry about taking time to reply, I know when people are busy it's good to follow up just now and then. I'm looking at it right now on some of the computers in my apartment's business office & it does seem to be causing IE 8 & 9 some problems. One of them has Firefox 3 though (they go a while without updates), and even for that old version, there are only a few issues I can see. I'll get my laptop out in a little bit to check it on newer versions of the major browsers, and over the next few days, I'll try to iron out any IE issues and last wrinkles. After that, I guess the next order of business will be to see about moving the repo onto WineHQ. - Kyle