Download List

Descripción del Proyecto

maki is a Web-serving framework built on Python and XML. It allows a Web developer to send an XML input document through any number of steps, where each step is either a stylesheet transformation or a custom process. A processor that evaluates embedded Python code is included. The output of each step is passed as the input to the next step (similar to a Unix pipe). Additionally, the output of each processor step can be cached for a user-specified time period. All configuration is done in XML files that allow you to specify rules based on matching paths against Unix-style wildcard patterns or regular expressions.

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.

2002-06-26 19:40
20020625

Maki ahora trabaja con FastCGI y Webware, además de mod_python. Apoyo a la Pyana se añadió, y el manejo de errores cuando se utiliza libxslt fue mejorada. Más ejemplos de uso están incluidos y la documentación se ha mejorado.
Tags: Major feature enhancements
maki now works with FastCGI and Webware, in
addition to mod_python. Support for Pyana was
added, and error handling when using libxslt was
improved. More examples of usage are included and
the documentation was improved.

2001-06-11 23:13
1.0.5

Errores en makiLogic que podía dejar pasar por etiquetas sin transformar y en MPReq que causa la carga de archivos a fallar han sido corregidos.
Tags: Major bugfixes
Bugs in makiLogic that could let tags go thru
unprocessed and in MPReq that would cause file
uploads to fail have been fixed.

2001-05-22 23:26
1.0.3

La opción de leer un nombre de hoja de estilos de PI en lugar de especificar la hoja de estilos en el archivo de configuración se ha añadido, así como nuevas etiquetas makiLogic. Manipulación de la fuente en maki: tags lógica ha sido mejorado, y también hay algunas correcciones de errores menores.
Tags: Minor feature enhancements
An option to read a stylesheet name from PI instead of
specifying the stylesheet in the config file has been
added, as well as new makiLogic tags. Handling of
source in maki:logic tags has been improved, and there
are also some minor bug fixes.

2001-04-09 02:23
1.0.2

Versión pública inicial.
Tags: Initial freshmeat announcement
Initial public release.

Project Resources