mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 22:01:00 +00:00
syntax
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1502 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b4039684c3
commit
81a404c1d2
2 changed files with 68 additions and 61 deletions
|
|
@ -26,6 +26,7 @@ window.onload = function() {
|
|||
<a href="./install.html">Installation</a>
|
||||
<span>Documentation</span>
|
||||
<a href="./faq.html">FAQ</a>
|
||||
<a href="./misc.html">Misc</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -62,36 +63,39 @@ outside of the domain are also checked for validity.</p>
|
|||
<p>Here is a complete list of recognized, but ignored links. The most
|
||||
prominent of them should be JavaScript links.</p>
|
||||
<ul class="simple">
|
||||
<li>acap (application configuration access protocol)</li>
|
||||
<li>afs (Andrew File System global file names)</li>
|
||||
<li>chrome (Mozilla specific)</li>
|
||||
<li>cid (content identifier)</li>
|
||||
<li>clsid (Microsoft specific)</li>
|
||||
<li>data (data)</li>
|
||||
<li>dav (dav)</li>
|
||||
<li>fax (fax)</li>
|
||||
<li>find (Mozilla specific)</li>
|
||||
<li>imap (internet message access protocol)</li>
|
||||
<li>isbn (ISBN (int. book numbers))</li>
|
||||
<li>javascript (JavaScript)</li>
|
||||
<li>ldap (Lightweight Directory Access Protocol)</li>
|
||||
<li>mailserver (Access to data available from mail servers)</li>
|
||||
<li>mid (message identifier)</li>
|
||||
<li>modem (modem)</li>
|
||||
<li>nfs (network file system protocol)</li>
|
||||
<li>opaquelocktoken (opaquelocktoken)</li>
|
||||
<li>pop (Post Office Protocol v3)</li>
|
||||
<li>prospero (Prospero Directory Service)</li>
|
||||
<li>rtsp (real time streaming protocol)</li>
|
||||
<li>service (service location)</li>
|
||||
<li>sip (session initiation protocol)</li>
|
||||
<li>tel (telephone)</li>
|
||||
<li>tip (Transaction Internet Protocol)</li>
|
||||
<li>tn3270 (Interactive 3270 emulation sessions)</li>
|
||||
<li>vemmi (versatile multimedia interface)</li>
|
||||
<li>wais (Wide Area Information Servers)</li>
|
||||
<li>z39.50r (Z39.50 Retrieval)</li>
|
||||
<li>z39.50s (Z39.50 Session)</li>
|
||||
<li><tt class="literal"><span class="pre">acap:</span></tt> (application configuration access protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">afs:</span></tt> (Andrew File System global file names)</li>
|
||||
<li><tt class="literal"><span class="pre">chrome:</span></tt> (Mozilla specific)</li>
|
||||
<li><tt class="literal"><span class="pre">cid:</span></tt> (content identifier)</li>
|
||||
<li><tt class="literal"><span class="pre">clsid:</span></tt> (Microsoft specific)</li>
|
||||
<li><tt class="literal"><span class="pre">data:</span></tt> (data)</li>
|
||||
<li><tt class="literal"><span class="pre">dav:</span></tt> (dav)</li>
|
||||
<li><tt class="literal"><span class="pre">fax:</span></tt> (fax)</li>
|
||||
<li><tt class="literal"><span class="pre">find:</span></tt> (Mozilla specific)</li>
|
||||
<li><tt class="literal"><span class="pre">imap:</span></tt> (internet message access protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">isbn:</span></tt> (ISBN (int. book numbers))</li>
|
||||
<li><tt class="literal"><span class="pre">javascript:</span></tt> (JavaScript)</li>
|
||||
<li><tt class="literal"><span class="pre">ldap:</span></tt> (Lightweight Directory Access Protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">mailserver:</span></tt> (Access to data available from mail servers)</li>
|
||||
<li><tt class="literal"><span class="pre">mid:</span></tt> (message identifier)</li>
|
||||
<li><tt class="literal"><span class="pre">mms:</span></tt> (multimedia stream)</li>
|
||||
<li><tt class="literal"><span class="pre">modem:</span></tt> (modem)</li>
|
||||
<li><tt class="literal"><span class="pre">nfs:</span></tt> (network file system protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">opaquelocktoken:</span></tt> (opaquelocktoken)</li>
|
||||
<li><tt class="literal"><span class="pre">pop:</span></tt> (Post Office Protocol v3)</li>
|
||||
<li><tt class="literal"><span class="pre">prospero:</span></tt> (Prospero Directory Service)</li>
|
||||
<li><tt class="literal"><span class="pre">rsync:</span></tt> (rsync protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">rtsp:</span></tt> (real time streaming protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">service:</span></tt> (service location)</li>
|
||||
<li><tt class="literal"><span class="pre">shttp:</span></tt> (secure HTTP)</li>
|
||||
<li><tt class="literal"><span class="pre">sip:</span></tt> (session initiation protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">tel:</span></tt> (telephone)</li>
|
||||
<li><tt class="literal"><span class="pre">tip:</span></tt> (Transaction Internet Protocol)</li>
|
||||
<li><tt class="literal"><span class="pre">tn3270:</span></tt> (Interactive 3270 emulation sessions)</li>
|
||||
<li><tt class="literal"><span class="pre">vemmi:</span></tt> (versatile multimedia interface)</li>
|
||||
<li><tt class="literal"><span class="pre">wais:</span></tt> (Wide Area Information Servers)</li>
|
||||
<li><tt class="literal"><span class="pre">z39.50r:</span></tt> (Z39.50 Retrieval)</li>
|
||||
<li><tt class="literal"><span class="pre">z39.50s:</span></tt> (Z39.50 Session)</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -99,7 +103,7 @@ prominent of them should be JavaScript links.</p>
|
|||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-08-24 20:29 UTC.
|
||||
Generated on: 2004-08-25 19:54 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -38,34 +38,37 @@ Performed checks
|
|||
Here is a complete list of recognized, but ignored links. The most
|
||||
prominent of them should be JavaScript links.
|
||||
|
||||
- acap (application configuration access protocol)
|
||||
- afs (Andrew File System global file names)
|
||||
- chrome (Mozilla specific)
|
||||
- cid (content identifier)
|
||||
- clsid (Microsoft specific)
|
||||
- data (data)
|
||||
- dav (dav)
|
||||
- fax (fax)
|
||||
- find (Mozilla specific)
|
||||
- imap (internet message access protocol)
|
||||
- isbn (ISBN (int. book numbers))
|
||||
- javascript (JavaScript)
|
||||
- ldap (Lightweight Directory Access Protocol)
|
||||
- mailserver (Access to data available from mail servers)
|
||||
- mid (message identifier)
|
||||
- modem (modem)
|
||||
- nfs (network file system protocol)
|
||||
- opaquelocktoken (opaquelocktoken)
|
||||
- pop (Post Office Protocol v3)
|
||||
- prospero (Prospero Directory Service)
|
||||
- rtsp (real time streaming protocol)
|
||||
- service (service location)
|
||||
- sip (session initiation protocol)
|
||||
- tel (telephone)
|
||||
- tip (Transaction Internet Protocol)
|
||||
- tn3270 (Interactive 3270 emulation sessions)
|
||||
- vemmi (versatile multimedia interface)
|
||||
- wais (Wide Area Information Servers)
|
||||
- z39.50r (Z39.50 Retrieval)
|
||||
- z39.50s (Z39.50 Session)
|
||||
- ``acap:`` (application configuration access protocol)
|
||||
- ``afs:`` (Andrew File System global file names)
|
||||
- ``chrome:`` (Mozilla specific)
|
||||
- ``cid:`` (content identifier)
|
||||
- ``clsid:`` (Microsoft specific)
|
||||
- ``data:`` (data)
|
||||
- ``dav:`` (dav)
|
||||
- ``fax:`` (fax)
|
||||
- ``find:`` (Mozilla specific)
|
||||
- ``imap:`` (internet message access protocol)
|
||||
- ``isbn:`` (ISBN (int. book numbers))
|
||||
- ``javascript:`` (JavaScript)
|
||||
- ``ldap:`` (Lightweight Directory Access Protocol)
|
||||
- ``mailserver:`` (Access to data available from mail servers)
|
||||
- ``mid:`` (message identifier)
|
||||
- ``mms:`` (multimedia stream)
|
||||
- ``modem:`` (modem)
|
||||
- ``nfs:`` (network file system protocol)
|
||||
- ``opaquelocktoken:`` (opaquelocktoken)
|
||||
- ``pop:`` (Post Office Protocol v3)
|
||||
- ``prospero:`` (Prospero Directory Service)
|
||||
- ``rsync:`` (rsync protocol)
|
||||
- ``rtsp:`` (real time streaming protocol)
|
||||
- ``service:`` (service location)
|
||||
- ``shttp:`` (secure HTTP)
|
||||
- ``sip:`` (session initiation protocol)
|
||||
- ``tel:`` (telephone)
|
||||
- ``tip:`` (Transaction Internet Protocol)
|
||||
- ``tn3270:`` (Interactive 3270 emulation sessions)
|
||||
- ``vemmi:`` (versatile multimedia interface)
|
||||
- ``wais:`` (Wide Area Information Servers)
|
||||
- ``z39.50r:`` (Z39.50 Retrieval)
|
||||
- ``z39.50s:`` (Z39.50 Session)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue