Create thumbnails of the screenshots to cut down on the load time for

the screenshot index page.  Also, remove the GNOME 2.0b5 screenshot as
we are now at GNOME 2.0.2 Final.

Thumbnails were

Submitted by:	Adam Weinberger <adam@vectors.cx>
This commit is contained in:
Joe Marcus Clarke 2002-10-14 02:39:46 +00:00
parent ee8514c1e4
commit 8c7908a600
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14622
7 changed files with 19 additions and 14 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/images/Makefile,v 1.4 2002/05/26 00:48:42 marcus Exp $
# $FreeBSD: www/en/gnome/images/Makefile,v 1.5 2002/07/04 08:35:08 marcus Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -7,12 +7,22 @@
.include "../Makefile.inc"
.endif
# For screenshots, please create 320x240 thumbnails of the images, and name
# them <imagename>-tn.png. This will minimize the load time for the index
# page. You can use the convert tool included with ImageMagick to do this:
#
# convert -geometry 320x240\! <imagename>.png <imagename>-tn.png
DATA= ss1.png
DATA+= ss1-tn.png
DATA+= ss2.png
DATA+= ss2-tn.png
DATA+= ss3.png
DATA+= ss4.png
DATA+= ss3-tn.png
DATA+= ss5.png
DATA+= ss5-tn.png
DATA+= ss6.png
DATA+= ss6-tn.png
DATA+= gnome.png
.include "${WEB_PREFIX}/share/mk/web.site.mk"

BIN
en/gnome/images/ss1-tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
en/gnome/images/ss2-tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
en/gnome/images/ss3-tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

BIN
en/gnome/images/ss5-tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
en/gnome/images/ss6-tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.11 2002/07/04 08:35:08 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.12 2002/07/04 08:39:24 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Screenshots">
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -17,35 +17,30 @@
<h3>GNOME 1.4 Screenshots</h3>
<p><b>The gratuitous action shot:</b><br>
<a href="images/ss1.png"><img src="images/ss1.png" height="240" width="320" border="0" alt="Screen Shot 1">
<a href="images/ss1.png"><img src="images/ss1-tn.png" border="0" alt="Screen Shot 1">
</a>
</p>
<p><b>Another shot featuring cool Windoze-like taskbar:</b><br>
<a href="images/ss2.png"><img src="images/ss2.png" height="240" width="320" border="0" alt="Screen Shot 2">
<a href="images/ss2.png"><img src="images/ss2-tn.png" border="0" alt="Screen Shot 2">
</a>
</p>
<p><b>Another shot on a 1024x768 laptop screen:</b><br>
<a href="images/ss3.png"><img src="images/ss3.png" height="240" width="320" border="0" alt="Screen Shot 3">
<a href="images/ss3.png"><img src="images/ss3-tn.png" border="0" alt="Screen Shot 3">
</a>
</p>
<h3>GNOME 2.0 Screenshots</h3>
<p><b>GNOME 2.0 Pre-Beta 5:</b><br>
<a href="images/ss4.png"><img src="images/ss4.png" height="240" width="320" border="0" alt="Screen Shot 4">
</a>
</p>
<p><b>GNOME 2.0 with Nautilus 2 on FreeBSD-CURRENT:</b><br>
<a href="images/ss5.png"><img src="images/ss5.png" height="240" width="320" border="0" alt="Screen Shot 5">
<a href="images/ss5.png"><img src="images/ss5-tn.png" border="0" alt="Screen Shot 5">
</a>
</p>
<p><b>GNOME 2.0 Final with anti-aliasing, showing off various themes:
<p><b>GNOME 2.0 with anti-aliasing, showing off various themes:
</b><br>
<a href="images/ss6.png"><img src="images/ss6.png" height="240" width="320" border="0" alt="Screen Shot 6">
<a href="images/ss6.png"><img src="images/ss6-tn.png" border="0" alt="Screen Shot 6">
</a>
</p>