Lines 1-33
Link Here
|
1 |
share/linbot/config.py |
1 |
share/webcheck/config.py |
2 |
share/linbot/debugio.py |
2 |
share/webcheck/debugio.py |
3 |
share/linbot/htmlparse.py |
3 |
share/webcheck/htmlparse.py |
4 |
share/linbot/httpcodes.py |
4 |
share/webcheck/httpcodes.py |
5 |
share/linbot/linbot.css |
5 |
share/webcheck/webcheck.css |
6 |
share/linbot/linbot.py |
6 |
share/webcheck/webcheck.py |
7 |
share/linbot/myUrlLib.py |
7 |
share/webcheck/myUrlLib.py |
8 |
share/linbot/plugins/__init__.py |
8 |
share/webcheck/plugins/__init__.py |
9 |
share/linbot/plugins/badlinks.py |
9 |
share/webcheck/plugins/badlinks.py |
10 |
share/linbot/plugins/external.py |
10 |
share/webcheck/plugins/external.py |
11 |
share/linbot/plugins/images.py |
11 |
share/webcheck/plugins/images.py |
12 |
share/linbot/plugins/notchkd.py |
12 |
share/webcheck/plugins/notchkd.py |
13 |
share/linbot/plugins/notitles.py |
13 |
share/webcheck/plugins/notitles.py |
14 |
share/linbot/plugins/problems.py |
14 |
share/webcheck/plugins/problems.py |
15 |
share/linbot/plugins/rptlib.py |
15 |
share/webcheck/plugins/rptlib.py |
16 |
share/linbot/plugins/sitemap.py |
16 |
share/webcheck/plugins/sitemap.py |
17 |
share/linbot/plugins/slow.py |
17 |
share/webcheck/plugins/slow.py |
18 |
share/linbot/plugins/whatsnew.py |
18 |
share/webcheck/plugins/whatsnew.py |
19 |
share/linbot/plugins/whatsold.py |
19 |
share/webcheck/plugins/whatsold.py |
20 |
share/linbot/robotparser.py |
20 |
share/webcheck/robotparser.py |
21 |
share/linbot/schemes/__init__.py |
21 |
share/webcheck/schemes/__init__.py |
22 |
share/linbot/schemes/filelink.py |
22 |
share/webcheck/schemes/filelink.py |
23 |
share/linbot/schemes/ftplink.py |
23 |
share/webcheck/schemes/ftplink.py |
24 |
share/linbot/schemes/httplink.py |
24 |
share/webcheck/schemes/httplink.py |
25 |
share/linbot/version.py |
25 |
share/webcheck/version.py |
26 |
%%PORTDOCS%%share/doc/linbot/USAGE |
26 |
%%PORTDOCS%%share/doc/webcheck/USAGE |
27 |
%%PORTDOCS%%@dirrm share/doc/linbot/ |
27 |
%%PORTDOCS%%@dirrm share/doc/webcheck/ |
28 |
@unexec rm -f %D/share/linbot/*.py[co] %D/share/linbot/*/*.py[co] |
28 |
@unexec rm -f %D/share/webcheck/*.py[co] %D/share/webcheck/*/*.py[co] |
29 |
@dirrm share/linbot/plugins |
29 |
@dirrm share/webcheck/plugins |
30 |
@dirrm share/linbot/schemes |
30 |
@dirrm share/webcheck/schemes |
31 |
@dirrm share/linbot |
31 |
@dirrm share/webcheck |
32 |
@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot |
32 |
@exec ln -fs %D/share/webcheck/webcheck.py %D/bin/webcheck |
33 |
@unexec rm %D/bin/linbot |
33 |
@unexec rm %D/bin/webcheck |