Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第13,61113,620项(搜索用时0.014秒)
www/WebService-GData-0.0600 (Score: 1.14812414E-4)
Google data protocol v2 base object to inherit from
WebService::GData is a blueprint that you should inherit and extend. It offers a basic hashed based object creation via the word new. All sub classes should be hash based. If you want to pock into the instance, it's easy but everything that is not documented should be considered private. If you play around with undocumented properties/methods and that it changes, upgrading to the new version with all the extra new killer features will be very hard to do.
www/Services_Delicious-0.6.0 (Score: 1.14812414E-4)
PEAR Client for the del.icio.us web service
Services_Delicious is a client for the REST-based web service of del.icio.us. del.icio.us is a social bookmarks manager. It allows you to easily add sites you like to your personal collection of links, to categorize those sites with keywords, and to share your collection not only between your own browsers and machines, but also with others. Services_Delicious allows you to select, add and delete your bookmarks from any PHP script.
www/django-post_office-2.0.8 (Score: 1.14812414E-4)
Django app to monitor and send mail asynchronously
Django Post Office is a simple app to send and manage your emails in Django. Some awesome features are: * Allows you to send email asynchronously * Multi backend support * Supports HTML email * Supports database based email templates * Built in scheduling support * Works well with task queues like RQ or Celery * Uses multiprocessing to send a large number of emails in parallel * Supports multilingual email templates (i18n)
www/mongoose-5.6 (Score: 1.14812414E-4)
Small, fast, embeddable web server with CGI, SSL, Authorization
Mongoose is a small, fast and easy to use web server. It supports CGI, SSI, SSL, Digest auth, Websocket, WEbDAV, Resumed download, URL rewrite, file blacklist. Having SHTTPD as a predecessor, another feature of mongoose is the ability to embed it into existing C/C++ applications. Embedded API is very clean and simple. Mongoose has small memory footprint. Use it when other web servers like Apache are too heavy for your tasks.
www/yii-1.1.17 (Score: 1.14812414E-4)
High-performance component-based PHP framework
Yii is a high-performance component-based PHP framework best for developing large-scale Web applications. Yii comes with a full stack of features, including MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, authentication and role-based access control, scaffolding, input validation, widgets, events, theming, Web services, and so on. Written in strict OOP, Yii is easy to use and is extremely flexible and extensible.
www/django-openid-auth-0.4 (Score: 1.14812414E-4)
OpenID integration for django.contrib.auth
A library that can be used to add OpenID support to Django applications. The library integrates with Django's builtin authentication system, so most applications require minimal changes to support OpenID login. The library also includes the following features: * Basic user details are transfered from the OpenID server via the Simple Registration extension. * It can be configured to use a fixed OpenID server URL, for use in single sign on deployments. * It supports the Launchpad teams extension to request team membership information.
www/kpartsplugin-0.0.20120723 (Score: 1.14812414E-4)
Browser file viewer using KDE technology
KParts Plugin implements a plugin for Netscape-compatible browsers in Unix environments. This plugin uses KDE KParts technology to embed file viewers (e.g., for PDF files) into non-KDE browsers. Tested browsers include both Mozilla Firefox and Opera, and it is know to work with Chrome and Arora. With this plugin, you can, e.g., view PDF files in Firefox using Okular as an embedded plugin. Any KDE KPart will be automatically made available as a browser plugin.
www/sudo-1.2.0 (Score: 1.14812414E-4)
Sudo mode is an extra layer of security for Django
django-sudo provides an extra layer of security for after a user is already logged in. Views can be decorated with @sudo_required, and then a user must re-enter their password to view that page. After verifying their password, that user has elevated permissions for the duration of SUDO_COOKIE_AGE. This duration is independent of the normal session duration allowing short elevated permission durations, but retain long user sessions.
www/bBlog-0.7.6 (Score: 1.14812414E-4)
Elegant personal publishing system with Smarty
bBlog is a blogging program written in OOP style PHP. Major features include threaded comments and trackback support. It is designed from the ground up to use the Smarty templating engine. It has unparalleled extendability and versility. Perhaps bBlog's most distinctive feature is that it is built around a templating system called Smarty, which makes customizing your blog as easy as editing any web page, no programming skills required.
www/praw-3.4.0 (Score: 1.14812414E-4)
Python Reddit API Wrapper
PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to reddit's API. PRAW aims to be as easy to use as possible and is designed to follow all of reddit's API rules. You have to give a useragent that follows the rules, everything else is handled by PRAW so you needn't worry about violating them.