diff options
author | Frederic Culot <calcurse@culot.org> | 2006-07-31 21:00:02 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-07-31 21:00:02 +0000 |
commit | ac36e94341ca73d581f0df39f1c7bbf2138b2845 (patch) | |
tree | 47de561cd962ff8f47f6d811109907f15b9ff989 /README | |
download | calcurse-ac36e94341ca73d581f0df39f1c7bbf2138b2845.tar.gz calcurse-ac36e94341ca73d581f0df39f1c7bbf2138b2845.zip |
Initial revision
Diffstat (limited to 'README')
-rwxr-xr-x | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ + README file for the calcurse package + +See the file INSTALL for instructions on how to build and install calcurse. +See the file Changelog for a release history and bug-fix notes. +See the file TODO for things that still need doing. + +Browse the file doc/manual_xx.html (where xx stands for a language +abbreviation) for narrative descriptions of how to use calcurse. + + +PACKAGE OVERVIEW: + + You should be reading this file in a directory called: calcurse-x.x, + where x.x is the current version number. There should be two + subdirectories : 'src' and 'doc'. + Detailed documentation in html format can be found in the 'doc' + directory. Calcurse sources can be found in the 'src' directory. + + +AUTHOR: + + Frederic Culot + + +CONTRIBUTORS: + + Michael Schulz: calcurse manual german translation. + + See also the 'Thanks' section in doc/manual_xx.html for a list of + people who have contributed by reporting bugs, sending fixes, or + suggesting improvements. |