[Scummvm-cvs-logs] scummvm-web master -> d4afc4d85964c0ef1ffa95437d209dc2e0f58f3c

sev- sev at scummvm.org
Sun Feb 28 18:04:33 CET 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
e6da6544aa WEB: Restore old screenshot referred by some blog posts
d4afc4d859 WEB: Added more referrers to the old screenshots


Commit: e6da6544aa2c229e3de285eee48e7921ad7035a0
    https://github.com/scummvm/scummvm-web/commit/e6da6544aa2c229e3de285eee48e7921ad7035a0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-28T18:02:05+01:00

Commit Message:
WEB: Restore old screenshot referred by some blog posts

Changed paths:
  A data/screenshots/gob/gob/scummvm_2_1_4.jpg



diff --git a/data/screenshots/gob/gob/scummvm_2_1_4.jpg b/data/screenshots/gob/gob/scummvm_2_1_4.jpg
new file mode 100644
index 0000000..867e15e
Binary files /dev/null and b/data/screenshots/gob/gob/scummvm_2_1_4.jpg differ


Commit: d4afc4d85964c0ef1ffa95437d209dc2e0f58f3c
    https://github.com/scummvm/scummvm-web/commit/d4afc4d85964c0ef1ffa95437d209dc2e0f58f3c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-28T18:04:13+01:00

Commit Message:
WEB: Added more referrers to the old screenshots

Changed paths:
    .htaccess



diff --git a/.htaccess b/.htaccess
index 17eb6b0..af7db98 100644
--- a/.htaccess
+++ b/.htaccess
@@ -12,8 +12,18 @@ RewriteRule     .*                                                           -
 ##
 # We moved screenshots, fixing the links
 ##
-RewriteRule		^screenshots/scummvm_([0-9]+).png$								data/screenshots/old/scummvm_$1.png [L]
-RewriteRule		^screenshots/scummvm_([0-9]+).jpg$								data/screenshots/old/scummvm_$1.jpg [L]
+RewriteRule		^screenshots/scummvm_([0-9]+).png$							data/screenshots/old/scummvm_$1.png [L]
+RewriteRule		^screenshots/scummvm_([0-9]+).jpg$							data/screenshots/old/scummvm_$1.jpg [L]
+RewriteRule		^screenshots/other/(sword/.*)$								data/screenshots/revolution/$1 [L]
+RewriteRule		^screenshots/other/(sky/.*)$								data/screenshots/revolution/$1 [L]
+RewriteRule		^screenshots/other/(lure/.*)$								data/screenshots/revolution/$1 [L]
+RewriteRule		^screenshots/other/(simon/.*)$								data/screenshots/agos/$1 [L]
+RewriteRule		^screenshots/other/(feeble/.*)$								data/screenshots/agos/$1 [L]
+RewriteRule		^screenshots/other/(kyra/.*)$								data/screenshots/westwood/$1 [L]
+RewriteRule		^screenshots/other/(gob/.*)$								data/screenshots/gob/$1 [L]
+RewriteRule		^screenshots/other/(bargon/.*)$								data/screenshots/gob/$1 [L]
+RewriteRule		^screenshots/scummvm_0_0_5.jpg$								data/screenshots/lec/maniac/scummvm_0_0_5.jpg [L]
+RewriteRule		^screenshots/scummvm_0_11_2.jpg$							data/screenshots/lec/comi/scummvm_0_11_2.jpg [L]
 
 ##
 # Images linked directly from the wiki need to work






More information about the Scummvm-git-logs mailing list