Although using the conventional LWP::UserAgent is fast and easy it does
have some drawbacks - the code execution blocks until the request has
been completed and it is only possible to process one request at a time.
HTTP::Async attempts to address these limitations.
WebGUI is a content management platform built to give average business
users the ability to build and maintain complex web sites. It is
modular, pluggable, and platform independent. It is designed to keep the
management of content in the hands of those who create content, rather
than take up the time of busy IT staff.
libapreq is a safe, standards-compliant, high-performance library used
for parsing HTTP cookies, query-strings and POST data. The original
version (libapreq-1.X) was designed by Lincoln Stein and Doug
MacEachern. The perl APIs Apache::Request and Apache::Cookie are the
lightweight mod_perl analogs of the CGI and CGI::Cookie perl modules.
HTML::TagFilter is a subclass of HTML::Parser with a single purpose:
it will remove unwanted html tags and attributes from a piece of text.
It can act in a more or less fine-grained way - you can specify
permitted tags, permitted attributes of each tag, and permitted values
for each attribute in as much detail as you like.
vtiger CRM is an enterprise-ready open source CRM software mainly for
small and medium businesses. vtiger CRM is built over proven, fast, and
reliable technologies and open source projects.
vtiger CRM leverages the benefits of open source software and adds more
value to the end-users by providing many enterprise features, such as
sales force automation , customer support & service , marketing
automation, inventory management, multiple database support, security
management, product customization, calendaring, e-mail integration,
add-ons, and others.
vtiger CRM also provides, enterprise grade business productivity
enhancement add-ons, customer portal , Outlook plug-in for Microsoft
Outlook users, Office plug-in for Microsoft Word users, and Thunderbird
extension for Thunderbird mail users. All these add-ons are part of the
vtiger CRM open source project in SourceForge.net.
ok jasper@
fixes many vulnerabilities just as usual. for more information
read http://www.php.net/releases/5_2_3.php
add a no_suhosin pseudo-flavor because horde has some problems
with the suhosin security patchset
Liferea is an aggregator for online news feeds. There are many other
news readers available, but these others are not available for Unix or
require many extra libraries to be installed. Liferea tries to fill this
gap by creating a fast, easy to use, easy to install news aggregator for
GTK/GNOME.
joint work with Wiktor Izdebski <vicviq at gmail.com>
ok martynas@
TurboGears brings together four major pieces to create an easy to
install, easy to use web megaframework. It covers everything from
front end (MochiKit JavaScript for the browser, Kid for templates
in Python) to the controllers (CherryPy) to the back end (SQLObject).
ok simon@, jasper@
Tntnet is a web application server for web applications written in C++.
You can write a Web-page with HTML and with special tags you embed
C++-code into the page for active contents. These pages, called
components are compiled into C++-classes with the ecpp-compilier
"ecppc", then compiled into objectcode and linked into a shared library.
This shared library is loaded by the webserver "tntnet" on request and
executed.
ok martynas@
A pluggable command-line frontend, including commands to setup
package file layouts.
It includes some built-in features:
- Create file layouts for packages. For instance, paste create
--template=basic_package MyPackage will create a setuptools-ready
file layout;
- Serving up web applications, with configuration based on paste.deploy.
ok jasper@ (who also suggested NO_REGRESS)
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides
a single, simple function (loadapp) for loading a WSGI application
from a configuration file or a Python Egg. For WSGI application
providers it only asks for a single, simple entry point to your
application, so that application users don't need to be exposed to
the implementation details of your application.
ok jasper@