aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgrep2/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sgrep2/pkg-descr')
-rw-r--r--textproc/sgrep2/pkg-descr23
1 files changed, 13 insertions, 10 deletions
diff --git a/textproc/sgrep2/pkg-descr b/textproc/sgrep2/pkg-descr
index d017991b0e2c..66346851e5cc 100644
--- a/textproc/sgrep2/pkg-descr
+++ b/textproc/sgrep2/pkg-descr
@@ -1,13 +1,16 @@
-`sgrep' (structured grep) is a tool for searching text files and
-filtering text streams using structural criteria. Complex criteria
-can be specified as macros using M4.
+sgrep (structured grep) is a tool for searching and indexing text, SGML,XML
+and HTML files and filtering text streams using structural criteria. The data
+model of sgrep is based on regions, which are nonempty substrings of text.
+Regions are typically occurrences of constant strings, SGML-tags, or meaningful
+text elements, which are recognizable through some delimiting strings or the
+builtin SGML, XML and HTML parser. Regions can be arbitrarily long, arbitrarily
+overlapping, and arbitrarily nested.
-Sgrep was created by:
-
- Jani Jaakkola, email:Jani.Jaakkola@helsinki.fi
- Pekka Kilpelainen, email: Pekka.Kilpelainen@helsinki.fi
+Sgrep is a convenient tool for making queries to almost any kind of text files
+with some well kown structure. These include programs, mail folders, news
+folders, HTML, SGML, etc... With relatively simple queries you can display mail
+messages by their subject or sender, extract titles or links or any regions
+from HTML files, function prototypes from C or make complex queries to SGML
+files based on the DTD of the file.
WWW: http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
-
-- Koshy
- <jkoshy@acm.org>