-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
30 lines (29 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: Validateur, a Clojure validations library | Clojure data validation library
layout: default
---
<div class='headline'>
<div class='logo'>
<h1>Validateur</h1>
</div>
<div class='clear' style=''></div>
<p style=''>
Validateur is a Clojure validation library inspired by Ruby's ActiveModel
</p>
<a class='btn btn-primary btn-large' href='/articles/getting_started.html'>Get Started! »</a>
<a class="btn btn-large" href="http://reference.clojurevalidations.info">See API Reference »</a>
<!--
<a class='btn btn-large' href=''>Join the Mailing List »</a>
-->
<a class='btn btn-large' href='http://github.com/michaelklishin/validateur'>Contribute »</a>
</div>
<div class='row-fluid'>
<div class='span4'>
<h2>Small</h2>
<p>Validateur is small: validators are functions, validation sets are higher-order functions, validation results are returned as values.</p>
</div>
<div class='span4'>
<h2>Flexible</h2>
<p>With Validateur, you can create custom validators the most natural way: by defining functions.</p>
</div>
</div>