Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第8,1218,130项(搜索用时0.011秒)
www/geneweb-6.08 (Score: 1.4061591E-4)
Advanced genealogy software
GeneWeb is a genealogy software program with a Web interface originally developed by Daniel de Rauglaudre, but currently maintained by fabien@geneanet.org. It can be used off-line or in a Web environment. It uses very efficient techniques of relationship and consanguinity computing, developed in collaboration with Didier Remy, research Director at INRIA. Feel free to enable option GTK2 to try the new GUI. It's only disabled by default to avoid accidental GTK2 dependencies.
www/mod_auth_pubtkt-0.9 (Score: 1.4061591E-4)
Apache module to provide public key ticket based authentication
mod_auth_pubtkt is a simple Web single sign-on (SSO) solution for Apache. It validates authentication tickets provided by the client in a cookie using public-key cryptography (DSA or RSA). Thus, only the login server that generates the tickets needs to possess the private key, while Web servers can verify tickets given only the public key. The implementation of the login server is left to the user, but an example and a library in PHP are provided with the distribution.
www/django-1.6.11 (Score: 1.4061591E-4)
High-level Python Web Framework (1.6.x)
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over the past two years by a fast-moving online-news operation, Django was designed from scratch to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of experienced Web developers. It has convenient niceties for developing content-management systems, but it's an excellent tool for building any Web site.
www/django-1.8.15 (Score: 1.4061591E-4)
High-level Python Web Framework (1.8.x LTS)
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over the past two years by a fast-moving online-news operation, Django was designed from scratch to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of experienced Web developers. It has convenient niceties for developing content-management systems, but it's an excellent tool for building any Web site.
www/django-1.9.10 (Score: 1.4061591E-4)
High-level Python Web Framework
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over the past two years by a fast-moving online-news operation, Django was designed from scratch to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of experienced Web developers. It has convenient niceties for developing content-management systems, but it's an excellent tool for building any Web site.
www/CGI-Thin-0.52 (Score: 1.4061591E-4)
Lightweight Parser for CGI Forms
This module is a very lightweight parser of CGI forms. And it has a special feature that it will return an array if the same key is used twice in the form. You can force an array even if only one value returned to avoid complications. The hash %cgi_data will have all the form data from either a POST or GET form and will also work for "multipart/form-data" forms necessary for uploading files.
www/Catalyst-Action-RenderView-0.16 (Score: 1.4061591E-4)
Sensible default end action for Catalyst
This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass "dump_info=1" to the url in order to force a debug screen, while in debug mode. If you have more than one view, you can specify which one to use with the "default_view" config setting (see ""$c->view($name)" in "Catalyst".)
www/Catalyst-Devel-1.39 (Score: 1.4061591E-4)
Catalyst Development Tools
The "Catalyst::Devel" package includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is intended to make it easier to deploy Catalyst apps. The runtime parts of Catalyst are now known as "Catalyst::Runtime". "Catalyst::Devel" includes the Catalyst::Helper system, which autogenerates scripts and tests; Module::Install::Catalyst, a Module::Install extension for Catalyst; and requirements for a variety of development-related modules. The documentation remains with Catalyst::Runtime.
www/CGI-SpeedyCGI-2.22 (Score: 1.4061591E-4)
Speed up perl CGI scripts by running them persistently
SpeedyCGI is a way to run CGI perl scripts persistently, which usually makes them run much more quickly. A script can be converted to SpeedyCGI by changing the interpreter line at the top of the script. After the script is initially run, instead of exiting, SpeedyCGI keeps the perl interpreter running. During subsequent runs, this interpreter is used to handle new requests instead of starting a new perl interpreter for each execution.
www/Catalyst-Plugin-DefaultEnd-0.08 (Score: 1.4061591E-4)
Sensible default end action
This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while in debug mode. If you have more than 1 view, you can specify which one to use with the 'view' config setting.