You are here

constant LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS in Link checker 5.2

Same name and namespace in other branches
  1. 6.2 linkchecker.module \LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS
  2. 7 linkchecker.module \LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS

A list of domain names reserved for use in documentation and not available for registration. See RFC 2606, Section 3 for more information.

4 uses of LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS
linkchecker_admin_settings_form in ./linkchecker.module
linkchecker_admin_settings_form_validate in ./linkchecker.module
linkchecker_update_5212 in ./linkchecker.install
Add RFC documenation domains back if they have been removed.
_linkchecker_link_check_status_filter in ./linkchecker.module
Verifies against the url blacklist, if the link status should be checked or not.

File

./linkchecker.module, line 20
This module periodically check links in given node types, blocks, cck fields, etc.

Code

define('LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS', "example.com\nexample.net\nexample.org");