ruby-sanitize 2.1.0-1 source package in Ubuntu

Changelog

ruby-sanitize (2.1.0-1) unstable; urgency=low


  * Initial release (Closes: #739114)

 -- Jonas Genannt <email address hidden>  Sat, 15 Feb 2014 23:39:50 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-sanitize_2.1.0-1.dsc 2.0 KiB d1a7beac7b0a65b5be5b49891b6eca1b44bf3a889b73d21783ca7bbc44d7bd65
ruby-sanitize_2.1.0.orig.tar.gz 17.7 KiB 3b6aaf24987ad656bc240905fbca73508b1d0c39411f2c84997125b3d00571e5
ruby-sanitize_2.1.0-1.debian.tar.xz 2.2 KiB a50474aa79a62881d80759a9ad92f0d6529a5c979b0f566f633c789882732537

No changes file available.

Binary packages built by this source

ruby-sanitize: whitelist-based HTML sanitizer

 Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable
 elements and attributes, Sanitize will remove all unacceptable HTML from a
 string.
 .
 Using a simple configuration syntax, you can tell Sanitize to allow certain
 elements, certain attributes within those elements, and even certain URL
 protocols within attributes that contain URLs. Any HTML elements or attributes
 that you don't explicitly allow will be removed.
 .
 Because it's based on Nokogiri, a full-fledged HTML parser, rather than a bunch
 of fragile regular expressions, Sanitize has no trouble dealing with malformed
 or maliciously-formed HTML and returning safe output.