Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype Sitemap

    sitemap-gen Web.Sitemap.Gen

    A Sitemap contains multiple SitemapUrl elements which describe crawlable locations for search engines.

  2. Sitemap :: [SitemapUrl] -> Sitemap

    sitemap-gen Web.Sitemap.Gen

    No documentation available.

  3. newtype SitemapIndex

    sitemap-gen Web.Sitemap.Gen

    A SitemapIndex allows informing crawlers of multiple sitemap files hosted on the same domain. See https://www.sitemaps.org/protocol.html#index

  4. SitemapIndex :: [IndexEntry] -> SitemapIndex

    sitemap-gen Web.Sitemap.Gen

    No documentation available.

  5. data SitemapUrl

    sitemap-gen Web.Sitemap.Gen

    A SitemapUrl describes a single URL in a Sitemap.

  6. SitemapUrl :: Text -> Maybe UTCTime -> Maybe ChangeFrequency -> Maybe Double -> SitemapUrl

    sitemap-gen Web.Sitemap.Gen

    No documentation available.

  7. formatSitemapTime :: UTCTime -> Text

    sitemap-gen Web.Sitemap.Gen

    Render the UTCTime in YYYY-MM-DDTHH:MM:SS+00:00 format.

  8. renderSitemap :: XmlOutput x => Sitemap -> x

    sitemap-gen Web.Sitemap.Gen

    Render a Sitemap into a output format supported by the xmlgen package. In most cases you will want to generate a ByteString.

  9. renderSitemapIndex :: XmlOutput x => SitemapIndex -> x

    sitemap-gen Web.Sitemap.Gen

    Render a SitemapIndex into an output format supported by the xmlgen package.

  10. renderSitemapUrl :: SitemapUrl -> Xml Elem

    sitemap-gen Web.Sitemap.Gen

    Render a SitemapUrl as a url XML element.

Page 1222 of many | Previous | Next