From 906c2fa02731af0a02338b57096947f5b993759d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 9 Jul 2013 00:31:30 +0200 Subject: Export online help as text files Move the texts of each online help screen to a separate text file. The set of files is supposed to replace the online help screens later. Signed-off-by: Lukas Fleischer --- doc/repeat.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/repeat.txt (limited to 'doc/repeat.txt') diff --git a/doc/repeat.txt b/doc/repeat.txt new file mode 100644 index 0000000..f79f2e9 --- /dev/null +++ b/doc/repeat.txt @@ -0,0 +1,31 @@ +Repeat +====== + +Repeat an event or an appointment. +You must first select the item to be repeated by moving inside the +appointment panel. Then pressing 'r' will lead you to a set of three +questions, with which you will be able to specify the repetition +characteristics: + + o type: you can choose between a daily, weekly, monthly or + yearly repetition by pressing 'D', 'W', 'M' or 'Y' + respectively. + + o frequence: this indicates how often the item shall be repeated. + For example, if you want to remember an anniversary, + choose a 'yearly' repetition with a frequence of '1', + which means it must be repeated every year. Another + example: if you go to the restaurant every two days, + choose a 'daily' repetition with a frequence of '2'. + + o ending date: this specifies when to stop repeating the selected + event or appointment. To indicate an endless + repetition, enter '0' and the item will be repeated + forever. + +Notes: + o repeated items are marked with an '*' inside the appointment + panel, to be easily recognizable from non-repeated ones. + o the 'Repeat' and 'Delete' command can be mixed to create + complicated configurations, as it is possible to delete only + one occurence of a repeated item. \ No newline at end of file -- cgit v1.2.3-54-g00ecf