diff options
author | Joshua Slive <slive@apache.org> | 2004-10-06 19:08:49 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2004-10-06 19:08:49 +0200 |
commit | f246d271e56b381ad9193c2b87e06588807f42f2 (patch) | |
tree | a0a0428eaaa7e8e2dfeaeb4ab36cd798435e565b /docs/docroot/index.html.dk | |
parent | remove dead code (diff) | |
download | apache2-f246d271e56b381ad9193c2b87e06588807f42f2.tar.xz apache2-f246d271e56b381ad9193c2b87e06588807f42f2.zip |
As the first stage of a simplification of the default config in 2.1 (only!), I'm
going to remove all the html files under httpd-2.1/docs/docroot/ and replace them
with an index.html file containing only <html><body><h1>It works!</h1></body></html>
I'm going to do this because:
1. The old welcome page is a constant source of confusion to random web surfers who
stumble on unconfigured apache installs.
2. New users, when finding on a docroot with dozens of files, are often confused
about where to put their own content.
3. The international welcome page is a large source of bug reports from people
wanting to tweak grammar or provide new translations.
4. This will allow us to simplify the default config by removing the config stuff
necessary to handle the typemap.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105393 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/docroot/index.html.dk')
-rw-r--r-- | docs/docroot/index.html.dk | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/docroot/index.html.dk b/docs/docroot/index.html.dk deleted file mode 100644 index cbe8aade05..0000000000 --- a/docs/docroot/index.html.dk +++ /dev/null @@ -1,47 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<HTML> - <HEAD> - <TITLE>Prøveside for Apache installationen</TITLE> - </HEAD> -<!-- Background white, links blue (unvisited), navy (visited), red (active) --> - <BODY - BGCOLOR="#FFFFFF" - TEXT="#000000" - LINK="#0000FF" - VLINK="#000080" - ALINK="#FF0000" - > - <H1 ALIGN="CENTER"> - Det virkede! Apache Webserveren er installeret på denne maskine! - </H1> - <P> - Hvis du kan se denne side, så har dem som ejer dette domæne lige - installeret Apache Webserveren. - Du må nu placere web sider i dette directory og fjerne denne side, eller - konfigurere serveren til at anvende et andet directory. - </P> - <HR> - <BLOCKQUOTE> - Hvis du ser denne side istedet for en anden forventet side, <STRONG>kontakt - venligst administratoren for den server du prøver at kontakte.</STRONG> - (Prøv at sende mail til <SAMP><Webmaster@<EM>domain</EM>></SAMP>.) - Apachegruppen har ikke noget at gøre med denne site, så det vil ikke - hjælpe at sende mail to Apache udviklerne angående denne site. - </BLOCKQUOTE> - <HR> - <P> - Apache- - <A - HREF="manual/index.html" - >documentationen</A> - er inkluderet med denne distribution. - </P> - <P> - Webmasteren af denne site må gerne bruge den følgende grafik - på en Apache-drevet webserver. Mange tak for at bruge Apache! - </P> - <DIV ALIGN="CENTER"> - <IMG SRC="apache_pb.gif" ALT=""> - </DIV> - </BODY> -</HTML> |