* Add GNOME 2 screenshots
* Convert all images to PNG format
This commit is contained in:
parent
f899a8043d
commit
1dc8af0969
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13238
7 changed files with 26 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/gnome/images/Makefile,v 1.3 2002/02/07 12:18:33 sobomax Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,9 +7,11 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= ss1.jpg
|
||||
DATA= ss1.png
|
||||
DATA+= ss2.png
|
||||
DATA+= ss3.png
|
||||
DATA+= gnome.jpg
|
||||
DATA+= ss4.png
|
||||
DATA+= ss5.png
|
||||
DATA+= gnome.png
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2 KiB |
BIN
en/gnome/images/gnome.png
Normal file
BIN
en/gnome/images/gnome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 412 KiB |
BIN
en/gnome/images/ss1.png
Normal file
BIN
en/gnome/images/ss1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.23 2002/02/08 20:37:57 sobomax Exp $ -->
|
||||
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.24 2002/05/21 09:15:41 sobomax Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
|
@ -9,7 +9,7 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.23 2002/02/08 20:37:57 sobomax Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.24 2002/05/21 09:15:41 sobomax Exp $'"/>
|
||||
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -90,7 +90,7 @@
|
|||
|
||||
<td align="left" valign="top" rowspan="2">
|
||||
<h2><font color="#990000">What is GNOME?</font></h2>
|
||||
<img src="{$base}/gnome/images/gnome.jpg" align="right"
|
||||
<img src="{$base}/gnome/images/gnome.png" align="right"
|
||||
border="0" width="66" height="83" alt="GNOME Logo"/>
|
||||
|
||||
<p>The GNOME project was born as an effort to create an entirely free
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.9 2002/02/07 12:18:33 sobomax Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: Screenshots">
|
||||
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -14,8 +14,10 @@
|
|||
<p>Here are some examples of GNOME running on FreeBSD. Click on the
|
||||
thumbnails below to see a larger image.</p>
|
||||
|
||||
<h3>GNOME 1.4 Screenshots</h3>
|
||||
|
||||
<p><b>The gratuitous action shot:</b><br>
|
||||
<a href="images/ss1.jpg"><img src="images/ss1.jpg" height="240" width="320" border="0" alt="Screen Shot 1">
|
||||
<a href="images/ss1.png"><img src="images/ss1.png" height="240" width="320" border="0" alt="Screen Shot 1">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -25,8 +27,20 @@
|
|||
</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>
|
||||
<a href="images/ss3.png"><img src="images/ss3.png" height="240" width="320" 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>
|
||||
</p>
|
||||
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue