Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第6,7716,780项(搜索用时0.017秒)
textproc/xmltv-1.3 (Score: 2.3547228E-4)
Python module that provides access to XMLTV TV listings
[ excerpt from developer's www site ] python-xmltv is a Python module that provides access to XMLTV data. XMLTV is an XML format for storing TV listings. More information on XMLTV can be found at http://membled.com/work/apps/xmltv/
www/faup-1.5 (Score: 2.3547228E-4)
Fast URL decoder library
Faup stands for Finally An Url Parser and is a library and command line tool to parse URLs and normalize fields with two constraints: - Work with real-life urls (resilient to badly formated ones) - Be fast: no allocation for string parsing and read characters only once
www/ffproxy-1.6 (Score: 2.3547228E-4)
Filtering HTTP proxy server
ffproxy is a filtering HTTP proxy server. It is able to filter by host, URL, and header. Custom header entries can be filtered and added. It can even drop its privileges and optionally chroot() to some directory. Logging to syslog() is supported, as is using another auxiliary proxy server. Contacting IPv6 servers is supported and allows transparent IPv6 over IPv4 browsing.
www/grr-1.0 (Score: 2.3547228E-4)
Rss reader for GNUstep
Grr is a RSS Reader application Features Parsing RSS Feeds Fetching feeds from the web Showing headlines Showing the article's descriptions Categories for feeds Articles can be rated Simple HTML rendering on GNUstep Serializing obtained feed-information to hard-disk Managing (Adding, removing) feeds Parsing ATOM feeds.
www/webkit-0.13.1.3 (Score: 2.3547228E-4)
Binding to the Webkit library
WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
www/mitmproxy-0.15 (Score: 2.3547228E-4)
SSL-capable man-in-the-middle proxy
'mitmproxy' is an SSL-capable man-in-the-middle HTTP proxy. It provides a console interface that allows traffic flows to be inspected and edited on the fly. 'mitmdump' is the command-line version of mitmproxy, with the same functionality but without the frills. Think tcpdump for HTTP.
www/mod_vhost_ldap-2.0.8 (Score: 2.3547228E-4)
Virtual Hosting from ldap built on top of mod_ldap
mod_vhost_ldap is an Apache 2.x module for storing and configuring virtual hosts from LDAP. It supports DocumentRoot, ScriptAlias, ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives. It's built on top of mod_ldap, so it uses its caching capabilities and can be used with a threaded Apache httpd.
www/Catalyst-Action-REST-1.20 (Score: 2.3547228E-4)
Automated REST Method Dispatching for Catalyst
Catalyst::Controller::REST implements a mechanism for building RESTful services in Catalyst. It does this by extending the normal Catalyst dispatch mechanism to allow for different subroutines to be called based on the HTTP Method requested, while also transparently handling all the serialization/deserialization for you.
www/CGI-Utils-0.12 (Score: 2.3547228E-4)
Utilities for retrieving information through the CGI
This module can be used almost as a drop-in replacement for CGI.pm for those of you who do not use the HTML generating features of CGI.pm This module provides an object-oriented interface for retrieving information provided by the Common Gateway Interface, as well as url-encoding and decoding values, and parsing CGI parameters.
www/FCGI-ProcManager-0.25 (Score: 2.3547228E-4)
Functions for managing FastCGI applications
FCGI::ProcManager is used to serve as a FastCGI process manager. By re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process management. The process manager should be invoked before the caller''s request loop