diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-03-28 02:22:56 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-03-28 02:22:56 +0000 |
commit | 197cdaaff42d2ee5057a9103e05281b50359d7dd (patch) | |
tree | 60bc0075d7b76743fd71c09e7b9e27a6259b3f7d /textproc/rubygem-html-pipeline1/pkg-descr | |
parent | 2808928a66d9af3b26256e467831cbd1132a3c59 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-html-pipeline1/pkg-descr')
-rw-r--r-- | textproc/rubygem-html-pipeline1/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/rubygem-html-pipeline1/pkg-descr b/textproc/rubygem-html-pipeline1/pkg-descr new file mode 100644 index 000000000000..26883ab79166 --- /dev/null +++ b/textproc/rubygem-html-pipeline1/pkg-descr @@ -0,0 +1,6 @@ +This library provides a handful of chainable HTML filters to +transform user content into markup. A filter takes an HTML +string or Nokogiri::HTML::DocumentFragment, optionally +manipulates it, and then outputs the result. + +WWW: https://github.com/jch/html-pipeline |