Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.
Kibana 4.1 is compatible with Elasticsearch 1.4.4 - 1.7.
Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.
Kibana 4.5 is compatible with Elasticsearch 2.3.x.
This module provides one function, equals (not exported by default).
You should pass this function two strings of the same length. It will
return true if they are string-wise identical and false otherwise,
just like eq. However, comparing any two differing strings will take
a fixed amount of time, unlike eq.
String::Divert is small Perl 5 module providing a scalar-like string
object with some overloaded operators, supporting the concept of Folding
and Diversion. This allows nested generation of structured output. The
idea is to decouple the sequential generation of output from the nested
and non-sequential structure of the output.
This is an interface into HTML::SuperForm through the Template Toolkit. When
created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
Template's stash is searched for an Apache object or a CGI object to pass to
HTML::SuperForm's constructor.
When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
the arguments are passed to HTML::SuperForm's constructor.
EtText is a simple plain-text to HTML convertor. It provides an
easy-to-edit, easy-to-read and intuitive way to write HTML.
EtText markup is simple and effective; it is very similar to
WikiWikiWeb TextFormattingRules or Zope's StructuredText.
It tries to be XHTML conformant in its generated code.
This is a toolkit for rendering plain text via an API like that used for
graphics rendering in GUI toolkits. This package might be used when you
want to do sophisticated rendering of plain text, e.g., for graphing,
creating of complex forms for email and fax, and so on.
-Anton
<tobez@FreeBSD.org>
Text::Hatena parses text with Hatena Style and generates html string.
Hatena Style is a set of text syntax which is originally used in
Hatena Diary (http://d.hatena.ne.jp/).
You can get html string from simple text with syntax like Wiki.
Text::FormatTable renders simple tables as text. You pass to the constructor
a table format specification similar to LaTeX (e.g. "r|l|l") and you call
methods to fill the table data and insert rules. After the data is filled,
you render the table as text.
Seamus Venasse <svenasse@polaris.ca>
Text::Highlight is a flexible and extensible tool for highlighting the
syntax in programming code. The markup used and languages supported are
completely customizable. It can output highlighted code for embedding
in HTML, terminal escapes for an ANSI-capable display, or even posting
on an online forum. Bundled support includes C/C++, CSS, HTML, Java,
Perl, PHP and SQL.