SkillAgentSearch skills...

Ttime

Technion Timetable Utility

Install / Use

/learn @lutzky/Ttime
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

= TTime -- A Technion Timetable utility {<img src="https://travis-ci.org/lutzky/ttime.png?branch=master" alt="Build Status" />}[https://travis-ci.org/lutzky/ttime] {<img src="https://coveralls.io/repos/github/lutzky/ttime/badge.svg?branch=master" alt="Coverage Status" />}[https://coveralls.io/github/lutzky/ttime?branch=master]

<b>Note: This project is no longer under development; see http://github.com/lutzky/ttime2.</b>

TTime is (breath) a rewrite of a fork of a replacement of an updated version of software intended to help Technion students organize their timetables. (That was UDonkey-mono, UDonkey.Net, Marprog-Windows, Marprog-DOS). It automatically fetches its data from the Technion, and then generates automated schedules for the user according to his selections. We intend to make this program easy-to-use and extensible.

While this is technically a rewrite, a lot of concepts and code were borrowed from UDonkey, so thanks!

== Licensing

This program's license is the GNU GPL. We don't have everything stamped with it yet though, so bear with us.

== Installation

You can install ttime with the following command.

% ruby setup.rb

=== Prerequisites

You'll need the following packages in order to run ttime.

  • ruby1.8
  • libzip-ruby1.8
  • libgettext-ruby1.8
  • libglade2-ruby1.8
  • libgtk2-ruby1.8
  • libpango1-ruby1.8
  • librsvg2-ruby1.8
  • libcairo-ruby1.8

For UDonkey XML compatilbity, you'll also need:

  • libxml-ruby1.8

== Visual scheduling

(Thanks to Tom Meiri for the idea)

Many people don't like having an automated scheduler find all possible schedules for them, and would rather see their options and pick by themselves. TTime facilitates working in this mode as well:

  1. Make sure the "Group Constraints" constraint is enabled in the Constraints tab.
  2. Go to the Schedule tab, right-click and select "Show all alternatives". This will cause all events for all courses to be shown simultaneously, regardless of constraints.
  3. Right-click an event you wish to have in your schedule, and select "Mark this group".

Note that the markings are saved in the "Group Constraints" constraint, and will take effect when you click "Find Schedules".

== Nicknames

Some courses have very long names, and we'd like to to display them (or search for them) using shortened names. You can override included nicknames by creating a file in your home directory, <tt>/home/youruser/.ttime/nicknames.txt</tt>, of the following format:

Very Long course name Which is hard to remember MyCourse

Another Very Long course name which couldn't possible fit in schedule Anothercourse

== Microsoft Windows

To build your own packaging for Microsoft Windows:

  1. Download Ruby 1.9 (from http://ruby-lang.org)
  2. Copy the installation to the ttime directory (so that ruby-win\bin\ruby leads to the interpreter)
  3. Install the following gems:

ruby-win\bin\gem install gtk2 gettext rsvg2 zip libxml-ruby tzinfo

== UDonkey's XML format (http://udonkey.com)

We intend to be compatible with the UDonkey's XML format. At this point, you can place <tt>MainDB.xml</tt>, as generated by UDonkey, in the data subdirectory, and the data therein will be loaded directly by TTime.

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated2y ago
Forks10

Languages

Ruby

Security Score

60/100

Audited on Mar 13, 2024

No findings