Liking cljdoc? Tell your friends :D

s-html.tags.atom

RFC4287 Atom feed tags.

RFC4287 Atom feed tags.
raw docstring

authorclj

Creates a author tag. Accepts the same arguments as [[tag]] except name.

Creates a `author` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

categoryclj

Creates a category tag. Accepts the same arguments as [[tag]] except name.

Creates a `category` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

contentclj

Creates a content tag. Accepts the same arguments as [[tag]] except name.

Creates a `content` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

contributorclj

Creates a contributor tag. Accepts the same arguments as [[tag]] except name.

Creates a `contributor` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

emailclj

Creates a email tag. Accepts the same arguments as [[tag]] except name.

Creates a `email` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

entryclj

Creates a entry tag. Accepts the same arguments as [[tag]] except name.

Creates a `entry` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

feedclj

(feed & attrs-or-contents)

Constructs an RFC4287 Atom feed element with given attributes and contents.

Constructs an RFC4287 Atom feed element with given `attributes` and `contents`.
sourceraw docstring

feed*clj

(feed* & attrs-or-contents)

Constructs an Atom feed element with preceding XML declaration. See feed for details.

Constructs an Atom feed element with preceding XML declaration. See [[feed]] for details.
sourceraw docstring

generatorclj

Creates a generator tag. Accepts the same arguments as [[tag]] except name.

Creates a `generator` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

iconclj

Creates a icon tag. Accepts the same arguments as [[tag]] except name.

Creates a `icon` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

idclj

Creates a id tag. Accepts the same arguments as [[tag]] except name.

Creates a `id` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a link tag. Accepts the same arguments as [[tag]] except name.

Creates a `link` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a logo tag. Accepts the same arguments as [[tag]] except name.

Creates a `logo` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

nameclj

Creates a name tag. Accepts the same arguments as [[tag]] except name.

Creates a `name` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

publishedclj

Creates a published tag. Accepts the same arguments as [[tag]] except name.

Creates a `published` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

rightsclj

Creates a rights tag. Accepts the same arguments as [[tag]] except name.

Creates a `rights` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

sourceclj

Creates a source tag. Accepts the same arguments as [[tag]] except name.

Creates a `source` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

subtitleclj

Creates a subtitle tag. Accepts the same arguments as [[tag]] except name.

Creates a `subtitle` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

summaryclj

Creates a summary tag. Accepts the same arguments as [[tag]] except name.

Creates a `summary` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

titleclj

Creates a title tag. Accepts the same arguments as [[tag]] except name.

Creates a `title` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

updatedclj

Creates a updated tag. Accepts the same arguments as [[tag]] except name.

Creates a `updated` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

uriclj

Creates a uri tag. Accepts the same arguments as [[tag]] except name.

Creates a `uri` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

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

× close