This program is a converter for the Varuna Calendar database. It can use any available frontends and backends to convert the database to any supported format, using any user interface.
| Tags | Database Office/Business Scheduling |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux Mac OS X |
| Implementation | C YACC |
Recent releases


Changes: A variable precision bug has been fixed, as well as an improper handling of subgroups. The code has been cleaned up for maintainability.


Changes: This release introduces a few minor bugfixes to workaround input file format changes.


Changes: This release introduced a working filtering system for selecting a subset of the courses to be added to the schedule. The CGI frontend is now XHTML/1.0 compliant, and teachers can select their timetable. The code was cleaned up and is now less error-prone.


Changes: This release introduces the first attempt at a CGI system, as well as a not yet fully operational ncurses frontend. The code has been reworked and documented.


Changes: Type overflows have been fixed. A new code scheme has been implemented, using function pointers for frontends and backends calls. It builds fine on Mac OS X.