From: Sergey Matveev Date: Sat, 9 May 2020 11:48:27 +0000 (+0300) Subject: URLs support X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=fcf6e624f33fda24bb0cd157eeb3549639e9f28e;p=stargrave-blog.git URLs support SGBlog has simple regexp that can automatically create -s for something that looks like URL. But it has hard coded possible schemes: ftp:// gopher:// http:// https:// telnet:// Also if it sees something like 9a8e5797c8b2335a67868912900b742962083b6b then it will recognize it as a commit's hash and create link to it. ---