diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 06:25:15 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 06:25:15 +0000 |
commit | e6503fb81a27bb578af6a8d0591748b0d84cbf3d (patch) | |
tree | 80c45281ac7798887074895f840282856e9b3bab /www/apache13-fp/files/patch-lang.es | |
parent | Upgrade to version 2.3. (diff) |
Upgrade to the latest and greatest apache/frontpage combo.
PR: ports/16974
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=26464
Diffstat (limited to 'www/apache13-fp/files/patch-lang.es')
-rw-r--r-- | www/apache13-fp/files/patch-lang.es | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/apache13-fp/files/patch-lang.es b/www/apache13-fp/files/patch-lang.es new file mode 100644 index 000000000000..79178c10c0fd --- /dev/null +++ b/www/apache13-fp/files/patch-lang.es @@ -0,0 +1,30 @@ +--- htdocs/index.html.es.orig Fri Aug 27 06:08:59 1999 ++++ htdocs/index.html.es Sun Feb 20 17:15:30 2000 +@@ -35,17 +35,24 @@ + <P> + La + <A +- HREF="manual/index.html" ++ HREF="http://@@HOSTNAME@@:8080/manual/index.html" + >documentación</A> + de Apache ha sido incluida en esta distribución. + </P> ++<P>The <STRONG>FrontPage 2000 Extentions (mod_frontpage)</STRONG> has been installed, read the ++<A HREF="http://@@HOSTNAME@@:8080/manual/mod/mod_frontpage/index.html">FrontPage 2000 documentation</A> carefully.</P> ++<P>Information on the FreeBSD operating system can be found on the <A HREF="http://www.freebsd.org/">FreeBSD Home Page</A>.</P> + <P> + El administrador del sitio esta invitado a usar la siguiente + imagen para indicar que su sitio es servido por Apache. +- ¡Gracias por usar Apache! ++ ¡Gracias por usar Apachei and FreeBSD! + </P> + <DIV ALIGN="CENTER"> +- <IMG SRC="apache_pb.gif" ALT=""> ++ <A HREF="http://www.apache.org/"><IMG SRC="/images/apache_pb.gif" ALT="Powered by Apache"></A> ++ <A HREF="http://www.freebsd.org/"> ++ <IMG SRC="/images/powerlogo.gif" ALT="Site driven by FreeBSD - FreeBSD: The Power to Server!"></A> ++ <A HREF="http://www.microsoft.com/frontpage/default.htm"> ++ <IMG SRC="/images/fplogo.gif" ALT="Created with Microsoft FrontPage 2000"></A> + </DIV> + </BODY> + </HTML> |