Miscellaneous helper functions and macros for Clojure web apps/services using Ring and Compojure.
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Gered 4f08c1c2a1 add hiccup page html helper
basically same idea as hiccup's existing html5 function, but includes
some conditional html designed to work in conjunction with some of the
clojurescript utility functions to detect whether an old IE version
is in use, or lack of websockets support, etc.
2016-06-13 12:18:14 -04:00
src/webtools add hiccup page html helper 2016-06-13 12:18:14 -04:00
.gitignore initial commit 2015-01-04 00:11:24 -05:00
LICENSE rename project 2016-04-30 14:27:37 -04:00
project.clj add hiccup page html helper 2016-06-13 12:18:14 -04:00
README.md rename project 2016-04-30 14:27:37 -04:00

webtools

Miscellaneous helper functions and macros for Ring and Compojure.

Leiningen

[gered/webtools "0.0.1"]

Usage

TODO

License

Copyright © 2016 Gered King

Distributed under the the MIT License. See LICENSE for more details.