Download List

Projeto Descrição

Karrigell is a flexible Python Web framework, with a clear and intuitive syntax. It is independant from any database, ORM, or templating engine, and lets the programmer choose between a variety of coding styles. The package includes a Web server and a pure-Python database (PyDbLite), but Karrigell can be integrated with Apache (CGI or mod_python) and any database with a Python interface. It supports execution of Python scripts and of pages that mix Python and HTML, easy management of authentication and sessions, and localization features.

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.

2009-12-13 22:39 Back to release list
3.0.3

As melhorias foram feitas para o módulo HTMLTags (gerador de HTML), tais como correções de bugs menores, nova sintaxe para a construção do topo da árvore DOM para baixo, usando o operador <= e métodos de tags SELECT, checkboxes e botões de rádio. Um mecanismo de extensão foi adicionada para sistemas de templating e "Karrigell Modelos" (KT) modelo do sistema. Um script para construir executáveis do Windows para um aplicativo foi adicionado. Resistência às solicitações HTTP e ruim para nomes de host desconhecido para o servidor foram melhorados. Redirecionamento de políticas foram melhoradas para evitar a exposição de nomes de arquivo de índice. A localização dos esconderijos roteiro foi alterado.
Improvements were made to the HTMLTags module (HTML generator), such as minor bugfixes, new syntax to build the DOM tree top-down by using the <= operator, and methods for SELECT tags, checkboxes, and radio buttons. An extension mechanism was added for templating systems and "Karrigell Templates" (KT) template system. A script to build Windows executables for an application was added. Resistance to bad HTTP requests and to unknown host names for the server were improved. Redirection policies were improved to avoid exposure of index file names. The location of script caches was changed.

Project Resources