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.

2010-05-15 07:16
3.1

Este lançamento faz Karrigell WSGI compatível.
This release makes Karrigell WSGI compliant.

2010-02-28 03:36
3.0.4

A gestão de sessões em multi-threaded e multi-ambientes foi feita mais robusto. Gestão Unicode é feito em HTMLTags. Unicode gestão e relatórios de erro são feitas em Karrigell Modelos. O MySQL pode ser usado para banco de dados de um usuário, e de gestão on-line foi melhorado. O WhizzyWig biblioteca Javascript é usado para o blog aplicações. Script cache e cache HTTP foram feitas opcional. As teclas alias pode ser expressões regulares para a resolução de URL mais flexível. Um bug foi corrigido para o configuração padrão de acolhimento e para a data de expiração do cookie.
Session management in multi-threaded and multi-process environments was made more robust. Unicode management is done in HTMLTags. Unicode management and error reports are done in Karrigell Templates. MySQL can be used for a user's database, and online management was improved. The WhizzyWig Javascript library is used for blog applications. Script caching and HTTP caching were made optional. The alias keys can be regular expressions for more flexible URL resolution. A bug was fixed for the default host configuration and for cookie expiry date.

2009-12-13 22:39
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.

2009-10-04 17:58
3.0.2

Esta é uma versão bugfix.
This is a bugfix release.

2009-06-28 23:46
3.0

Versão 3.0 é uma completa reformulação do quadro, ainda é maioritariamente compatível com versões anteriores. A principal mudança é que agora está trabalhando em ambientes multi-threading.
Version 3.0 is a complete rewriting of the framework, yet is mostly compatible with previous versions.
The main change is that it is now working in multi-threading environments.

Project Resources