Populate/add alt attributes where they were missing.
This commit is contained in:
parent
27aa8c4d41
commit
7e6599e918
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22174
5 changed files with 19 additions and 18 deletions
13
en/art.sgml
13
en/art.sgml
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/art.sgml,v 1.2 2004/04/15 10:52:51 phantom Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/art.sgml,v 1.3 2004/04/15 22:38:27 simon Exp $">
|
||||
<!ENTITY title "FreeBSD Art">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "developers.sgml"> %developers;
|
||||
|
@ -37,17 +37,17 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td align="center" colspan="3"><a href="gifs/daemon_hammer.jpg"><img
|
||||
src="gifs/daemon_hammer-tn25.jpg" alt="" width="150"
|
||||
src="gifs/daemon_hammer-tn25.jpg" alt="BSD Daemon wielding a hammer" width="150"
|
||||
height="178" border="0"></a></td>
|
||||
<td align="center" colspan="3"><img src="gifs/power.jpg" alt=""
|
||||
<td align="center" colspan="3"><img src="gifs/power.jpg" alt="BSD Daemon waiting tables"
|
||||
width="160" height="246" border="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" colspan="2"><img src="gifs/news.jpg" alt=""
|
||||
<td align="center" colspan="2"><img src="gifs/news.jpg" alt="BSD Daemon editing the news"
|
||||
width="193" height="144" border="0"></td>
|
||||
<td align="center" colspan="2"><img src="gifs/doc.jpg" alt=""
|
||||
<td align="center" colspan="2"><img src="gifs/doc.jpg" alt="BSD Daemon reading documentation"
|
||||
width="274" height="163" border="0"></td>
|
||||
<td align="center" colspan="2"><img src="gifs/releases.jpg" alt=""
|
||||
<td align="center" colspan="2"><img src="gifs/releases.jpg" alt="BSD Daemon delivering the latest release"
|
||||
width="259" height="178" border="0"></td>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -90,6 +90,7 @@
|
|||
<table width="100%" border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<!-- Wow, the URI scheme is wrong in this image -->
|
||||
<td align="center"><img src="gifs/freebsd-advert.gif" alt="Adv
|
||||
Banner1" width="455" height="60" border="0"></td>
|
||||
<td align="center"><img src="gifs/freebsd_3.gif" alt="Adv
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.76 2004/05/27 20:27:55 simon Exp $
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.77 2004/08/20 17:59:55 wosch Exp $
|
||||
#
|
||||
# ports.cgi - search engine for FreeBSD ports
|
||||
# o search for a port by name or description
|
||||
|
@ -114,7 +114,7 @@ sub init_variables {
|
|||
$portsDesc = '../ports/';
|
||||
|
||||
# location of the tiny BSD daemon
|
||||
$daemonGif = '<IMG SRC="/gifs/littlelogo.gif">';
|
||||
$daemonGif = '<IMG SRC="/gifs/littlelogo.gif" ALT="Really small BSD Daemon">';
|
||||
|
||||
# visible E-Mail address, plain text
|
||||
$mailto = 'www@FreeBSD.org';
|
||||
|
@ -659,10 +659,10 @@ or moved to an other ports section.
|
|||
sub footer {
|
||||
|
||||
print qq{
|
||||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
|
||||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif" alt="Powered by FreeBSD">
|
||||
© 1996-2002 by Wolfram Schneider. All rights reserved.<br>
|
||||
};
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.76 2004/05/27 20:27:55 simon Exp $} . "<br>\n";
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.77 2004/08/20 17:59:55 wosch Exp $} . "<br>\n";
|
||||
print qq{Please direct questions about this service to
|
||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||
print qq{General questions about FreeBSD ports should be sent to } .
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.183 2004/06/21 23:30:18 trhodes Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.184 2004/06/25 07:06:15 den Exp $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<img src="gifs/doc.jpg" alt="" align="right" border="0" width="274" height="163">
|
||||
<img src="gifs/doc.jpg" alt="BSD Daemon reading documentation" align="right" border="0" width="274" height="163">
|
||||
|
||||
<p>A wide variety of documentation is available for FreeBSD, on this web
|
||||
site, on other web sites, and available over the counter.</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.50 2004/06/23 08:22:33 den Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.51 2004/08/02 07:57:34 murray Exp $">
|
||||
<!ENTITY title "About the FreeBSD WWW Server">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<h2>The Machine</h2>
|
||||
|
||||
<img src="../gifs/powerlogo.gif" alt="" align="right"> <p>The
|
||||
<img src="../gifs/powerlogo.gif" alt="Powered by FreeBSD" align="right"> <p>The
|
||||
machine <tt>www.FreeBSD.org</tt> is a dual 600MHz Pentium III set
|
||||
up with 1024 megabytes of RAM and about 70 gigabytes of disk space.
|
||||
The mail processing duties for the domain are handled by
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
<h2>The Software</h2>
|
||||
|
||||
<img src="../gifs/apachepower.gif" alt="" align="right"><p>
|
||||
<img src="../gifs/apachepower.gif" alt="Powered by Apache" align="right"><p>
|
||||
These pages are served up by the versatile and efficient <a
|
||||
href="http://www.apache.org/">Apache http server</a>. In
|
||||
addition, there are a few locally crafted CGI scripts.
|
||||
|
@ -50,7 +50,7 @@
|
|||
|
||||
<h2>The Pages</h2>
|
||||
|
||||
<img src="../gifs/lynx.gif" alt="" align="right">
|
||||
<img src="../gifs/lynx.gif" alt="Lynx Friendly logo" align="right">
|
||||
<p>These Web pages have been put together by John Fieber
|
||||
<a
|
||||
href="http://people.FreeBSD.org/~jfieber/"><jfieber@FreeBSD.org>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/relnotes.sgml,v 1.9 2003/07/14 10:09:23 rushani Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/relnotes.sgml,v 1.10 2004/04/04 21:49:38 phantom Exp $">
|
||||
<!ENTITY title "Release Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -7,7 +7,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<img src="gifs/doc.jpg" alt="" align="right" border="0" width="274" height="163">
|
||||
<img src="gifs/doc.jpg" alt="BSD daemon reading documentation" align="right" border="0" width="274" height="163">
|
||||
|
||||
<p>Each distribution of FreeBSD includes several documentation
|
||||
files describing the particular distribution (RELEASE,
|
||||
|
|
Loading…
Reference in a new issue