Ports Search

Results 6,7616,770 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
textproc/XML-Atom-SimpleFeed-0.862 (Score: 2.3547228E-4)
XML::Atom::SimpleFeed - Generate simple Atom syndication feeds
This module exists to generate basic Atom syndication feeds. While it does not provide a full, object-oriented interface into all the nooks and crannies of Atom feeds, an Atom parser, or an Atom client API, it should be useful for people who want to generate basic, valid Atom feeds of their content quickly and easily.
textproc/XML-Hash-LX-0.0603 (Score: 2.3547228E-4)
Convert hash to xml and xml to hash using LibXML
This module is a companion for XML::LibXML. It operates with LibXML objects, could return or accept LibXML objects, and may be used for easy data transformations. It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and of course much slower than XML::Bare. It is faster in composing than XML::Hash, but slower than XML::Simple.
textproc/XML-Literal-0.02 (Score: 2.3547228E-4)
Syntax support for XML literals
This module takes one function at its use line. Afterwards, all single-line <...> calls that looks like a XML literal will be processed with that function, instead of the built-in shell glob. Support for qx<...> overriding for multiline XML literals is planned for Perl 5.10.
textproc/dTemplate-2.5 (Score: 2.3547228E-4)
Powerful template handling logic with advanced features
This module wants to be the most powerful general purpose templating system. It has a very clear and easy to learn syntax with the styling capabilities. All you need to use this: put $TEMPLATE_VARIABLE$ into your dTemplates, define them, and parse them. (You can write $ signs as $$).
textproc/junit-xml-1.6 (Score: 2.3547228E-4)
Creates JUnit XML documents used by tools such as Jenkins
A Python module for creating JUnit XML test result documents that can be read by tools such as Jenkins. If you are ever working with test tool or test suite written in Python and want to take advantage of Jenkins' pretty graphs and test reporting capabilities, this module will let you generate the XML test reports.
textproc/qprint-1.1 (Score: 2.3547228E-4)
Encode and decode Quoted-Printable files
The MIME (Multipurpose Internet Mail Extensions) specification (RFC 1521 and successors) defines a mechanism for encoding text consisting primarily of printable ASCII characters, but which may contain characters (for example, accented letters in the ISO 8859 Latin-1 character set) which cannot be encoded as 7-bit ASCII or are non-printable characters which may confuse mail transfer agents.
textproc/loggability-0.11.0 (Score: 2.3547228E-4)
Composable logging system built on the standard Logger library
A composable logging system built on the standard Logger library. You can add Loggability to large libraries and systems, then hook everything up later when you know where you want logs to be written, at what level of severity, and in which format.
textproc/sgrep-0.99 (Score: 2.3547228E-4)
Grep for structured text like SGML and HTML
`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 was created by: Jani Jaakkola, email:Jani.Jaakkola@helsinki.fi Pekka Kilpelainen, email: Pekka.Kilpelainen@helsinki.fi
textproc/y2l-1.2 (Score: 2.3547228E-4)
Yacc-to-Latex pretty printer/converter
The Yacc to LaTeX utility takes (hopefully) any yacc source file, and derives an Extended Backus-Naur Form (EBNF) description from it. This EBNF is written out as LaTeX source. The output is a LaTeX "longtable" environment, that can be included in any LaTeX document, typically using an \input{} statement.
textproc/templates_parser-17.0.0 (Score: 2.3547228E-4)
Web page template engine module for the Ada Web Server
This is the template engine for the Ada Web Server. It is modular and therefore can be split out of AWS and used on its own. As it was designed for generating web pages, it's function is to parse a page template and replace tokens with specified values. This template engine is amazingly fast due to its concurrent cached compiled templates support.