Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,78115,790项(搜索用时0.01秒)
textproc/Pod-Xhtml-1.61 (Score: 9.2878623E-4)
Generate well-formed XHTML documents from POD format documentation
There's Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need an XSLT to transform XML into XHTML and many people don't have the time or inclination to do this. But they want to make sure that the pages they put on their web site are well-formed, they want those pages to use stylesheets easily, and possibly they want to squirt the XHTML through some kind of filter for more processing. By generating well-formed XHTML straight away we allow anyone to just use the output files as-is. For those who want to use XML tools or transformations they can use the XHTML as a source, because it's a well-formed XML document.
textproc/RADIUS-UserFile-1.01 (Score: 9.2878623E-4)
Perl extension for manipulating a RADIUS users file
This module provides methods for reading information from and modifying a RADIUS users text file. Seamus Venasse <svenasse@polaris.ca>
textproc/RDF-Core-0.51 (Score: 9.2878623E-4)
Object oriented Perl modules for handling tasks related to RDF
RDF::Core is a pure perl implementation of RDF storage, parser, serializer and query. The storage functionality is basic - store, delete, query statements, where query means ask about existence or count or retrieve statements conforming given mask of (subject, predicate, object). Three storages are available - in memory, file (DB_File) and DBMS (PostgreSQL). The parser supports full RDF/XML syntax including aboutEach attribute (though it became obsolete). The serializer attempts to preserve anonymous nodes and to compact xml a bit grouping statements with common subject. The query language is rather focused on resources than on statements.
textproc/RDF-Notation3-0.91 (Score: 9.2878623E-4)
RDF Notation3 parser
This module is an RDF/N3 parser; it can parse N3 files or strings and provide results in whatever format (as far as there are subclasses supporting your desired format available).
textproc/RDF-Simple-0.41.5 (Score: 9.2878623E-4)
Read and write RDF without complication
RDF::Simple is for very simple manipulations of RDF/XML serialisations of RDF graphs.
textproc/RDF-Trine-1.014 (Score: 9.2878623E-4)
RDF Framework for Perl
RDF Framework for Perl
textproc/Pod-Constants-0.17 (Score: 9.2878623E-4)
Include constants from POD
This module allows you to specify those constants that should be documented in your POD, and pull them out a run time in a fairly arbitrary fashion.
textproc/Pod-Escapes-1.07 (Score: 9.2878623E-4)
For resolving Pod E<...> sequences
This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters.
textproc/extract_url-1.5.8 (Score: 9.2878623E-4)
Perl script that extracts URLs from email in MIME or plain text format
This is a Perl script that extracts URLs from correctly-encoded MIME email messages or plain text. This can be used either as a pre-parser for urlview, or to replace urlview entirely. This is designed primarily for use with the mutt emailer. The idea is that if you want to access a URL in an email, you pipe the email to a URL extractor (like this one) which then lets you select a URL to view in some third program (such as Firefox). An alternative design is to access URLs from within mutt's pager by defining macros and tagging the URLs in the display to indicate which macro to use. A script you can use to do that is tagurl.pl. Main features: - Configurable - Handles URLs that have been broken over several lines in format=flowed delsp=yes email messages - Handles quoted-printable email messages - Sanitizes URLs so that they can't break out of the command shell
textproc/Pod-Parser-1.63 (Score: 9.2878623E-4)
Modules to work with POD (Plain Old Documentation)
Set of modules: * Pod::Parser - base class for creating POD filters and translators * Pod::Select - extract selected sections of POD from input * Pod::Usage - print a usage message from embedded pod documentation * Pod::PlainText - convert POD data to formatted ASCII text * Pod::InputObjects - objects representing POD input paragraphs, commands, etc. * Pod::Checker - check pod documents for syntax errors * Pod::ParseUtils - helpers for POD parsing and conversion * Pod::Find - find POD documents in directory trees