RT is a simple and human-readable table format.
RTtool is a converter from RT into various formats.
RT can be incorporated into RD.
At this time, RTtool can convert RT into HTML and plain text.
To convert into plain text, you need w3m.
tnef2txt is an application/ms-tnef parser. In addition to viewing the
files, it can also dump them to disk.
RT is a simple and human-readable table format.
RTtool is a converter from RT into various formats.
RT can be incorporated into RD.
At this time, RTtool can convert RT into HTML and plain text.
To convert into plain text, you need w3m.
A small and simple webserver programmed in C++ that was designed to make
sharing files easy.
By default, it shares whatever folder it was executed from on port 2000.
While simple, a good deal of flexibility is exposed when you read the
documentation and look at the optional configuration files.
An Apache 2 module to provide authentication via an IMAP mail server.
SRG is a Squid Report Generator designed for the needs of CRCnet.
None of the existing report generators could provide the exact solution
that we required and we decided to start from scratch rather than trying
to modify an existing progamme. SRG is designed to be fast and easy
to integrate in to other authentication systems
(such as those that are driving Squid itself).
Features
* PHP Output with built in authentication hooks
* Fast Processing
* Reporting right down the location vistied
This module provides a just-in-time compiler for HTML::Template.
If your template needs to be compiled - either because it has changed
or because it has never been compiled - then HTML::Template::JIT uses
HTML::Template and Inline::C to compile your template to native
machine instructions.
The resulting compiled template is much faster than a normal cached
template. Benchmarks show HTML::Template::JIT, with a precompiled
template, performing 4 to 8 times faster than HTML::Template in cache
mode.
HTTP_WebDAV_Client is a RFC2518 compliant stream wrapper
that allows to use WebDAV server resources like a regular
file system from within PHP.
HTTP_WebDAV_Server is a RFC2518 compliant helper class
for WebDAV server implementation.
pear-Services_Amazon_S3 provides an object-oriented interface
to the Amazon Simple Storage Service (S3). This package is
based on the 2006-03-01 REST API.