You are here

constant LINKCHECKER_RESERVED_DOCUMENTATION_DOMAINS in Link checker 6.2

Same name and namespace in other branches
  1. 5.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 includes/linkchecker.admin.inc
@file Administrative page callbacks for the linkchecker module.
linkchecker_admin_settings_form_validate in includes/linkchecker.admin.inc
linkchecker_update_6213 in ./linkchecker.install
Add RFC documenation domains back if they have been removed.
_linkchecker_link_check_status_filter in ./linkchecker.module
Verifies against the blacklists, 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");