diff options
Diffstat (limited to 'devel/streamhtmlparser/pkg-descr')
-rw-r--r-- | devel/streamhtmlparser/pkg-descr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/streamhtmlparser/pkg-descr b/devel/streamhtmlparser/pkg-descr deleted file mode 100644 index 7947968cc92f..000000000000 --- a/devel/streamhtmlparser/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Implementation of an html and javascript context scanner with no -lookahead. Its purpose is to scan an html document and provide context -information at any point within the input stream. An example of a user -of this scanner would be an auto escaping templating system, which would -require html context information at very specific points within the html -stream. The implementation is based on a simplified state machine of -HTML4.1 and javascript. The code also contains C++ and python bindings. - -WWW: http://code.google.com/p/streamhtmlparser/ |