mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
suppress file:// link generation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2502 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
896c3d0b39
commit
8088686779
2 changed files with 5 additions and 5 deletions
|
|
@ -196,8 +196,8 @@ Use PHP or Zope or ASP for dynamic content, and use JavaScript just as
|
|||
an addon for your web pages.</p>
|
||||
<p><strong>Q: I don't get this --extern/--intern stuff.</strong></p>
|
||||
<p>A: When it comes to checking there are three types of URLs. Note
|
||||
that local files are also represented als URLs (ie <a class="reference" href="file://">file://</a>). So
|
||||
local files can be external URLs.</p>
|
||||
that local files are also represented als URLs (with <tt class="docutils literal"><span class="pre">file:</span></tt> prefix).
|
||||
So local files can be external URLs.</p>
|
||||
<ol class="arabic simple">
|
||||
<li>strict external URLs:
|
||||
We do only syntax checking. Internal URLs are never strict.</li>
|
||||
|
|
@ -297,7 +297,7 @@ and look for missing files.</p>
|
|||
</div>
|
||||
<hr class="docutils footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2005-03-15 23:27 UTC.
|
||||
Generated on: 2005-04-01 09:00 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -199,8 +199,8 @@ an addon for your web pages.
|
|||
**Q: I don't get this --extern/--intern stuff.**
|
||||
|
||||
A: When it comes to checking there are three types of URLs. Note
|
||||
that local files are also represented als URLs (ie file://). So
|
||||
local files can be external URLs.
|
||||
that local files are also represented als URLs (with ``file:`` prefix).
|
||||
So local files can be external URLs.
|
||||
|
||||
1) strict external URLs:
|
||||
We do only syntax checking. Internal URLs are never strict.
|
||||
|
|
|
|||
Loading…
Reference in a new issue