Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Nov 1, 2014
1 parent efcc189 commit a7c5378
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ pickle-email-*.html
**/*swp
*swp
*swo
node_modules*

18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Really Simple Validation (RSV)

### General info

Really Simple Validation (RSV) is a tried-and-tested javascript validation library I wrote back in the late
paleolithic era. Additional code contributed by Mihai Ionescu and Nathan Howard.

Expand All @@ -10,9 +12,15 @@ and examples, please visit:
http://www.benjaminkeen.com/open-source-projects/smaller-projects/really-simple-validation-js/

There are three flavours:
1. /standalone - contains a self-contained script with no other dependencies.
2. /jquery - RSV as a jQuery plugin
3. /prototype - RSV as a Prototype plugin
- `/standalone` - contains a self-contained script with no other dependencies.
- `/jquery` - RSV as a jQuery plugin
- `/prototype` - RSV as a Prototype plugin


### For developers

As mentioned this is an oooolllld script (~10 years or more), but still functions perfectly well. If anyone wants to
take over the project, go for it. The world is pretty much inundated with validation libraries these days, so I don't
plan on spending any more time on it, other than for bug fixes.

Ben Keen
@vancouverben
- Ben

0 comments on commit a7c5378

Please sign in to comment.