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.
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.
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.
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/.
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
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.
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.
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.
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.
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.