changeset 219:88d6e1e48892

Reorder image directory and reduce .htaccess rules.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Sep 2020 15:44:43 +0900
parents 025ebd8ded7e
children c98ea1e70392
files .htaccess img/GNU_Octave_2011_screenshot-small.png img/GNU_Octave_2011_screenshot.png img/GNU_Octave_2016_screenshot-small.png img/GNU_Octave_2016_screenshot.png img/GNU_Octave_4-2-0_screenshot_1600x973.png img/README.md img/donate-bitcoin.png img/screenshot-2011-small.png img/screenshot-2011.png img/screenshot-2016-small.png img/screenshot-2016.png img/screenshot-octave-4-2.png img/screenshot.png
diffstat 14 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/.htaccess	Tue Sep 15 14:56:05 2020 +0900
+++ b/.htaccess	Tue Sep 15 15:44:43 2020 +0900
@@ -17,13 +17,6 @@
 
 RewriteBase /software/octave/
 
+RewriteRule ^contribute.html get-involved.html [L]
 RewriteRule ^octave.pdf https://www.octave.org/octave.pdf [R=301,L]
-
-RewriteRule ^NEWS.html NEWS-4.2.html [L]
-RewriteRule ^contribute.html get-involved.html [L]
-
-# The screenshot URL below is a permalink to a png-file of **exact**
-# dimension 1600x900 pixel, see https://savannah.gnu.org/bugs/?53432.
-RewriteRule ^img/screenshot.png img/GNU_Octave_4-4-0_screenshot_1600x900.png [L]
-
 RewriteRule ^doc/(.*)$ https://www.octave.org/doc/$1 [R=301,L]
Binary file img/GNU_Octave_2011_screenshot-small.png has changed
Binary file img/GNU_Octave_2011_screenshot.png has changed
Binary file img/GNU_Octave_2016_screenshot-small.png has changed
Binary file img/GNU_Octave_2016_screenshot.png has changed
Binary file img/GNU_Octave_4-2-0_screenshot_1600x973.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/img/README.md	Tue Sep 15 15:44:43 2020 +0900
@@ -0,0 +1,7 @@
+The URL <https://www.octave.org/img/screenshot.png> below is a permalink to a
+screenshot png-file of **exact** dimension 1600x900 pixel.  Currently it is a
+copy of the file:
+
+- `GNU_Octave_4-4-0_screenshot_1600x900.png`
+
+For more details, see <https://savannah.gnu.org/bugs/?53432>.
Binary file img/donate-bitcoin.png has changed
Binary file img/screenshot-2011-small.png has changed
Binary file img/screenshot-2011.png has changed
Binary file img/screenshot-2016-small.png has changed
Binary file img/screenshot-2016.png has changed
Binary file img/screenshot-octave-4-2.png has changed
Binary file img/screenshot.png has changed