== What is Tycho?
Tycho is (the beginnings of) a Linux PIM (Personal Information Manager)
written in (and scriptable in) Ruby.
It’s not described here.
== Where the real documentation is
Go to: http://tycho.rubyforge.org for comprehensive information on Tycho
(such as it is).
== Release notes
=== Version 0.0.0.3
- Sizes are recalculated more or less correctly
- Bug: Have to leave topic and return to see new window size
=== Version 0.0.0.2
- Same fake tree, but now persists the changes that are made
- Notes are now YAML files: array [metadata_hash,body_text]
- Updated mkdata.rb
- “Escape” will terminate editing of a note
- Notes are now sized (roughly) according to content
- Version is printed on title bar
- Added read and write methods to Note class
=== Version 0.0.0.1
- Really does nothing but load a fake tree and make it visible in a
hierarchy of notes- Fake tree can be created by mkdata.rb - Invoke the program simply by running tycho.rb
- At present, it does no saving and no manipulation of notes or topics