This is the westbrook Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 08:05:39 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
westbrook
An RSS feed generator.
Zach Beane <xach@xach.com>
BSD
cxml
(system).
package.lisp
(file).
pubdate.lisp
(file).
feed.lisp
(file).
generate-xml.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
westbrook/westbrook.asd
westbrook/package.lisp
westbrook/pubdate.lisp
westbrook/feed.lisp
westbrook/generate-xml.lisp
westbrook/pubdate.lisp
package.lisp
(file).
westbrook
(system).
*short-month-names*
(special variable).
*short-weekday-names*
(special variable).
iso8601-date-string
(function).
pubdate-string
(function).
westbrook/feed.lisp
pubdate.lisp
(file).
westbrook
(system).
add-feed-item
(generic function).
feed
(class).
item
(class).
items
(reader method).
(setf items)
(writer method).
make-feed-item
(generic function).
print-object
(method).
print-object
(method).
shared-initialize
(method).
*generator-string*
(special variable).
check-required-slots
(function).
checked-slots
(reader method).
checked-slots-mixin
(class).
description
(reader method).
description
(reader method).
(setf description)
(writer method).
(setf description)
(writer method).
guid
(reader method).
(setf guid)
(writer method).
guid-permalink-p
(reader method).
(setf guid-permalink-p)
(writer method).
item-class
(reader method).
(setf item-class)
(writer method).
last-build-date
(reader method).
(setf last-build-date)
(writer method).
link
(reader method).
link
(reader method).
(setf link)
(writer method).
(setf link)
(writer method).
pub-date
(reader method).
pub-date
(reader method).
(setf pub-date)
(writer method).
(setf pub-date)
(writer method).
title
(reader method).
title
(reader method).
(setf title)
(writer method).
(setf title)
(writer method).
westbrook/generate-xml.lisp
feed.lisp
(file).
westbrook
(system).
generate
(generic function).
generate-to
(function).
Packages are listed by definition order.
westbrook
common-lisp
.
cxml
.
add-feed-item
(generic function).
feed
(class).
generate
(generic function).
generate-to
(function).
item
(class).
items
(generic reader).
(setf items)
(generic writer).
make-feed-item
(generic function).
*generator-string*
(special variable).
*short-month-names*
(special variable).
*short-weekday-names*
(special variable).
check-required-slots
(function).
checked-slots
(generic reader).
checked-slots-mixin
(class).
description
(generic reader).
(setf description)
(generic writer).
element
(function).
elements
(function).
guid
(generic reader).
(setf guid)
(generic writer).
guid-permalink-p
(generic reader).
(setf guid-permalink-p)
(generic writer).
iso8601-date-string
(function).
item-class
(generic reader).
(setf item-class)
(generic writer).
last-build-date
(generic reader).
(setf last-build-date)
(generic writer).
link
(generic reader).
(setf link)
(generic writer).
pub-date
(generic reader).
(setf pub-date)
(generic writer).
pubdate-string
(function).
title
(generic reader).
(setf title)
(generic writer).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Initarg | Value |
---|---|
:checked-slots | (quote (title link)) |
Required. A short description/title for the feed.
:title
Required. A long-ish description of the feed.
:description
(get-universal-time)
:pub-date
(get-universal-time)
:last-build-date
(quote nil)
:items
When using ADD-FEED-ITEM or MAKE-FEED-ITEM, new items are created as instances of this class.
(quote westbrook:item)
:item-class
Initarg | Value |
---|---|
:checked-slots | (quote (link title guid)) |
Required. A string title.
:title
""
:description
A universal-time representing the publication date of the item. Defaults to the current time.
(get-universal-time)
:pub-date
Required. A string representing a unique (global)
id of this item. If guid-permalink-p is true for the item, the
guid should be a unique link to the item.
:guid
guid
.
:guid-permalink-p
checked-slots-mixin
)) ¶automatically generated reader method
Jump to: | (
A C D E F G I L M P S T |
---|
Jump to: | (
A C D E F G I L M P S T |
---|
Jump to: | *
C D G I L P S T |
---|
Jump to: | *
C D G I L P S T |
---|
Jump to: | C F G I P S W |
---|
Jump to: | C F G I P S W |
---|