Skip to content

Sitemap generator for your site written in Common Lisp

Notifications You must be signed in to change notification settings

40ants/clack-sitemap

Repository files navigation

clack-sitemap - Sitemap generator for your site.

CLACK-SITEMAP ASDF System Details

Installation

You can install this library from Quicklisp, but you want to receive updates quickly, then install it from Ultralisp.org:

(ql-dist:install-dist "http://dist.ultralisp.org/"
                      :prompt nil)
(ql:quickload :clack-sitemap)

Usage

TODO: Write a library description. Put some examples here.

API

CLACK-SITEMAP

package clack-sitemap

Functions

function clack-sitemap/builder:make-news publication-name publication-lang article-title date &key access genres keywords stock-tickers

function clack-sitemap/builder:make-ref loc &key lastmod

function clack-sitemap/builder:make-url loc &key lastmod changefreq priority news

CLACK-SITEMAP/BUILDER

package clack-sitemap/builder

Functions

function clack-sitemap/builder:make-news publication-name publication-lang article-title date &key access genres keywords stock-tickers

function clack-sitemap/builder:make-ref loc &key lastmod

function clack-sitemap/builder:make-url loc &key lastmod changefreq priority news

function clack-sitemap/builder:render-sitemap items &key stream base-url

[generated by 40ANTS-DOC]

About

Sitemap generator for your site written in Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published