Ports Search

Results 14,02114,030 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
www/Services_Delicious-0.6.0 (Score: 1.5420633E-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.5420633E-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.5420633E-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.5420633E-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.5420633E-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/sudo-1.2.0 (Score: 1.5420633E-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.5420633E-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.5420633E-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.
www/routes-2.3.1 (Score: 1.5420633E-4)
Routing package for Python that matches URLs to dicts and vice versa
Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort. Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing.
www/urlgrabber-3.9.1 (Score: 1.5420633E-4)
High-level cross-protocol url-grabber
urlgrabber is a pure python package that drastically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. It is extremely simple to drop into an existing program and provides a clean interface to protocol-independant file-access. Best of all, urlgrabber takes care of all those pesky file-fetching details, and lets you focus on whatever it is that your program is written to do!