| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.IndieWeb.Authorship
- entryAuthors :: Monad μ => Mf2ParserSettings -> (URI -> μ (Maybe ByteString)) -> URI -> Value -> (Value, [Value]) -> μ (Maybe [Value])
Documentation
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 |
| -> (Value, [Value]) | (the h-entry, [parent microformats]) as extracted by |
| -> μ (Maybe [Value]) |
Finds the authors of an h-entry, discovering its authorship http://indiewebcamp.com/authorship using the HTTP fetcher function from arguments.