6 projects tagged "fastcgi"
libvfcgi is a library that implements FastCGI for GObject and Vala applications, written in Vala. It aims to fully implement the FastCGI specification and make FastCGI Web application servers accessible to Vala programmers and GObject C programmers. Note that while it is possible to use the library from GObject C, it is designed for use with Vala and may be tedious to use directly in C.
NNCMS (NoName Content Managment System) is a simple content management system written in pure C. It requires a Web server with FastCGI support. It is meant to allow control of the content of Web sites using a Web interface. It can generate image thumbnails, and you can browse, edit, remove, and add files.
Sukiyaki was born out of what the author sees as a much needed improvement to current imageboard/BBS software. They're flaky, often have security flaws that users take advantage of, and worst of all, they have the same UI from the mid-nineties. It's time for an update! Sukiyaki visually organizes replies in threads so that it is clear who the reply is sent to. It is written using Django with its wonderful ORM, which helps reduce security vulnerabilities. It has been tested in production and is stable. It also includes a unique system for user-ranking of posts. Planned features include RSS updates for individual boards and threads, and there is a faster backend (Django-Treebeard).
Assignment Collector/Grader is a Web application for collecting and automatically grading student lab work. It automatically runs JUnit tests against student uploads, immediately provides feedback to students, records student results for later review, provides a gradesheet summary of student performance, allows easy administration of students, assignments, and classes, and allows the availability of an Assignment to be timed.