[Scummvm-cvs-logs] scummvm-web master -> fbfb981b712659a386acee196ee502547de4d04d
sev-
sev at scummvm.org
Sun Feb 28 14:04:11 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
fbfb981b71 WEB: Started restoring old screenshots
Commit: fbfb981b712659a386acee196ee502547de4d04d
https://github.com/scummvm/scummvm-web/commit/fbfb981b712659a386acee196ee502547de4d04d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-28T14:03:20+01:00
Commit Message:
WEB: Started restoring old screenshots
Changed paths:
A data/screenshots/old/scummvm_18.png
.htaccess
diff --git a/.htaccess b/.htaccess
index a062b14..72ed54d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -10,6 +10,11 @@ RewriteCond %{QUERY_STRING} lang
RewriteRule .* - [CO=lang:%1:.scummvm.org]
##
+# We moved screenshots, fixing the links
+##
+RewriteRule ^screenshots/scummvm_18.png$ data/screenshots/old/scummvm_18.png [L]
+
+##
# Images linked directly from the wiki need to work
##
RewriteRule ^screenshots/(.+)\.(jpg|png)$ data/screenshots/$1.$2 [NS,L]
diff --git a/data/screenshots/old/scummvm_18.png b/data/screenshots/old/scummvm_18.png
new file mode 100644
index 0000000..cfae823
Binary files /dev/null and b/data/screenshots/old/scummvm_18.png differ
More information about the Scummvm-git-logs
mailing list