[about] [top] [prev] [2020-05-09 14:48:27+03:00] [fcf6e624f33fda24bb0cd157eeb3549639e9f28e]

URLs support

SGBlog has simple regexp that can automatically create <a href>-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.

    [leave a comment]