diff --git a/ext/link_scan/info.php b/ext/link_scan/info.php index 541e07aa..8d828ef1 100644 --- a/ext/link_scan/info.php +++ b/ext/link_scan/info.php @@ -14,5 +14,15 @@ class LinkScanInfo extends ExtensionInfo public array $authors = self::SHISH_AUTHOR; public string $license = self::LICENSE_GPLV2; public string $description = "Find posts that are referenced in a block of text"; - public ?string $documentation = "With this extension enabled, you can paste a block of text into the search field, and the code will scan the text for URLs referencing the site, and show them as search results"; + public ?string $documentation = " + With this extension enabled, you can paste a block of text into + the search field, and the code will scan the text for URLs + referencing the site, and show them as search results + +
By default scan-for-URLs mode will be activated if somebody
+ searches for text which includes http://
+ or https://
- but you can change this by setting
+ link_scan_trigger
in the config table, eg to
+ https?://www.mysite.com/
+ ";
}