25 projects tagged "Public Domain"
merchantCGI.com Shopping Cart System is the only Web based ecommerce system that is completely administered through your Web browser, and includes an integrated Payment Processing Gateway at no extra charge. A single user version can be downloaded for free from our site for installation on your server.
Mueller-dict is an electronic version of popular the English-Russian dictionary by professor V. K. Mueller in DICT format. It currently contains more than 50,000 articles and represents a full copy of the 7th edition of the mentioned dictionary, with some additions and corrections sourced from the more recent typographical editions. It includes phonetic transcription in the IPA (International Phonetic Association) system optimized for proper rendering on text terminals with standard Cyrillic fonts.
Werc is a minimalistic RESTful Web application framework and content management system. It follows the Unix "tool philosophy" and it is designed to be fast, simple, convenient, and easily extensible. It handles both small and big sites and has a flexible system for user and group permissions. All data is stored in plain text files that can be easily manipulated with standard tools, without using any databases or other external dependencies. Existing applications include a blogging engine with RSS/Atom feeds, a wiki system that can easily integrate pre-existing documents (can be enabled for any directory tree), and others.
blindRSS is a very simple browser-operated RSS reader. You can click through the feeds in a sidebar, use the (hopefully self-explanatory) icons next to them to manipulate them, and do all the other stuff a RSS reader should do. It's programmed so that the feeds are reread by a cronjob or daemon, while as much functionality as possible is done within the client. Thus, the server only serves the data, not the markup.
ErfurtWiki is a fast, user-friendly, and highly configurable hypertext management system. It can store its pages and binary content with MySQL, PEARDB/dbx/ADOdb, dba/dbm, PHP-RPC, or flat file databases. It stands out from similar Wiki implementations in that it allows very easy integration into existing Web sites, features case-insensitive WikiLinks, extensive CSS support, multiple admin tools, is not GPLed, and includes documentation. There are over 200 extension plugins, but everything could still be compacted into one core "library" for easier installation and handling. It is useful for larger sites as well as lightweight backend for private homepages, due to its simple image uploading feature.
MyPhotoAlbum is a simple, small, easy to use web photo album. It allows the user to create albums/categories and upload pictures with titles and comments, and keep the albums in several languages simultaneously. The title and comments are stored in plain text files. No database server is needed. MyPhotoAlbum uses CSS for its web formatting to have maximum control over its look and feel. It has a main screen that shows the photo albums. On each album screen, thumbnails with titles and comments are displayed. Clicking on the thumbnail will display a pop-up with the picture full-size.
phpass is a portable password hashing framework for use in PHP applications. The preferred (most secure) hashing method supported by phpass is the OpenBSD-style bcrypt (known in PHP as CRYPT_BLOWFISH), with a fallback to BSDI-style extended DES-based hashes (known in PHP as CRYPT_EXT_DES), and a last resort fallback to an MD5-based variable iteration count password hashing method implemented in phpass itself.