mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 05:41:00 +00:00
Install loginurl example config file.
This commit is contained in:
parent
3121cc6617
commit
d0a4c18548
3 changed files with 4 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ include doc/po4a.conf doc/*.po doc/*.pot
|
|||
include doc/en/*.1 doc/en/*.5
|
||||
include doc/de/*.1 doc/de/*.5
|
||||
include doc/Makefile
|
||||
include doc/examples/*.sh
|
||||
include doc/examples/*.sh doc/examples/*.bat
|
||||
include doc/examples/linkcheckerrc_loginurl
|
||||
include linkcheck/dns/changelog.txt
|
||||
recursive-include tests *.py *.result *.html *.ico *.txt *.zip *.asc *.css *.xhtml *.sqlite *.adr *.swf
|
||||
|
|
|
|||
1
debian/linkchecker.examples
vendored
1
debian/linkchecker.examples
vendored
|
|
@ -1,6 +1,7 @@
|
|||
doc/examples/check_blacklist.sh
|
||||
doc/examples/check_for_x_errors.sh
|
||||
doc/examples/check_urls.sh
|
||||
doc/examples/linkcheckerrc_loginurl
|
||||
doc/robots.txt.example
|
||||
cgi-bin/lc.fcgi
|
||||
config/create.sql
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# example configuration file demonstrating the login URL feature
|
||||
[authentication]
|
||||
entry=
|
||||
# Note that the password has been left out.
|
||||
|
|
|
|||
Loading…
Reference in a new issue