Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,60115,610项(搜索用时0.011秒)
textproc/regex-tdfa-1.2.0 (Score: 9.2878623E-4)
Replaces/Enhances Text.Regex
A new all Haskell "tagged" DFA regex engine, inspired by libtre.
textproc/rfc5051-0.1.0.3 (Score: 9.2878623E-4)
Simple unicode collation as per RFC5051
This library implements i;unicode-casemap, the simple, non locale-sensitive unicode collation algorithm described in RFC 5051. Proper unicode collation can be done using text-icu, but that is a big dependency that depends on a large C library, and rfc5051 might be better for some purposes.
textproc/tagsoup-0.13.3 (Score: 9.2878623E-4)
Parsing and extracting information from HTML/XML documents
TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification, and can be used to parse either well-formed XML, or unstructured and malformed HTML from the web. The library also provides useful functions to extract information from an HTML document, making it ideal for screen-scraping.
textproc/tagstream-conduit-0.5.5.3 (Score: 9.2878623E-4)
Streamlined HTML tag parser
Tag-stream is a library for parsing HTML//XML to a token stream. It can parse unstructured and malformed HTML from the web. It also provides an Enumeratee which can parse streamline html, which means it consumes constant memory.
textproc/xml-types-0.3.6 (Score: 9.2878623E-4)
Basic types for representing XML
Basic types for representing XML.
textproc/xmlhtml-0.2.3.4 (Score: 9.2878623E-4)
XML parser and renderer with HTML 5 quirks mode
Contains renderers and parsers for both XML and HTML 5 document fragments, which share data structures so that it's easy to work with both. Document fragments are bits of documents, which are not constrained by some of the high-level structure rules (in particular, they may contain more than one root element). Note that this is not a compliant HTML 5 parser. Rather, it is a parser for HTML 5 compliant documents. It does not implement the HTML 5 parsing algorithm, and should generally be expected to perform correctly only on documents that you trust to conform to HTML 5. This is not a suitable library for implementing web crawlers or other software that will be exposed to documents from outside sources. The result is also not the HTML 5 node structure, but rather something closer to the physical structure. For example, omitted start tags are not inserted (and so, their corresponding end tags must also be omitted).
textproc/html2tex-2.7 (Score: 9.2878623E-4)
HTML to LaTeX converter, last modified 2010
A program which can be used to converts a single HTML file or a collection of related HTML files into a single LaTeX file.
textproc/pystr-2.0.0 (Score: 9.2878623E-4)
String operations the Python way
String operations the Python way - a package for those of us who miss Python's string methods while we're working in R.
textproc/dtdinst-2009.11.11 (Score: 9.2878623E-4)
Converts DTDs to XML instance, in a specific or RELAX NG format
DTDinst is a program for converting XML DTDs into XML instance format. The XML instance can be in either a format specific to DTDinst or RELAX NG format.
textproc/libmrss-0.19.2 (Score: 9.2878623E-4)
C library for parsing, writing, and creating RSS
mRss is a C library for parsing, writing and creating RSS files or streams.