mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-22 21:25:48 +00:00
Remove html patch reject file
This commit is contained in:
parent
152dbeb9b8
commit
a61424c15b
1 changed files with 0 additions and 30 deletions
|
|
@ -1,30 +0,0 @@
|
|||
--- linkchecker.1.html.orig 2011-06-14 21:14:55.016011206 +0200
|
||||
+++ linkchecker.1.html 2011-06-14 21:17:07.108913849 +0200
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
The most common use checks the given domain recursively, plus any
|
||||
URL pointing outside of the domain:
|
||||
-<BR> <B>linkchecker <A HREF="http://www.example.net/">http://www.example.net/</A></B>
|
||||
+<BR> <B>linkchecker http://www.example.net/</B>
|
||||
<BR>
|
||||
|
||||
Beware that this checks the whole site which can have thousands of URLs.
|
||||
@@ -59,15 +59,15 @@
|
||||
<BR>
|
||||
|
||||
You can skip the <B>http://</B> url part if the domain starts with <B>www.</B>:
|
||||
-<BR> <B>linkchecker <A HREF="http://www.example.com">www.example.com</A></B>
|
||||
+<BR> <B>linkchecker www.example.com</B>
|
||||
<BR>
|
||||
|
||||
You can skip the <B>ftp://</B> url part if the domain starts with <B>ftp.</B>:
|
||||
-<BR> <B>linkchecker -r0 <A HREF="ftp://ftp.example.org">ftp.example.org</A></B>
|
||||
+<BR> <B>linkchecker -r0 ftp.example.org</B>
|
||||
<BR>
|
||||
|
||||
Generate a sitemap graph and convert it with the graphviz dot utility:
|
||||
-<BR> <B>linkchecker -odot -v <A HREF="http://www.example.com">www.example.com</A> | dot -Tps > sitemap.ps</B>
|
||||
+<BR> <B>linkchecker -odot -v www.example.com | dot -Tps > sitemap.ps</B>
|
||||
<A NAME="lbAF"> </A>
|
||||
<H2>OPTIONS</H2>
|
||||
|
||||
Loading…
Reference in a new issue