Download List

프로젝트 설명

Albatross is a small and flexible toolkit for developing highly stateful Web applications. It provides browser-based sessions via automatically-generated hidden form fields, server side sessions via a session server or file-based session store, a powerful and extensible templating system which promotes separation of presentation and implementation for improved program maintainability, implicit handling for pagination of sequences and tree browsing, template macros to allow repeated HTML and special effects HTML to be defined in one location, and lookup tables to translate Python values to arbitrary template code. Applications can be deployed as either CGI programs or as mod_python module with minor changes to program mainline. Custom deployment can be achieved by developing your own Request class.

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.

2007-03-19 17:12
1.36

개선 및 수정 사항을 제출했다 <al-for>, <al-macro>, <al-option>, NameRecorderMixin, 그리고 FastCGI 드라이버.
Tags: Minor feature enhancements
Improvements and fixes were made to
&lt;al-for&gt;, &lt;al-macro&gt;,
&lt;al-option&gt;, NameRecorderMixin, and the
FastCGI driver.

2006-01-04 19:24
1.33

NamespaceMixin의 set_value에 중요한 수정 () 메소드.
Tags: Minor security fixes
Important fixes to the NamespaceMixin's set_value() method.

2002-10-30 10:17
1.01

세션을 다시로드하는 경우 페이지가 이미 로드된 모듈 페이지 모듈 더 이상 문제가 파이썬 2.2 소개 Pickler에 의해 조작 장전됩니다. 이름과 접두사가 붙은 실행 컨텍스트에서 밑줄이 이제 브라우저를 변경으로부터 보호됩니다.
Tags: Minor bugfixes
Page modules are no longer reloaded if a session reload has already loaded the page module, fixing a problem introduced by the Python 2.2 pickler. Names prefixed with underscores in the execution context are now protected from browser modification.

2002-08-29 18:11
1.00

사소한 변경 사항이이 릴리스에서 개발에 도움이 많아요. 같은 사용자가 깊은 노드가 열립니다 최대 또한 새로운 "생략"나무 iterator, 얕은 수준에서 노드와 게으름 나무의 변종이 점차적으로 타원로 붕괴에 대한 모드입니다. 사용자 줄임표를 선택하여 노드를 다시 붕괴 수있습니다.
Tags: Minor feature enhancements
Lots of minor changes assist development in this release. The largest
addition is a new "ellipsis" mode for the tree iterator, a variant of
lazy trees with nodes at shallower levels progressively collapsed into
ellipses as the user opens deeper nodes. The user can reopen the
collapsed nodes by selecting an ellipsis.

2002-03-20 19:15
0.06

향상된 속성 값을 묶어 처리하는 파서를 작성하거나 템플릿에 따옴표 하나. 피클 모든 브라우저와 함께 지금의 MD5 서명 보냈습니다. 새 피클 보안 기술을 정의할 수있습니다. RandomPageModuleMixin 클래스 브라우저 응용 프로그램 요청을 처리하는 데 사용됩니다이 페이지의 모듈을 확인하는 요청 URL을 사용하실 수있습니다. reorganised왔다 샘플 및 설명서 혼란을 줄이기 위해 업데이 트되었습니다. 설치 프로그램이 샘플을 실행하는 고통을 줄일 수있습니다. 대부분의 설명서를 개선되었다.
Tags: Minor feature enhancements
An enhanced template parser was written to handle
attribute values enclosed with either single or
double quotes. All pickles sent to the browser are
now signed with MD5. New pickle security
techniques can be defined. The
RandomPageModuleMixin class allows applications to
use the request URL to determine which page module
will be used to process the browser request.
Samples have been reorganised and documentation
updated to reduce confusion. An installation
program reduces the pain of running the samples.
Many documentation improvements were made.

Project Resources