summaryrefslogtreecommitdiffstats
path: root/docs/docroot/index.html.dk
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2004-10-06 19:08:49 +0200
committerJoshua Slive <slive@apache.org>2004-10-06 19:08:49 +0200
commitf246d271e56b381ad9193c2b87e06588807f42f2 (patch)
treea0a0428eaaa7e8e2dfeaeb4ab36cd798435e565b /docs/docroot/index.html.dk
parentremove dead code (diff)
downloadapache2-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.dk47
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&oslash;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&aring; denne maskine!
- </H1>
- <P>
- Hvis du kan se denne side, s&aring; har dem som ejer dette dom&aelig;ne lige
- installeret Apache Webserveren.
- Du m&aring; 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&oslash;ver at kontakte.</STRONG>
- (Pr&oslash;v at sende mail til <SAMP>&lt;Webmaster@<EM>domain</EM>&gt;</SAMP>.)
- Apachegruppen har ikke noget at g&oslash;re med denne site, s&aring; det vil ikke
- hj&aelig;lpe at sende mail to Apache udviklerne ang&aring;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&aring; gerne bruge den f&oslash;lgende grafik
- p&aring; en Apache-drevet webserver. Mange tak for at bruge Apache!
- </P>
- <DIV ALIGN="CENTER">
- <IMG SRC="apache_pb.gif" ALT="">
- </DIV>
- </BODY>
-</HTML>