Ports Search

Results 17,14117,150 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.041 seconds)
www/freeway-1.4.2.197 (Score: 1.0904034E-4)
Advanced Open Source eCommerce Platform
Freeway is by far the largest and most fully featured Open Source eCommerce platform. It doesn't just sell products but extends to sell in some very fancy new ways and is very configurable. For example, you can just sell products if you are not interested in the other selling methods. You will find Freeway has very strong CRM features as well as a useful and simple CMS as well.
www/Protocol-XMLRPC-0.10 (Score: 1.0904034E-4)
XML-RPC implementation
Protocol::XMLRPC is an XML-RPC protocol implementation. Method parameters types are guessed just like in JSON, but you can pass explicit type if guessing is wrong for you. Read more about parameter creation at Protocol::XMLRPC::ValueFactory. It differs from other modules because it doesn't provide any mechanism for making actual HTTP requests. This way it can be used either in async or sync modes with your favorite http client or a web framework.
www/luakit-2012.09.13r1 (Score: 1.0904034E-4)
Fast, small, webkit based browser framework extensible by Lua
Luakit is a highly configurable, micro-browser framework based on the WebKit web content engine and the GTK+ toolkit. It is very fast, extensible by Lua and licensed under the GNU GPLv3 license. It is primarily targeted at power users, developers and any people with too much time on their hands who want to have fine-grained control over their web browsers behaviour and interface.
www/WWW-Plurk-0.02 (Score: 1.0904034E-4)
Unofficial plurk.com API
This is an unofficial API for plurk.com. It uses the same interfaces that plurk itself uses internally which are not published and not necessarily stable. When Plurk publish a stable API this module will be updated to take advantage of it. In the mean time use with caution. Ryan Lim did the heavy lifting of reverse engineering the API. His PHP implementation can be found at http://code.google.com/p/rlplurkapi/.
www/dotproject-2.1.8 (Score: 1.0904034E-4)
Open Source Project Management tool
dotProject is a PHP web-based project management framework that includes modules for companies, projects, tasks (with Gantt charts), forums, files, calendar, contacts, tickets/helpdesk, multi-language support, user/module permissions and themes. Features Include * User Management * Email based trouble Ticket System, (Integrated voxel.net's ticketsmith) * Client/Company Management * Project listings * Hierarchical Task List * File Repository * Contact List * Calendar * Discussion Forum * Resource Based Permissions
www/WebService-Validator-HTML-W3C-0.28 (Score: 1.0904034E-4)
Access to the W3Cs online HTML validator
WebService::Validator::HTML::W3C provides access to the W3Cs online HTML validator. It's nothing to do with the W3C so pleas don't report any problems with it to them. Also, please use it wisely and don't abuse the W3Cs validator service. If you need to do a lot of validation consider downloading and installing the Validator on your own machine.
www/HTML_TagCloud-1.0.0 (Score: 1.0904034E-4)
Generate TagCloud in HTML And Visualize Tags
This package can be used to generate tag clouds. The output is HTML and CSS. And it does not only visualize frequency, but also timeline information. The newer the tag is, the deeper its color will be; older tags will have a lighter color.The main goal of "HTML_TagCloud" is to provide an easy to implement and configureable Tag Cloud solution that is suitable for any PHP-based webapp.
www/Services_Google-0.2.0 (Score: 1.0904034E-4)
PHP interface to access the Google SOAP Web APIs
pear-Services_Google is a pear class that provides access to the Google SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the search engine, spelling suggestions, and cache. Please note that as of December 5, 2006 Google is no longer issuing new API keys for the SOAP search API, so this package is only for developers which has an API key already.
www/django-statici18n-1.2.1 (Score: 1.0904034E-4)
Helper for generating Javascript catalog to static files
When dealing with internationalization in JavaScript code, Django provides the javascript_catalog view which sends out a JavaScript code library with functions that mimic the gettext interface, plus an array of translation strings. At first glance, it works well and everything is fine. But, because javascript_catalog view is generating JavaScript catalog dynamically on each request, it's adding an overhead that can be an issue with site growth.
www/django-redis-4.5.0 (Score: 1.0904034E-4)
Full featured Redis cache/session backend for Django
Django-redis is a BSD Licensed, full featured Redis cache/session backend for Django. Why use django-redis? * Modular client system (pluggable clients). * Master-Slave support in the default client. * Used in production in several projects as cache and session storage. * Supports infinite timeouts. * Python 3 support in same code base. * Facilities for raw access to Redis client/connection pool. * Highly configurable (can emulate memcached exception behavior, for example). * Unix sockets supported by default. * Pluggable parsers.