Download List

Project Description

Deep is a simple Web site solution written for speed. It requires nothing more than a cgi-bin directory on a Unix server. It delivers everything normal HTML pages can deliver, handles forms and file creation securely, and adds the CGI capability of Lua. It is also a blog server, generating its indices on the fly. It includes built-in submission and moderation queues, browser-based monitoring, download limits, bot-exclusion, internal logging, and localization.

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-04-11 04:08
0.9.14

Code load per page was reduced by about a third by splitting out the dynamic libraries. Checks for bad requests have been moved as far forward as possible to minimize processing. Forms and queue pages now use subsite templates.

2010-04-09 01:39
0.9.13

This release simplifies the main decision tree, reduces code loaded for each page, and removes all internal callbacks to the main tree. A metric has been added to monitor which requests have resulted in Page Not Found. Download security was enhanced. All pages are now logged when LOGGING is true.

2010-04-06 23:17
0.9.12

Traffic and download metrics were added.

2010-04-05 13:17
0.9.11

This release adds DOWNLOADS_BLACK to prevent known abusers from downloading from your site. Even without bot exclusion, this can be used to exclude major search engines from downloading files. Manual pages have been reduced, updated, and simplified.

2010-04-01 01:33
0.9.10

All POSIX-specific code was moved to the PORT METHODS section of LibDeep.lua. This should make it simple for anyone to port the server to a non-POSIX OS.

Project Resources