Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第6,1416,150项(搜索用时0.017秒)
www/netstiff-20080331 (Score: 2.5742833E-4)
Powerful web page update checker
netstiff (formerly known as webdiff) is a powerful Web and FTP site update checker. It supports a variety of different methods (diff, html, size, date, MD5 sum, regexp) and only prints the URIs of the Web pages and/or FTP sites that changed so that its output can easily be used by other scripts (such as wget or mail).
www/Apache-Profiler-0.10 (Score: 2.5742833E-4)
Profiles time seconds needed for every request
Apache::Profiler is a mod_perl init (and cleanup) handler to profile time taken to process one request. Profiled data is reported to the Apache Log file. It'd be useful to profile some heavy application taking a long time to proceed.
www/Blog-Spam-1.0.2 (Score: 2.5742833E-4)
Blog & Forum SPAM Detection
The blogspam site exists to provide a service which allows you to test whether a submitted blog/forum comment is SPAM or not, in real-time. We can identify many common SPAM characteristics and using them allow comments to be blocked - cutting down on the SPAM that might otherwise affect your site.
www/CGI-Compress-Gzip-1.03 (Score: 2.5742833E-4)
CGI::Compress::Gzip - CGI with automatically compressed output
CGI::Compress::Gzip extends the CGI class to auto-detect whether the client browser wants compressed output and apply gzip compression on any content printed on the default filehandle. This module is intended to be a drop-in replacement for CGI.pm in a typical scripting environment.
www/CGI-Pager-1.01 (Score: 2.5742833E-4)
Perl extension to generate HTML pagination linkage easily
CGI::Pager performs the "dirty work" necessary to program paginated data display in a web application. Based on given resultset size, page size, and offset value sensed from current URI, it constructs links for navigation between results pages. It can be used conveniently from a templating system, has both OO and functional interface, and can optionally generate necessary HTML itself.
www/plugger-5.1.5 (Score: 2.5742833E-4)
Multimedia front-end plugin for Mozilla or Opera
Plugger is a multimedia plugin for Unix Netscape 3.0 or later that handles Quicktime, MPEG, MP2, AVI, SGI-movie, Tiff, DL, IFF-anim, MIDI, Soundtracker, AU, WAV and Commodore 64 audio files. Since Plugger 3.0, MPEG audio and video can be streamed. Plugger is a very small plugin, because plugger uses external programs to show/play the different formats.
www/django-contrib-comments-1.6.1 (Score: 2.5742833E-4)
Code formerly known as django.contrib.comments
Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
www/rsstool-1.0.0 (Score: 2.5742833E-4)
Read, parse, merge and write RSS and Atom feeds
rsstool is a tool to read, parse, merge, and write RSS (and Atom) feeds. It has some other functions built-in like text, HTML, or property file output, or templates with custom tags to insert RSS feeds into pages that could be uploaded to a server that supports only static HTML.
www/feed-normalizer-1.5.2 (Score: 2.5742833E-4)
Extensible wrapper for Atom and RSS parsers
Feed normalizer wraps various RSS and Atom parsers, and returns a single unified object graph, regardless of the underlying feed format. Feed normalizer attempts to parse a given feed using all available configured parsers. Feed normalizer is useful when the representation of the data of an underlying RSS/Atom feed should be the same regardless of the underlying format and its terminology.
www/rack-test-0.6.3 (Score: 2.5742833E-4)
Small, simple testing API for Rack apps
Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature.