Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第8,7218,730项(搜索用时0.012秒)
www/HTML-Scrubber-0.15 (Score: 1.888634E-4)
Perl extension for scrubbing/sanitizing html
HTML::Scrubber - Perl extension for scrubbing/sanitizing html. If you wanna "scrub" or "sanitize" html input in a reliable an flexible fashion, then this module is for you. When a tag is encountered, HTML::Scrubber allows/denies the tag using the explicit rule if one exists. If no explicit rule exists, Scrubber applies the default rule. If an explicit rule exists, but it's a simple rule(1), the default attribute rule is applied.
www/HTML-Template-JIT-0.05 (Score: 1.888634E-4)
Perl module to compile HTML Templates with Inline::C
This module provides a just-in-time compiler for HTML::Template. If your template needs to be compiled - either because it has changed or because it has never been compiled - then HTML::Template::JIT uses HTML::Template and Inline::C to compile your template to native machine instructions. The resulting compiled template is much faster than a normal cached template. Benchmarks show HTML::Template::JIT, with a precompiled template, performing 4 to 8 times faster than HTML::Template in cache mode.
www/Web-Query-0.35 (Score: 1.888634E-4)
Yet another scraping library like jQuery
Web::Query is a yet another scraping framework, have a jQuery like interaface. Yes, I know ingy's pQuery. But it's just a alpha quality. It doesn't works. Web::Query built at top of the CPAN modules, HTML::TreeBuilder::XPath, LWP::UserAgent, and HTML::Selector::XPath. So, this module uses HTML::Selector::XPath, then this module only supports CSS3 selector supported by HTML::Selector::XPath. Web::Query doesn't support jQuery's extended quries(yet?).
www/Services_SharedBook-0.2.6 (Score: 1.888634E-4)
PHP wrapper for SharedBook Open API
SharedBook has developed a unique, on demand reverse publishing platform to help businesses and consumers extract, manipulate and publish the Internet content. SharedBook has an Open API (Application Programming Interface). Anyone can write a program that will transfer data to the SharedBook platform and utilize full functionality to create revenue-producing books, both online and off. This package is a wrapper for Open API calls, handles XML responses, file uploads.
www/django-1.10.1 (Score: 1.888634E-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/blogofile-0.7.1 (Score: 1.888634E-4)
Static website compiler and blog engine
Blogofile is a simple blog engine that requires no database and no special hosting environment. You customize a set of templates with Mako, create posts in a markup language like Textile, or Markdown, (or even plain HTML) and Blogofile generates your entire blog as plain HTML, CSS, images, and Atom/RSS feeds which you can then upload to any old web server you like. No CGI or scripting environment is needed on the server.
www/django-1.8.7 (Score: 1.888634E-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/django-20150709 (Score: 1.888634E-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/django-markwhat-1.4 (Score: 1.888634E-4)
Template filters that implement common markup languages
A collection of template filters that implement common markup languages. provides template filters that implement the following markup languages: * ``textile`` -- implements `Textile`_ -- requires `PyTextile`_ * ``markdown`` -- implements `Markdown`_ -- requires `Python-markdown`_ * ``commonmark`` -- implements `CommonMark`_ -- requires `CommonMark-py`_ * ``reStructuredText`` -- implements `reST (reStructuredText)`_ -- requires `docutils`_ In each case, the filter expects formatted markup as a string and returns a string representing the marked-up text. For example, the ``textile`` filter converts text that is marked-up in Textile format to HTML.
www/recaptcha-1.0.6 (Score: 1.888634E-4)
Plugin for reCAPTCHA and reCAPTCHA Mailhide
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also allows you to securely obfuscate emails with Mailhide. This functionality requires pycrypto. This library requires two types of API keys. If you'd like to use the CAPTCHA, you'll need a key from http://recaptcha.net/api/getkey. For Mailhide, you'll need a key from http://mailhide.recaptcha.net/apikey.