Horde Application Framework H3 (3.3-RC1) (Horde 3 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Horde Application Framework H3 (3.3-RC1) (Horde 3 branch)
# 1  
Old 09-11-2008
Horde Application Framework H3 (3.3-RC1) (Horde 3 branch)

The Horde Application Framework is a modular, general-purpose Web application framework. It provides an extensive array of classes that are targeted at the common problems and tasks involved in developing modern Web applications.License: GNU Lesser General Public License (LGPL)Changes:
Synchronization support has been further stabilized. The vCard parser and viewer have been improved and include photo support now. Deletion of user data has been improved. Form fields for images, string arrays, and PGP and S/MIME keys have been added or improved. An SQL driver for signups has been added. A Basque translation has been added. Many further improvements and bugfixes have been made.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CGI::Application::Plugin::DBIProfile::Graph::SVGTT(3pm) User Contributed Perl DocumentationCGI::Application::Plugin::DBIProfile::Graph::SVGTT(3pm)

NAME
CGI::Application::Plugin::DBIProfile::Graph::SVGTT - SVT::TT::Graph::Bar Graph output for CAP:DBIProfile. SYNOPSIS
# in httpd.conf SetVar CAP_DBIPROFILE_GRAPHMODULE CGI::Application::Plugin::DBIProfile::Graph::SVGTT PerlSetVar CAP_DBIPROFILE_GRAPHMODULE CGI::Application::Plugin::DBIProfile::Graph::SVGTT # in your CGI::Application subclass (needed to install callback) use CGI::Application; use CGI::Application::Plugin::DBIProfile::Graph::SVGTT; DESCRIPTION
This module provides a SVG::TT::Graph::Bars graphing option for CAP:DBIProfile. This also provides an example of non-inline graphs for DBIProfile. The following settings control the output: $CGI::Application::Plugin::DBIProfile::Graph::SVGTT::WIDTH Width of output image. $CGI::Application::Plugin::DBIProfile::Graph::SVGTT::HEIGHT Height of output image. REQUIREMENTS
SVG::TT::Graph SEE ALSO
SVG::TT::Graph::Bar CGI::Application::Plugin::DBIProfile CGI::Application::Plugin::DBIProfile::Graph::HTML AUTHOR
Joshua I Miller, L<unrtst@cpan.org> COPYRIGHT &; LICENSE Copyright 2007 Joshua Miller, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-11-10 CGI::Application::Plugin::DBIProfile::Graph::SVGTT(3pm)