From 6be651d3cb7f55a52968fac9b0b5c7dadf40bae9 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 9 Apr 2001 02:20:26 +0000 Subject: Starting doc. --- kde2/doc/en/Makefile.am | 2 +- kde2/doc/en/firstwizard-1.png | Bin 0 -> 5051 bytes kde2/doc/en/firstwizard-2.png | Bin 0 -> 5281 bytes kde2/doc/en/firstwizard-3.png | Bin 0 -> 6596 bytes kde2/doc/en/index.docbook.in | 106 +++++++++++++++++++++++++++++++++++- kde2/doc/en/newpsionwizard-1.png | Bin 0 -> 3412 bytes kde2/doc/en/newpsionwizard-2.png | Bin 0 -> 3652 bytes kde2/doc/en/restore-initial.png | Bin 0 -> 7770 bytes kde2/doc/en/restore-treeopen.png | Bin 0 -> 6820 bytes kde2/doc/en/settings-backup.png | Bin 0 -> 4809 bytes kde2/doc/en/settings-connection.png | Bin 0 -> 3846 bytes kde2/doc/en/settings-machines.png | Bin 0 -> 4017 bytes kde2/doc/en/toplevel.png | Bin 0 -> 4388 bytes 13 files changed, 106 insertions(+), 2 deletions(-) create mode 100644 kde2/doc/en/firstwizard-1.png create mode 100644 kde2/doc/en/firstwizard-2.png create mode 100644 kde2/doc/en/firstwizard-3.png create mode 100644 kde2/doc/en/newpsionwizard-1.png create mode 100644 kde2/doc/en/newpsionwizard-2.png create mode 100644 kde2/doc/en/restore-initial.png create mode 100644 kde2/doc/en/restore-treeopen.png create mode 100644 kde2/doc/en/settings-backup.png create mode 100644 kde2/doc/en/settings-connection.png create mode 100644 kde2/doc/en/settings-machines.png create mode 100644 kde2/doc/en/toplevel.png (limited to 'kde2/doc') diff --git a/kde2/doc/en/Makefile.am b/kde2/doc/en/Makefile.am index 14e83a9..912dd33 100644 --- a/kde2/doc/en/Makefile.am +++ b/kde2/doc/en/Makefile.am @@ -3,4 +3,4 @@ KDE_LANG = en KDE_DOCS = kpsion index.docbook: index.docbook.in - cat index.docbook.in | perl -e 'while (<>) { if (/\$$Date:\s+(\S*)/) { $$d=$$1; } s/__DATE__/$$d/; s/__VERSION__/$(VERSION)/; print; }' > index.docbook + cat index.docbook.in | perl -e 'while (<>) { if (/\$$Date:\s+(.*)\s+\$$/) { $$d=$$1; } s/__DATE__/$$d/; s/__VERSION__/$(VERSION)/; print; }' > index.docbook diff --git a/kde2/doc/en/firstwizard-1.png b/kde2/doc/en/firstwizard-1.png new file mode 100644 index 0000000..8c86d9b Binary files /dev/null and b/kde2/doc/en/firstwizard-1.png differ diff --git a/kde2/doc/en/firstwizard-2.png b/kde2/doc/en/firstwizard-2.png new file mode 100644 index 0000000..f8fc9e4 Binary files /dev/null and b/kde2/doc/en/firstwizard-2.png differ diff --git a/kde2/doc/en/firstwizard-3.png b/kde2/doc/en/firstwizard-3.png new file mode 100644 index 0000000..05ce404 Binary files /dev/null and b/kde2/doc/en/firstwizard-3.png differ diff --git a/kde2/doc/en/index.docbook.in b/kde2/doc/en/index.docbook.in index 6b4d4ce..d16a145 100644 --- a/kde2/doc/en/index.docbook.in +++ b/kde2/doc/en/index.docbook.in @@ -186,7 +186,92 @@ This option starts format of the specified DRIVE. Configuration -TBD + +First time startup + + +When you start &kpsion; the first time, a wizard dialog is shown which lets +you easily configure the application for your personal use. The initial setup +is divided into three steps: + + + +Select a backup directory + + +Step one. Select a backup directory. + + + + + + Selecting the backup directory + + + +The backup directory will be used by &kpsion; for storing backup archives. +You simply can accept the default proposed by this dialog if you don't have +to care about disk space used in your home directory. Otherwise, select a +directory of your choice by clicking on the Browse button. &kpsion; creates +a that directory if it does not yet exist. Of course, you need the permission +to do so. + + + + +Adjust the backup strategy + + +Step two. backup strategy. + + + + + + Setting the backup strategy + + + +In the second step, you can adjust the backup strategy. For both, incremental +and full backups, you can select an interval. If any of these intervals is +enabled, &kpsion; will create a .desktop Entry in your +KDE Autostart folder. Every time KDE is started, this will start &kpsion; +in autobackup mode. If the interval is expired and your Psion is currently +connected, an unattended backup will be performed. + + +The third adjustment to be made is the number of backup generations to keep. +A backup generation consists of a full backup plus eventually made incremental +backups. If a backup is completed sucessfully, &kpsion; will check, if there +are more backup generations available and delete older backup generations. + + + + +Connection parameters + + +Step three. connection parameters. + + + + + + Setting connection parameters + + + +In the third step, you can adjust the behavior of &kpsion; during initial +connect. If you set the connection retry interval to a non-zero value, &kpsion; +will retry a connection attempt if it had failed. Since &kpsion; needs the +ncpd daemon running, it is also possible to start this daemon on the fly if it +is not running. For this, you need to have permissions to use the specified +port. + + + + + @@ -195,6 +280,25 @@ This option starts format of the specified DRIVE. TBD + +Questions and Answers +&reporting.bugs; +&updating.documentation; + + + + +I have a Psion Series 3 and &kpsion; doesn't work. + + +This is currently a known problem with the plptools lib. You have to +wait until tis is fixed. Sorry. + + + + + + Author diff --git a/kde2/doc/en/newpsionwizard-1.png b/kde2/doc/en/newpsionwizard-1.png new file mode 100644 index 0000000..334b2a3 Binary files /dev/null and b/kde2/doc/en/newpsionwizard-1.png differ diff --git a/kde2/doc/en/newpsionwizard-2.png b/kde2/doc/en/newpsionwizard-2.png new file mode 100644 index 0000000..e98a6a1 Binary files /dev/null and b/kde2/doc/en/newpsionwizard-2.png differ diff --git a/kde2/doc/en/restore-initial.png b/kde2/doc/en/restore-initial.png new file mode 100644 index 0000000..e26193b Binary files /dev/null and b/kde2/doc/en/restore-initial.png differ diff --git a/kde2/doc/en/restore-treeopen.png b/kde2/doc/en/restore-treeopen.png new file mode 100644 index 0000000..a5a4d0d Binary files /dev/null and b/kde2/doc/en/restore-treeopen.png differ diff --git a/kde2/doc/en/settings-backup.png b/kde2/doc/en/settings-backup.png new file mode 100644 index 0000000..97827c4 Binary files /dev/null and b/kde2/doc/en/settings-backup.png differ diff --git a/kde2/doc/en/settings-connection.png b/kde2/doc/en/settings-connection.png new file mode 100644 index 0000000..c5852c2 Binary files /dev/null and b/kde2/doc/en/settings-connection.png differ diff --git a/kde2/doc/en/settings-machines.png b/kde2/doc/en/settings-machines.png new file mode 100644 index 0000000..1d4ded2 Binary files /dev/null and b/kde2/doc/en/settings-machines.png differ diff --git a/kde2/doc/en/toplevel.png b/kde2/doc/en/toplevel.png new file mode 100644 index 0000000..743722e Binary files /dev/null and b/kde2/doc/en/toplevel.png differ -- cgit v1.2.3