69 projects tagged "Linux"
AcSys is a Web-based, multiuser accounting system. It support journal entry and reports such as profit-loss, balance sheet, and general ledger. Backing up and restoring the system are supported. It is designed to be easy to learn and use. It is best suited for companies ranging in size from small companies to mid-market companies.
Arcade4u is a game script that consists of 4 PHP scripts one Javascript, one CSS, and one background graphic file. There is one centralized setup PHP file, which can be the only file you have to edit to suit your environment. You can change the layout by editing the included CSS stylesheet, and there is also the potential to change the HTML layout. This script gives you the freedom to publish Mochiads Games. At the demo Website, it is used to create a stand-alone flash game site, but it may be integrated into any existing site. You will need a publisher account at Mochiads. At the moment, there are about 8500 flash games released by Mochiads. No database is needed; the game details are stored in a text file database. About 40 MB of disk space is needed.
AutoCMS is a smaller CMS with the minimum needed to have a presence on the Internet. Its main file is less than 10kb large by default. No database is required. It only has the concept of one user (the admin). The password is protected with SHA1. CSS styles are easy to build and to change. Changing a page is very fast. XHTML and CSS code are validated by W3C validators. Data is stored in a PHP file which can be downloaded by FTP for backups. The generated contents are friendly for searchers. The result is visualized correctly in all browsers. It allows you to update all contents without having knowledge of programming.
CCI:U Open Course Labs is a Django-based Web application that interfaces cloud-computing infrastructure such as Amazon EC2 and NexR iCube Cloud. More backends may be added. It provides the access to cloud infrastructure in the form of "course labs" where course staff in an academy can manage the allocated computing resources and assignments easily. Course labs can also be used as course homepages.
CSS Stacker and Compressor is a PHP class that can be used to compact several CSS files into a single file. It can take several CSS files and generate a single file by concatenating all files after having stripped any white-space. The class can serve the resulting CSS file as the current script output. The CSS may be compressed with GZIP. If the original files were not modified, the class may return HTTP status 304 to make the browser use a cached version and prevent serving a file that was not changed.