Ports 搜索

共有8,048项符合/www/的查询结果,以下是第1,6911,700项(搜索用时0.006秒)
www/bleach-1.4.2 (Score: 0.056974534)
Easy whitelist-based HTML-sanitizing tool
Bleach is a Python HTML sanitizing library that escapes or strips markup and attributes based on a white list. Bleach is intended for sanitizing text from untrusted sources.
www/bottle-cork-0.12.0 (Score: 0.056974534)
Bottle authentication and authorization module
bottle-cork provides a simple set of methods to implement Authentication and Authorization in web applications based on Bottle.
www/CacheControl-0.11.6 (Score: 0.056974534)
Caching algorithms in httplib2 for use with requests session object
a port of the caching algorithms in httplib2 for use with requests session object.
www/cactus-3.0.2 (Score: 0.056974534)
Static site generator for designers
Cactus is a simple but powerful static website generator using Python and the Django template system. Cactus also makes it easy to develop locally and deploy your site to S3 directly. It works great for company, portfolio, personal, support websites and blogs. To get a quick overview watch this short video tutorial: https://vimeo.com/46999791
www/feedonfeeds-0.5 (Score: 0.056974534)
Server side personal RSS (and Atom) aggregator
Desktop aggregators are great. They sit there all day, pinging away at sites, and as soon as they notice something new, they pop up little windows on your desktop, and let you read items. But what about when you go home from work? Or what about when you are on a trip? You get totally out of sync, and don't know what you've read and haven't read. You are enraged. Feed on Feeds A server side aggregator solves this. It keeps track of what items you've read, and keeps happily checking up on your feeds no matter where you are. Whenever you want to see what's new, you just bring up a web page and scan the newest items. You can mark the items as read so they won't be shown again. Or, you can just always show the most recent N items, like the way LiveJournal's friends pages work. Also, having the aggregator in your browser eliminates the "impedance mismatch" that sometimes occurs between a desktop aggregator and your browser. All your native browsing methods work on a FEED ON FEEDS page. Open pages in new tabs, bookmark them for later, browse whatever way you like.
www/collective.easytemplate-0.8.0 (Score: 0.056974534)
Dynamic HTML generation and scripting for Plone
collective.easytemplate addon for Plone.
www/collective.templateengines-0.3.5 (Score: 0.056974534)
Template engine abstraction layer for Python
collective.templateengines is an template engine abstraction layer for Python. It defines generic Zope interfaces for communicating with various Python template engines to achieve higher code reuse value.
www/cookies-2.2.1 (Score: 0.056974534)
Friendlier RFC 6265-compliant cookie parser/renderer
cookies.py is a Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python's Cookie.py (aka http.cookies).
www/gregarius-0.6.1 (Score: 0.056974534)
Web-based RSS/RDF/ATOM news aggregator
Gregarius is a Web-based RSS/RDF/ATOM news aggregator featuring OPML import/export, XHTML/CSS output and an AJAX-based item tagging system.
www/cssselect-0.9.1 (Score: 0.056974534)
Cssselect parses CSS3 Selectors and translates them to XPath 1.0
*cssselect* parses `CSS3 Selectors`_ and translate them to `XPath 1.0`_ expressions. Such expressions can be used in lxml_ or another XPath engine to find the matching elements in an XML or HTML document. This module used to live inside of lxml as ``lxml.cssselect`` before it was extracted as a stand-alone project.