Ports Search

Results 1,4411,450 of 1,719 for /textproc/.(0.002 seconds)
textproc/jekyll-sitemap-0.10.0 (Score: 0.068937615)
Automatically generate a sitemap.xml for Jekyll sites
A Jekyll plugin generating sitemaps.org compliant sitemaps for Jekyll sites.
textproc/jsmin-1.0.1 (Score: 0.068937615)
Ruby implementation of Douglas Crockford's JSMin JavaScript minifier
Ruby implementation of Douglas Crockford's JSMin JavaScript minifier.
textproc/kramdown-1.11.1 (Score: 0.068937615)
Yet-another-markdown-parser but fast, pure Ruby
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions.
textproc/kwalify-0.7.2 (Score: 0.068937615)
Parser, schema validator, and data binding tool for YAML and JSON
Kwalify is a parser, schema validator, and data binding tool for YAML and JSON. YAML and JSON are simple and nice format for structured data and easier for human to read and write than XML. But there have been no schema for YAML such as RelaxNG or DTD. Kwalify gets over this situation.
textproc/libxml-ruby-2.8.0 (Score: 0.068937615)
Ruby bindings for the GNOME Libxml2 toolkit
The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit. It is free software, released under the MIT License.
textproc/linguistics-2.1.0 (Score: 0.068937615)
Framework for extending Ruby objects with linguistic methods
This is a generic, language-neutral framework for extending Ruby objects with linguistic methods. It includes an English-language module with inflection, pluralisation, conjunctions, indefinite articles, present participles, ordinal numbers, numbers to words, general quantification, integration with WordNet and CMU's LinkGrammar, as well as a framework for providing modules for other languages.
textproc/liquid-3.0.6 (Score: 0.068937615)
Library for rendering safe templates
Ruby library for rendering safe templates which cannot affect the security of the server they are rendered on.
textproc/liquid-2.6.3 (Score: 0.068937615)
Library for rendering safe templates
Ruby library for rendering safe templates which cannot affect the security of the server they are rendered on.
textproc/loggability-0.11.0 (Score: 0.068937615)
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/loofah-2.0.3 (Score: 0.068937615)
Library for manipulating HTML/XML documents and fragments
Loofah is a general library for manipulating HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist.