summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-nokogiri/DESCR')
-rw-r--r--textproc/ruby-nokogiri/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/ruby-nokogiri/DESCR b/textproc/ruby-nokogiri/DESCR
new file mode 100644
index 00000000000..fc45b9aaa36
--- /dev/null
+++ b/textproc/ruby-nokogiri/DESCR
@@ -0,0 +1,9 @@
+Nokogiri parses and searches XML/HTML very quickly, and also has correctly
+implemented CSS3 selector support as well as XPath support.
+
+Features:
+
+* XPath support for document searching
+* CSS3 selector support for document searching
+* XML/HTML builder
+* Drop in replacement for Hpricot (though not bug for bug)