Download List

Descripción del Proyecto

OpenPlugin is an architecture written in Perl which manages plugins for Web applications. It allows you to incorporate any number of plugins and drivers into your Web application. For example, the Log plugin has drivers for logging to STDERR, files, syslog, email, and so on. The Session plugin has drivers for storing sessions in files, databases, and the like. Changing drivers is easy; you just change the driver name in a config file. There are plugins which abstract Apache::Request and CGI.pm, allowing you to build applications that can work seamlessly under mod_perl or CGI. If you want to move your application from one environment to another, you can just change the driver being used in the config file.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-08-29 17:28
0.11

Algunos 2.x mod_perl-bugs relacionados han sido corregidos. El sistema de manejo de excepciones ha sido limpiado.
Tags: Minor bugfixes
Some mod_perl 2.x-related bugs have been fixed. The exception
handling system has been cleaned.

2003-04-29 19:35
0.10

Este comunicado debe funcionar correctamente en Perl 5.8.0. En el plugin de reunión, una sesión de vencimiento, deberá volver undef. Se agregó el soporte para el plugin de reunión para una serie de Apache:: conductores de sesión, además de "File". Apoyo a la 2.x mod_perl se ha añadido. El complemento de registro de forma correcta puede diferenciar entre personas que llaman y actuar en consecuencia. Hay muchos cambios adicionales.
Tags: Major bugfixes
This release should run correctly under Perl 5.8.0. In the Session plugin, an expired session should now return undef. Support was added to the Session plugin for a number of Apache::Session drivers in addition to "File". Support for mod_perl 2.x has been added. The Log plugin can properly differentiate between callers and act accordingly. There are many additional changes.

2002-10-24 05:21
0.09

Un bucle infinito potencial se ha fijado. El HttpHeader y Cargar controlador CGI ahora funciona como se espera. Alias se han creado para algunas funciones comunes para hacerlos más cortos. Ahora puede pasar en los valores por defecto para anular determinadas en la clase OpenPlugin básicos.
Tags: Initial freshmeat announcement
A potential infinite loop has been fixed. The HttpHeader and Upload CGI driver now work as expected. Aliases have been created for some common functions to make them shorter. You can now pass in values to override certain defaults in the core OpenPlugin class.

Project Resources