[doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2795 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
adc97e5ba3
commit
960d34c7ea
1
NEWS
1
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)
|
||||
|
|
3
README
3
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
|
||||
----------
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue