31 projects tagged "Artistic"
Webtunnel is a network utility that encapsulates arbitrary data in HTTP and transmits it through a Web server. In that regard, it is similar to httptunnel. However, its server component runs in the context of a Web server as a CGI application (with optional FastCGI support), so it does not need its own port. It supports most things that the Web server supports, such as authentication, HTTP 1.1, HTTPS, and client certificates. It uses simple requests and responses so it works seamlessly through forward and reverse proxies.
Zeitleiste is a time line program written for the German conworlders community. As such it has to be more flexible than similar history programs, which set their main focus on Earth. It could be helpful to authors in the phantastic genre in general. It features a fully customizable template, free date definitions, freeform party relations, freeform place relations, and freely definable event categories.
The Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). It employs tag cleaning and paging so that Web pages it can access have far greater chances of being rendered on devices that cannot display overly large or complex pages. It is simple, but it seems to substantially extend the portion of the Web available from devices that otherwise display messages like "413: Page cannot be displayed."
Yaacfi is an authentication, authorization, and access control filter for J2EE Web applications. This filter loosely emulates J2EE servlet container role based security with some extensions, and allows to easily implement login procedures for much more complicated user interaction schemes than the standard container-based security form login procedure. These schemas are required to provide cookie login, openid login, explicit login, etc. The filter is completely compatible with Struts.
Gantry is a robust Perl-based Web application framework for Apache/mod_perl, CGI, and Fast-CGI. Object-oriented design allows for a pragmatic, modular approach to URL dispatching. It supports MVC and initiates rapid development, offering an organized coding scheme for Web applications.
HEBCI is a technique that allows a Web form handler to transparently detect the character set with which its data was encoded. By using carefully-chosen character references, the browser's encoding can be inferred. Thus, it is possible to guarantee that data is in a standard encoding without relying on (often unreliable) Web server/browser encoding interactions.