indieweb-algorithms-0.1.0: A collection of implementations of IndieWeb algorithms.

Safe HaskellNone
LanguageHaskell2010

Data.IndieWeb.Authorship

Synopsis

Documentation

entryAuthors Source

Arguments

:: Monad μ 
=> Mf2ParserSettings 
-> (URI -> μ (Maybe ByteString))

the URI fetcher function

-> URI

the URI of the page the entry was extracted from

-> Value

the full Microformats 2 parse of the page as extracted by parseMf2

-> (Value, [Value])

(the h-entry, [parent microformats]) as extracted by allMicroformatsOfType

-> μ (Maybe [Value]) 

Finds the authors of an h-entry, discovering its authorship http://indiewebcamp.com/authorship using the HTTP fetcher function from arguments.