summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--README3
-rw-r--r--configure.ac1
-rw-r--r--doc/Makefile.am99
-rw-r--r--doc/outdated/Makefile.am96
-rw-r--r--doc/outdated/access.txt (renamed from doc/access.txt)0
-rw-r--r--doc/outdated/accesslog.txt (renamed from doc/accesslog.txt)0
-rw-r--r--doc/outdated/alias.txt (renamed from doc/alias.txt)0
-rw-r--r--doc/outdated/authentication.txt (renamed from doc/authentication.txt)0
-rw-r--r--doc/outdated/cgi.txt (renamed from doc/cgi.txt)0
-rw-r--r--doc/outdated/cml.txt (renamed from doc/cml.txt)0
-rw-r--r--doc/outdated/compress.txt (renamed from doc/compress.txt)0
-rw-r--r--doc/outdated/configuration.txt (renamed from doc/configuration.txt)0
-rw-r--r--doc/outdated/dirlisting.txt (renamed from doc/dirlisting.txt)0
-rw-r--r--doc/outdated/evhost.txt (renamed from doc/evhost.txt)0
-rw-r--r--doc/outdated/expire.txt (renamed from doc/expire.txt)0
-rw-r--r--doc/outdated/extforward.txt (renamed from doc/extforward.txt)0
-rw-r--r--doc/outdated/fastcgi-state.dot (renamed from doc/fastcgi-state.dot)0
-rw-r--r--doc/outdated/fastcgi-state.txt (renamed from doc/fastcgi-state.txt)0
-rw-r--r--doc/outdated/fastcgi.txt (renamed from doc/fastcgi.txt)0
-rw-r--r--doc/outdated/features.txt (renamed from doc/features.txt)0
-rw-r--r--doc/outdated/magnet.txt (renamed from doc/magnet.txt)0
-rw-r--r--doc/outdated/mysqlvhost.txt (renamed from doc/mysqlvhost.txt)0
-rw-r--r--doc/outdated/performance.txt (renamed from doc/performance.txt)0
-rw-r--r--doc/outdated/plugins.txt (renamed from doc/plugins.txt)0
-rw-r--r--doc/outdated/proxy.txt (renamed from doc/proxy.txt)0
-rw-r--r--doc/outdated/redirect.txt (renamed from doc/redirect.txt)0
-rw-r--r--doc/outdated/rewrite.txt (renamed from doc/rewrite.txt)0
-rw-r--r--doc/outdated/rrdtool.txt (renamed from doc/rrdtool.txt)0
-rw-r--r--doc/outdated/scgi.txt (renamed from doc/scgi.txt)0
-rw-r--r--doc/outdated/secdownload.txt (renamed from doc/secdownload.txt)0
-rw-r--r--doc/outdated/security.txt (renamed from doc/security.txt)0
-rw-r--r--doc/outdated/setenv.txt (renamed from doc/setenv.txt)0
-rw-r--r--doc/outdated/simple-vhost.txt (renamed from doc/simple-vhost.txt)0
-rw-r--r--doc/outdated/skeleton.txt (renamed from doc/skeleton.txt)0
-rw-r--r--doc/outdated/ssi.txt (renamed from doc/ssi.txt)0
-rw-r--r--doc/outdated/ssl.txt (renamed from doc/ssl.txt)0
-rw-r--r--doc/outdated/state.dot (renamed from doc/state.dot)0
-rw-r--r--doc/outdated/state.txt (renamed from doc/state.txt)0
-rw-r--r--doc/outdated/status.txt (renamed from doc/status.txt)0
-rw-r--r--doc/outdated/traffic-shaping.txt (renamed from doc/traffic-shaping.txt)0
-rw-r--r--doc/outdated/trigger_b4_dl.txt (renamed from doc/trigger_b4_dl.txt)0
-rw-r--r--doc/outdated/userdir.txt (renamed from doc/userdir.txt)0
-rw-r--r--doc/outdated/webdav.txt (renamed from doc/webdav.txt)0
44 files changed, 103 insertions, 97 deletions
diff --git a/NEWS b/NEWS
index f30f405b..c49744bb 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ NEWS
* [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
* [proc,include_shell] log error if exec shell fails (fixes #2280)
* [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
+ * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
- 1.4.28 - 2010-08-22
* Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2249)
diff --git a/README b/README
index 318da223..cb72e755 100644
--- a/README
+++ b/README
@@ -19,6 +19,9 @@ a light httpd
URL-Rewriting and many more) make lighttpd the perfect webserver-software
for every server that is suffering load problems.
+:documentation:
+ http://wiki.lighttpd.net/
+
the naming
----------
diff --git a/configure.ac b/configure.ac
index 82327571..1498490b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -610,6 +610,7 @@ AC_CONFIG_FILES([Makefile src/Makefile
doc/config/Makefile \
doc/scripts/Makefile \
doc/initscripts/Makefile \
+ doc/outdated/Makefile \
doc/Makefile \
tests/Makefile \
tests/docroot/Makefile \
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 52c7980a..40a170b3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,101 +1,6 @@
-SUBDIRS=config scripts initscripts
+SUBDIRS=config scripts initscripts outdated
dist_man8_MANS=lighttpd.8
-DOCS=accesslog.txt \
-authentication.txt \
-cgi.txt \
-compress.txt \
-configuration.txt \
-extforward.txt \
-fastcgi-state.txt \
-fastcgi.txt \
-features.txt \
-performance.txt \
-plugins.txt \
-proxy.txt \
-redirect.txt \
-rewrite.txt \
-secdownload.txt \
-security.txt \
-simple-vhost.txt \
-skeleton.txt \
-ssi.txt \
-ssl.txt \
-state.txt \
-rrdtool.txt \
-alias.txt \
-userdir.txt \
-mysqlvhost.txt \
-access.txt \
-traffic-shaping.txt \
-setenv.txt \
-status.txt \
-scgi.txt \
-cml.txt \
-trigger_b4_dl.txt \
-webdav.txt \
-expire.txt \
-dirlisting.txt \
-evhost.txt \
-magnet.txt
-
-HTMLDOCS=accesslog.html \
- authentication.html \
- cgi.html \
- compress.html \
- configuration.html \
- extforward.html \
- fastcgi-state.html \
- fastcgi.html \
- features.html \
- performance.html \
- plugins.html \
- proxy.html \
- redirect.html \
- rewrite.html \
- secdownload.html \
- security.html \
- simple-vhost.html \
- skeleton.html \
- ssi.html \
- ssl.html \
- state.html \
- rrdtool.html \
- alias.html \
- userdir.html \
- mysqlvhost.html \
- access.html \
- traffic-shaping.html \
- setenv.html \
- status.html \
- scgi.html \
- cml.html \
- trigger_b4_dl.html \
- webdav.html \
- expire.html \
- dirlisting.html \
- evhost.html \
- magnet.html
-
EXTRA_DIST= \
- state.dot fastcgi-state.dot \
newstyle.css \
- oldstyle.css \
- $(DOCS)
-
-.txt.html:
- rst2html $^ > $@
-
-
-html-local: $(HTMLDOCS)
-
-#%.ps.gz: %.ps
-# gzip $^
-
-#%.ps: %.dot
-# dot -Tps -o $@ $^
-
-clean-local:
- rm -f *.html
-
-
+ oldstyle.css
diff --git a/doc/outdated/Makefile.am b/doc/outdated/Makefile.am
new file mode 100644
index 00000000..861a6fd0
--- /dev/null
+++ b/doc/outdated/Makefile.am
@@ -0,0 +1,96 @@
+DOCS=accesslog.txt \
+authentication.txt \
+cgi.txt \
+compress.txt \
+configuration.txt \
+extforward.txt \
+fastcgi-state.txt \
+fastcgi.txt \
+features.txt \
+performance.txt \
+plugins.txt \
+proxy.txt \
+redirect.txt \
+rewrite.txt \
+secdownload.txt \
+security.txt \
+simple-vhost.txt \
+skeleton.txt \
+ssi.txt \
+ssl.txt \
+state.txt \
+rrdtool.txt \
+alias.txt \
+userdir.txt \
+mysqlvhost.txt \
+access.txt \
+traffic-shaping.txt \
+setenv.txt \
+status.txt \
+scgi.txt \
+cml.txt \
+trigger_b4_dl.txt \
+webdav.txt \
+expire.txt \
+dirlisting.txt \
+evhost.txt \
+magnet.txt
+
+HTMLDOCS=accesslog.html \
+ authentication.html \
+ cgi.html \
+ compress.html \
+ configuration.html \
+ extforward.html \
+ fastcgi-state.html \
+ fastcgi.html \
+ features.html \
+ performance.html \
+ plugins.html \
+ proxy.html \
+ redirect.html \
+ rewrite.html \
+ secdownload.html \
+ security.html \
+ simple-vhost.html \
+ skeleton.html \
+ ssi.html \
+ ssl.html \
+ state.html \
+ rrdtool.html \
+ alias.html \
+ userdir.html \
+ mysqlvhost.html \
+ access.html \
+ traffic-shaping.html \
+ setenv.html \
+ status.html \
+ scgi.html \
+ cml.html \
+ trigger_b4_dl.html \
+ webdav.html \
+ expire.html \
+ dirlisting.html \
+ evhost.html \
+ magnet.html
+
+EXTRA_DIST= \
+ state.dot fastcgi-state.dot \
+ $(DOCS)
+
+.txt.html:
+ rst2html $^ > $@
+
+
+html-local: $(HTMLDOCS)
+
+#%.ps.gz: %.ps
+# gzip $^
+
+#%.ps: %.dot
+# dot -Tps -o $@ $^
+
+clean-local:
+ rm -f *.html
+
+
diff --git a/doc/access.txt b/doc/outdated/access.txt
index 042da013..042da013 100644
--- a/doc/access.txt
+++ b/doc/outdated/access.txt
diff --git a/doc/accesslog.txt b/doc/outdated/accesslog.txt
index 889a4daa..889a4daa 100644
--- a/doc/accesslog.txt
+++ b/doc/outdated/accesslog.txt
diff --git a/doc/alias.txt b/doc/outdated/alias.txt
index 1315f932..1315f932 100644
--- a/doc/alias.txt
+++ b/doc/outdated/alias.txt
diff --git a/doc/authentication.txt b/doc/outdated/authentication.txt
index edc2b2b3..edc2b2b3 100644
--- a/doc/authentication.txt
+++ b/doc/outdated/authentication.txt
diff --git a/doc/cgi.txt b/doc/outdated/cgi.txt
index 95d187cb..95d187cb 100644
--- a/doc/cgi.txt
+++ b/doc/outdated/cgi.txt
diff --git a/doc/cml.txt b/doc/outdated/cml.txt
index 10fac70b..10fac70b 100644
--- a/doc/cml.txt
+++ b/doc/outdated/cml.txt
diff --git a/doc/compress.txt b/doc/outdated/compress.txt
index 14fbc2dc..14fbc2dc 100644
--- a/doc/compress.txt
+++ b/doc/outdated/compress.txt
diff --git a/doc/configuration.txt b/doc/outdated/configuration.txt
index 3d49f7ff..3d49f7ff 100644
--- a/doc/configuration.txt
+++ b/doc/outdated/configuration.txt
diff --git a/doc/dirlisting.txt b/doc/outdated/dirlisting.txt
index 5dd6873d..5dd6873d 100644
--- a/doc/dirlisting.txt
+++ b/doc/outdated/dirlisting.txt
diff --git a/doc/evhost.txt b/doc/outdated/evhost.txt
index c69cc72c..c69cc72c 100644
--- a/doc/evhost.txt
+++ b/doc/outdated/evhost.txt
diff --git a/doc/expire.txt b/doc/outdated/expire.txt
index ca59c42a..ca59c42a 100644
--- a/doc/expire.txt
+++ b/doc/outdated/expire.txt
diff --git a/doc/extforward.txt b/doc/outdated/extforward.txt
index 3d0c57cd..3d0c57cd 100644
--- a/doc/extforward.txt
+++ b/doc/outdated/extforward.txt
diff --git a/doc/fastcgi-state.dot b/doc/outdated/fastcgi-state.dot
index 8e3068cd..8e3068cd 100644
--- a/doc/fastcgi-state.dot
+++ b/doc/outdated/fastcgi-state.dot
diff --git a/doc/fastcgi-state.txt b/doc/outdated/fastcgi-state.txt
index a05d2c2a..a05d2c2a 100644
--- a/doc/fastcgi-state.txt
+++ b/doc/outdated/fastcgi-state.txt
diff --git a/doc/fastcgi.txt b/doc/outdated/fastcgi.txt
index eee5f791..eee5f791 100644
--- a/doc/fastcgi.txt
+++ b/doc/outdated/fastcgi.txt
diff --git a/doc/features.txt b/doc/outdated/features.txt
index f45fe08b..f45fe08b 100644
--- a/doc/features.txt
+++ b/doc/outdated/features.txt
diff --git a/doc/magnet.txt b/doc/outdated/magnet.txt
index 0559174f..0559174f 100644
--- a/doc/magnet.txt
+++ b/doc/outdated/magnet.txt
diff --git a/doc/mysqlvhost.txt b/doc/outdated/mysqlvhost.txt
index 9a869a19..9a869a19 100644
--- a/doc/mysqlvhost.txt
+++ b/doc/outdated/mysqlvhost.txt
diff --git a/doc/performance.txt b/doc/outdated/performance.txt
index 04d48a1f..04d48a1f 100644
--- a/doc/performance.txt
+++ b/doc/outdated/performance.txt
diff --git a/doc/plugins.txt b/doc/outdated/plugins.txt
index 22dee400..22dee400 100644
--- a/doc/plugins.txt
+++ b/doc/outdated/plugins.txt
diff --git a/doc/proxy.txt b/doc/outdated/proxy.txt
index b8a3997e..b8a3997e 100644
--- a/doc/proxy.txt
+++ b/doc/outdated/proxy.txt
diff --git a/doc/redirect.txt b/doc/outdated/redirect.txt
index ec547317..ec547317 100644
--- a/doc/redirect.txt
+++ b/doc/outdated/redirect.txt
diff --git a/doc/rewrite.txt b/doc/outdated/rewrite.txt
index a1390695..a1390695 100644
--- a/doc/rewrite.txt
+++ b/doc/outdated/rewrite.txt
diff --git a/doc/rrdtool.txt b/doc/outdated/rrdtool.txt
index 1ad5543a..1ad5543a 100644
--- a/doc/rrdtool.txt
+++ b/doc/outdated/rrdtool.txt
diff --git a/doc/scgi.txt b/doc/outdated/scgi.txt
index dbb6371b..dbb6371b 100644
--- a/doc/scgi.txt
+++ b/doc/outdated/scgi.txt
diff --git a/doc/secdownload.txt b/doc/outdated/secdownload.txt
index bf0a4815..bf0a4815 100644
--- a/doc/secdownload.txt
+++ b/doc/outdated/secdownload.txt
diff --git a/doc/security.txt b/doc/outdated/security.txt
index 766fd348..766fd348 100644
--- a/doc/security.txt
+++ b/doc/outdated/security.txt
diff --git a/doc/setenv.txt b/doc/outdated/setenv.txt
index c03474f5..c03474f5 100644
--- a/doc/setenv.txt
+++ b/doc/outdated/setenv.txt
diff --git a/doc/simple-vhost.txt b/doc/outdated/simple-vhost.txt
index 4f8338fd..4f8338fd 100644
--- a/doc/simple-vhost.txt
+++ b/doc/outdated/simple-vhost.txt
diff --git a/doc/skeleton.txt b/doc/outdated/skeleton.txt
index b1b01e6e..b1b01e6e 100644
--- a/doc/skeleton.txt
+++ b/doc/outdated/skeleton.txt
diff --git a/doc/ssi.txt b/doc/outdated/ssi.txt
index c65e7e17..c65e7e17 100644
--- a/doc/ssi.txt
+++ b/doc/outdated/ssi.txt
diff --git a/doc/ssl.txt b/doc/outdated/ssl.txt
index 447da4e5..447da4e5 100644
--- a/doc/ssl.txt
+++ b/doc/outdated/ssl.txt
diff --git a/doc/state.dot b/doc/outdated/state.dot
index 551b2323..551b2323 100644
--- a/doc/state.dot
+++ b/doc/outdated/state.dot
diff --git a/doc/state.txt b/doc/outdated/state.txt
index 5e8277bd..5e8277bd 100644
--- a/doc/state.txt
+++ b/doc/outdated/state.txt
diff --git a/doc/status.txt b/doc/outdated/status.txt
index 53121768..53121768 100644
--- a/doc/status.txt
+++ b/doc/outdated/status.txt
diff --git a/doc/traffic-shaping.txt b/doc/outdated/traffic-shaping.txt
index 1076686e..1076686e 100644
--- a/doc/traffic-shaping.txt
+++ b/doc/outdated/traffic-shaping.txt
diff --git a/doc/trigger_b4_dl.txt b/doc/outdated/trigger_b4_dl.txt
index f5c9d299..f5c9d299 100644
--- a/doc/trigger_b4_dl.txt
+++ b/doc/outdated/trigger_b4_dl.txt
diff --git a/doc/userdir.txt b/doc/outdated/userdir.txt
index 7a62f06d..7a62f06d 100644
--- a/doc/userdir.txt
+++ b/doc/outdated/userdir.txt
diff --git a/doc/webdav.txt b/doc/outdated/webdav.txt
index 7b5259e3..7b5259e3 100644
--- a/doc/webdav.txt
+++ b/doc/outdated/webdav.txt