Hiccup 2.0.0-RC1

Released under the Eclipse Public License

A fast library for rendering HTML in Clojure.

Installation

To install, add the following dependency to your project or build file:

[hiccup "2.0.0-RC1"]

Topics

Namespaces

hiccup.core

Library for rendering a tree of vectors into a string of HTML. Pre-compiles where possible for performance.

Public variables and functions:

hiccup.def

Macros for defining functions that generate HTML

Public variables and functions:

hiccup.element

Functions for creating generic HTML elements.

hiccup.form

Functions for generating HTML forms and input fields.

hiccup.middleware

Ring middleware functions for Hiccup.

Public variables and functions:

hiccup.page

Functions for setting up HTML pages.

hiccup.util

Utility functions for Hiccup.

hiccup2.core

Library for rendering a tree of vectors into HTML. Pre-compiles where possible for performance. Strings are automatically escaped.

Public variables and functions: