You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-HTTP-Server-Simple-0.44-6.fc19.noarch
HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools.
RPMPackage perl-HTTP-Response-Encoding-0.06-11.fc19.noarch
Adds encoding() to HTTP::Response.
RPMPackage perl-HTTP-Negotiate-6.01-5.fc19.noarch
This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.
RPMPackage perl-HTTP-Message-6.06-3.fc19.noarch
The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them.
RPMPackage perl-HTTP-Date-6.02-5.fc19.noarch
This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default.
RPMPackage perl-HTTP-Daemon-6.01-5.fc19.noarch
Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too.
RPMPackage perl-HTTP-Cookies-6.01-5.fc19.noarch
This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about.
RPMPackage perl-HTTP-Cache-Transparent-1.0-14.fc19.noarch
HTTP::Cache::Transparent is an implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations.
RPMPackage perl-HTML-Tree-5.03-2.fc19.noarch
This distribution contains a suite of modules for representing, creating, and extracting information from HTML syntax trees; there is also relevant documentation. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track.
RPMPackage perl-HTML-Tidy-1.54-9.fc19.x86_64
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint".
RPMPackage perl-HTML-Template-2.95-1.fc19.noarch
This module attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.
RPMPackage perl-HTML-Tagset-3.20-15.fc19.noarch
This module contains several data tables useful in various kinds of HTML parsing operations, such as tag and entity names.
RPMPackage perl-HTML-TableExtract-2.11-1.fc19.noarch
HTML::TableExtract is a module that simplifies the extraction of information contained in tables within HTML documents. Tables of note may be specified using Headers, Depth, Count, Attributes, or some combination of the three. See the module documentation for details.
RPMPackage perl-HTML-Parser-3.71-1.fc19.x86_64
The HTML-Parser module for perl to parse and extract information from HTML documents, including the HTML::Entities, HTML::HeadParser, HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
RPMPackage perl-HTML-Parser-3.69-10.fc19.armv6hl
The HTML-Parser module for perl to parse and extract information from HTML documents, including the HTML::Entities, HTML::HeadParser, HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
RPMPackage perl-HTML-FromText-2.05-14.fc19.noarch
"HTML::FromText" converts plain text to HTML. There are a handfull of options that shape the conversion. There is a utility function, "text2html", that's exported by default. This function is simply a short- cut to the Object Oriented interface described in detail below.
RPMPackage perl-HTML-Format-2.11-1.fc19.noarch
A collection of modules that formats HTML as plaintext, PostScript or RTF.
RPMPackage perl-HTML-Form-6.03-4.fc19.noarch
Objects of the HTML::Form class represents a single HTML <form> ... </form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent.
RPMPackage perl-Guard-1.022-4.fc19.armv6hl
This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected.
RPMPackage perl-Guard-1.022-4.fc19.x86_64
This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected.