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/import.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/import.txt (limited to 'doc/import.txt') diff --git a/doc/import.txt b/doc/import.txt new file mode 100644 index 0000000..65d963e --- /dev/null +++ b/doc/import.txt @@ -0,0 +1,19 @@ +Import +====== + +Import data from an icalendar file. +You will be asked to enter the file name from which to load ical +items. At the end of the import process, and if the general option +'system_dialogs' is set to 'yes', a report indicating how many items +were imported is shown. +This report contains the total number of lines read, the number of +appointments, events and todo items which were successfully imported, +together with the number of items for which problems occured and that +were skipped, if any. + +If one or more items could not be imported, one has the possibility to +read the import process report in order to identify which problems +occured. +In this report is shown one item per line, with the line in the input +stream at which this item begins, together with the description of why +the item could not be imported. -- cgit v1.2.3-54-g00ecf