14 projects tagged "Web"
Invenio (formerly CDSware) is a suite of applications that provides the framework and tools for building and managing an autonomous digital library server. It complies with the Open Archives Initiative metadata harvesting protocol (OAI-PMH) and uses MARC 21 as its underlying bibliographic standard. Its flexibility and performance make it a comprehensive solution for the management of document repositories of moderate to large size.
The lisp-cgi-utils is a software package for developing CGI scripts with Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms.
lns.http is a simple framework for writing Common LISP Web applications. It handles the incoming connections, parses HTTP headers and queries, and finally hands control over to your URL handler. It is an HTTP/1.1 compatible Web server, but tries to achieve compatibility with lesser (down to the informal HTTP/0.9) clients.
Lisp Blosxom is a port of the Perl Blosxom blogging engine to ANSI Common Lisp. Its goals are extensibility and speed. It's a filesystem-based blogging engine, which means that blog entries are just flat files on disk, although plugins can be written to extend or replace this behavior. The first line in the file is the title, while the remainder is the text of the body. Entry dates are taken directly from the filesystem's modification date for each entry. Furthermore, the structure of the blog is taken directly from the hierarchy of directories and files on disk.
JSSindex is a simple search engine designed for CDROM or Web-based document collections. The documents to be indexed can be in HTML, PS, PDF, and DjVu. The main feature is that the query engine and the index are entirely contained in Javascript/HTML file. Therefore, searching merely requires a Javascript-enabled Web browser.
HTML-TEMPLATE is a portable library for Common Lisp that can be used to fill templates with arbitrary (string) values at runtime. It is intended to be used for HTML and is loosely modeled after the HTML::Template Perl module. It translates templates into efficient closures that can be re-used as often as needed, and uses an intelligent cache mechanism that allows templates to be updated while your program is running.