From 6a0c5c4e2d83f060445e0de01c056cfff727d161 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 16 Jan 2024 13:29:29 +0000 Subject: [PATCH] more docs --- ext/link_scan/info.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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/ + "; }