- Reflect that www.FreeBSD.org runs Lighttpd now instead of Apache
PR: www/123341 Submitted by: pgj
This commit is contained in:
parent
e1e915c675
commit
2ac395d57c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=32059
4 changed files with 7 additions and 7 deletions
en
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/gifs/Makefile,v 1.59 2007/03/21 04:11:35 jkoshy Exp $
|
||||
# $FreeBSD: www/en/gifs/Makefile,v 1.60 2008/02/12 19:52:02 remko Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,8 +7,8 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= apache.gif apachepower.gif daemon.gif doc.gif
|
||||
DATA+= home.gif littlelogo.gif new.gif power-button.gif
|
||||
DATA= apache.gif daemon.gif doc.gif
|
||||
DATA+= home.gif light_button.png littlelogo.gif new.gif power-button.gif
|
||||
DATA+= powerlogo.gif ugu_icon.gif wclogo.gif topbar.gif
|
||||
DATA+= flash0.gif flash1.gif soft0.gif soft1.gif support0.gif support1.gif
|
||||
DATA+= docs0.gif docs1.gif vendors0.gif vendors1.gif search0.gif search1.gif
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 4 KiB |
BIN
en/gifs/light_button.png
Normal file
BIN
en/gifs/light_button.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2 KiB |
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.59 2007/03/13 12:30:40 gabor Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.60 2008/03/12 12:41:34 remko Exp $">
|
||||
<!ENTITY title "About the FreeBSD WWW Server">
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
@ -35,9 +35,9 @@
|
|||
|
||||
<h2>The Software</h2>
|
||||
|
||||
<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
|
||||
<img src="../gifs/light_button.png" alt="lighttpd fly light." align="right"><p>
|
||||
These pages are served up by the fast, secure and flexible <a
|
||||
href="http://www.lighttpd.net/">lighttpd webserver</a>. In
|
||||
addition, there are a few locally crafted CGI scripts.
|
||||
Indexing of these pages and the mailing list archive are
|
||||
provided by freewais-sf, a derivative of the CNIDR freewais.</p>
|
||||
|
|
Loading…
Reference in a new issue