Ports Search

Results 8,6718,680 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
www/HTML-Template-JIT-0.05 (Score: 7.851118E-5)
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: 7.851118E-5)
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: 7.851118E-5)
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: 7.851118E-5)
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: 7.851118E-5)
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: 7.851118E-5)
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: 7.851118E-5)
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: 7.851118E-5)
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: 7.851118E-5)
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.
www/haml-4.0.7 (Score: 7.851118E-5)
Markup language to describe HTML
Haml is a markup language that's used to cleanly and simply describe the HTML of any web document without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ASP, and ERB, the templating language used in most Ruby on Rails applications. However, Haml avoids the need for explicitly coding HTML into the template, because it itself is a description of the HTML, with some code to generate dynamic content.