1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
include README.txt COPYING MANIFEST.in
include config/linkchecker-completion config/create.sql
include config/linkcheckerrc
include config/linkchecker.apache2.conf install-rpm.sh
include linkchecker.freecode
include cgi-bin/lc.wsgi cgi-bin/README
include Makefile
include cgi-bin/lconline/*.html cgi-bin/lconline/*.de cgi-bin/lconline/*.en
include cgi-bin/lconline/*.js cgi-bin/lconline/*.css cgi-bin/lconline/*.ico
include linkcheck/HtmlParser/Makefile
include linkcheck/HtmlParser/htmllex.l
include linkcheck/HtmlParser/htmlparse.y
include linkcheck/HtmlParser/*.h
include linkcheck/HtmlParser/fixincludes.awk
include linkcheck/gui/Makefile
include linkcheck/gui/rc/Makefile
include linkcheck/gui/rc/*.png
include linkcheck/gui/rc/*.qrc
include linkcheck/gui/ui/*.ui
include po/*.po po/*.pot po/Makefile po/msgfmt.py
include doc/*.example doc/*.txt
include doc/html/*.ico
include doc/html/*.html
include doc/html/*.txt
include doc/html/*.png
include doc/html/*.qhp
include doc/html/*.qhcp
include doc/html/Makefile
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 doc/examples/*.bat doc/examples/*.py
include doc/examples/linkcheckerrc_loginurl
include scripts/*.sh scripts/*.py
recursive-include third_party *.py *.txt Makefile example*
recursive-include tests *.py *.result *.html *.ico *.txt *.zip *.asc *.css *.xhtml *.sqlite *.adr *.swf
|