summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/README
Unidiff
Diffstat (limited to 'noncore/apps/zsafe/README') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/README72
1 files changed, 72 insertions, 0 deletions
diff --git a/noncore/apps/zsafe/README b/noncore/apps/zsafe/README
new file mode 100644
index 0000000..9ac3b84
--- a/dev/null
+++ b/noncore/apps/zsafe/README
@@ -0,0 +1,72 @@
1Program: ZSafe
2
3Author: Carsten Schneider <CarstenSchneider@t-online.de>
4
5Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html
6
7Description:
8
9This password manager program works with the Sharp Zaurus SL5000 or SL5500.
10To compile you should download the Qtopia SDK from www.trolltech.com and
11read the section 'Qtopia - Getting Started' first.
12
13Compilation:
14
15 make.sh cross... to create the package for the Zaurus
16 make.sh native... to create the package for the Host System
17
18History:
192002-04-09: 1.0.0: first version
202002-04-23: 1.0.1: creation of the "Documents/text/plain" folder if the folder
21 does not exists
222002-04-27: 1.0.2: If no password file exists a password is not required to
23 proceed.
24 If the password is wrong the program terminates.
252002-04-29: 1.0.3: To enter a new password it must be entered twice.
26 Double clicking onto a password entry displays an
27 information form.
28 After a resume the password must be entered again.
292002-05-03: 1.0.4: Crashes after resume fixed.
302002-05-11: 1.0.5: Uncrypted ascii text import/export functionality added.
312002-07-07: 1.0.6: Definition of own categories and cut/copy/paste of entries.
322002-07-13: 1.0.7: Multi line comment field
33 password validation improved
34 File menu expanded to 'Save document'
35 Usage of html tags within the comment field
362002-07-14: 1.0.8: Clicking with middle cursor key onto a password entry
37 displayes the info form.
38 Option 'File -> Open entries expanded' added.
392002-07-24: 1.0.9: Search improved
402002-08-03: 1.0.10: saving of the configuration file corrected
412002-08-03: 1.0.11: renaming of categories corrected
42 category dialog displayes now icons instead of icon
43 file names
442002-09-06: 1.0.11: Linux PC version of zsafe created
452002-09-08: 2.0.0 : Field names of the categories editable
46 two additional fields added
472003-02-01: 2.0.1 : German translation from Robert Ernst added
482003-04-01: 2.0.2 : Windows desctop version created
49 cleaning of clipboard after ZSafe exit
502003-05-27: 2.0.3 : Window resizing enhancements to better support
51 of screen rotation
522003-06-02: 2.1.0 : Document handling added (New, Open, Save As ..)
53 MimeType 'application/zsafe' added
54 passwords.zsf default location moved to application/zsafe
552003-07-13: 2.1.1 : colored category row
56 list view column header label depends on the selected
57 category
58 export/import/remove text file via file dialog
592003-07-20: 2.1.2 : Document handling (new/open) corrected
60
61Thanks to:
62 Matthew Palmer <mjp16@uow.edu.au> for the RC2 implementation.
63 Troy Engel <tengel@sonic.net> for the kpasman code
64 (http://www.sonic.net/~tengel/kpasman)
65 Robert Ernst <robert.ernst@linux-solutions.at>
66 (http://www.linux-solutions.at/projects/zaurus) for the translation and
67 make.sh script
68 Werner Schulte <werner@schulte-ac.de>
69 (http://www.uv-ac.de/qtravel) for the file dialog implementation
70
71
72