Skip to content
This repository has been archived by the owner on Dec 10, 2017. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
git-svn-id: https://xssterminate.googlecode.com/svn/trunk@13 503a6658-bc44-0410-a8bd-599819d3de0a
  • Loading branch information
look@recursion.org committed Feb 16, 2009
1 parent bd67a58 commit 4711bc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rdoc
Expand Up @@ -12,7 +12,7 @@ a per-field basis.

To install, do:

script/plugin install http://xssterminate.googlecode.com/svn/trunk/xss_terminate
script/plugin install git://github.com/look/xss_terminate.git

== HTML sanitization

Expand Down Expand Up @@ -69,7 +69,7 @@ the before_save hook.

+xss_terminate+ is based on +acts_as_sanitized+. Here is what's different:

* Supports Rails 2.0-2.2 (may work on edge Rails)
* Supports Rails 2.0-2.2 (may work on edge Rails, but I haven't tested it)
* Automatic. It is included with default options in <tt>ActiveReord::Base</tt> so all your models are sanitized.
* It works with migrations. Columns are fetched when model is saved, not when the class is loaded.
* You can decide whether to sanitize or strip tags on a field-by-field basis instead of model-by-model.
Expand All @@ -88,6 +88,8 @@ Written by {Luke Francl}[http://railspikes.com] and based on acts_as_sanitized b

HTML5Lib sanitization by {Jacques Distler}[http://golem.ph.utexas.edu/~distler].

Bug fixes and reports from a cast of thousands.

== License

MIT License, except for lib/html5lib_sanitize.rb which is under the
Expand Down

0 comments on commit 4711bc8

Please sign in to comment.