Ports Search

Results 15,92115,930 of 19,819 for %22HTTP Server%22.(0.019 seconds)
textproc/Text-Typography-0.01 (Score: 9.2878623E-4)
Perl module to markup ASCII text with correct typography for HTML
This module is a thin wrapper for John Gruber's SmartyPants plugin for various CMSs. SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities. SmartyPants can perform the following transformations: * Straight quotes ( " and ' ) into "curly" quote HTML entities * Backticks-style quotes (``like this'') into "curly" quote HTML entities * Dashes (-- and ---) into en- and em-dash entities * Three consecutive dots (...) into an ellipsis entity
textproc/csv2latex-0.18 (Score: 9.2878623E-4)
Converts a well formed csv file to a LaTeX document
csv2latex converts a well-formed csv file (such as made by OpenOffice.org) to a LaTeX document.
textproc/RTF-Tokenizer-1.20 (Score: 9.2878623E-4)
Perl module for reading RTF files
RTF::Tokenizer is an object-orientated low-level RTF reader. If you're looking to render RTF, or want a higher-level RTF processor, this is not the module for you - you want RTF::Reader. This is the sixth release of RTF::Tokenizer - it's faster, higher quality, and implements the RTF standard better than any previous release. It's also philosophically a better module, and conforms more strictly to Object Orientated guidelines - it can be sub-classed and the interface is cleaner.
textproc/Text-VisualWidth-0.02 (Score: 9.2878623E-4)
Perl extension for trimming text by terminal columns
This module provides functions to treat half-width and full-width characters and display correct size of text in one line on terminals and mobile phones. You can know the visual width of any text and truncate text by the visual width. Now this module support EUC-JP and UTF-8 and tested only with Japanese.
textproc/Search-Elasticsearch-2.03 (Score: 9.2878623E-4)
ElasticSearch API
Search::Elasticsearch is a thin API which makes it easy to communicate with an ElasticSearch cluster.
textproc/Text-TestBase-0.13 (Score: 9.2878623E-4)
Parser for Test::Base format
Text::TestBase is a parser for the Test::Base format.
textproc/Text-Trac-0.18 (Score: 9.2878623E-4)
Perl extension for formatting text with Trac Wiki Style
Text::Trac parses text with Trac WikiFormatting and convert it to html format.
textproc/Time-Human-1.03 (Score: 9.2878623E-4)
Convert localtime() format to "speaking clock" time
From the Time::Human documentation: This module provides a "vague" rendering of the time into natural lan- guage; it's originally intended for text-to-speech applications and other speech-based interfaces.
textproc/Text-Unaccent-1.08 (Score: 9.2878623E-4)
Remove accents from a string
Text::Unaccent is a module that remove accents from a string. unac_string converts the input string from the specified charset to UTF-16 and call unac_string_utf16 to return the unaccented equivalent. The conversion from and to UTF-16 is done with iconv(1).
textproc/Tree-Nary-1.30 (Score: 9.2878623E-4)
Perl implementation of N-ary search trees
The Tree::Nary class implements N-ary trees (trees of data with any number of branches), providing the organizational structure for a tree (collection) of any number of nodes, but knowing nothing about the specific type of node used. It can be used to display hierarchical database entries in an internal application (the NIS netgroup file is an example of such a database). It offers the capability to select nodes on the tree, and attachment points for nodes on the tree. Each attachment point can support multiple child nodes.