Liking cljdoc? Tell your friends :D

super-rss.impl.sitemap


find-sitemap-urlclj

(find-sitemap-url base-url)
source

find-sitemap-url-in-htmlclj

(find-sitemap-url-in-html base-url)

Look if the sitemap is specify in the html head

Look if the sitemap is specify in the html head
sourceraw docstring

parse-xml-stringclj

(parse-xml-string s)
source

poor-man-rssclj

(poor-man-rss url {:keys [handlers]})

Try to create and RSS feed using the sitemap. Limitation:

  • page has to match common/blog-url?
  • we only read 30 pages (arbitrary limit to avoid crawling too much of a website)
Try to create and RSS feed using the sitemap.
Limitation:
 - page has to match common/blog-url?
 - we only read 30 pages (arbitrary limit to avoid crawling too much of a website)
sourceraw docstring

sitemap-url->urlsclj

(sitemap-url->urls url)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close