author | ulf69 <ulf69> | 2004-10-24 17:29:26 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-24 17:29:26 (UTC) |
commit | 0eed1597b4193a804c8c40820ebb7032477ad7e0 (patch) (unidiff) | |
tree | f83e4fdfdc780bcce0327d0beb11cb2432fa8c19 /bin/kdepim/pwmanager/pwmanagerFAQ.txt | |
parent | 0d18bacea3cdf5832604c3d37f40af1605433655 (diff) | |
download | kdepimpi-0eed1597b4193a804c8c40820ebb7032477ad7e0.zip kdepimpi-0eed1597b4193a804c8c40820ebb7032477ad7e0.tar.gz kdepimpi-0eed1597b4193a804c8c40820ebb7032477ad7e0.tar.bz2 |
added faq about the used csv format
Diffstat (limited to 'bin/kdepim/pwmanager/pwmanagerFAQ.txt') (more/less context) (ignore whitespace changes)
-rw-r--r-- | bin/kdepim/pwmanager/pwmanagerFAQ.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/bin/kdepim/pwmanager/pwmanagerFAQ.txt b/bin/kdepim/pwmanager/pwmanagerFAQ.txt index a28f07b..212e018 100644 --- a/bin/kdepim/pwmanager/pwmanagerFAQ.txt +++ b/bin/kdepim/pwmanager/pwmanagerFAQ.txt | |||
@@ -11,7 +11,8 @@ Can PWM/Pi sync categories? | |||
11 | Q: | 11 | Q: |
12 | Which crypto, hash and compress algorithm is applied to the remote file | 12 | Which crypto, hash and compress algorithm is applied to the remote file |
13 | while syncing? | 13 | while syncing? |
14 | 14 | Q: | |
15 | What is the format of the CSV format to import passwords? | ||
15 | 16 | ||
16 | ************************************************************************* | 17 | ************************************************************************* |
17 | Q: | 18 | Q: |
@@ -64,6 +65,18 @@ while syncing? | |||
64 | A: The sync operation applies the local crypt, hash and compress algorithm | 65 | A: The sync operation applies the local crypt, hash and compress algorithm |
65 | to both, the local and remote copy of the passwordfile and with thus | 66 | to both, the local and remote copy of the passwordfile and with thus |
66 | overwrites the settings of the remote PwManager application. | 67 | overwrites the settings of the remote PwManager application. |
68 | ************************************************************************* | ||
69 | Q: | ||
70 | What is the format of the CSV file to import passwords? | ||
71 | A: | ||
72 | "Category 1",, "Desc 1", "Username 1", "Password 1", "URL 1", "Launcher 1", "Comment 1" | ||
73 | "Category 1",, "Desc 2", "Username 2", "Password 2", "URL 2", "Launcher 2", "Comment 2" | ||
74 | ... | ||
75 | |||
76 | |||
77 | -The empty "" is neccessary, because in future versions PwManager will | ||
78 | support nested Categories. | ||
79 | -The first line must !!not!! contain the field names. | ||
67 | 80 | ||
68 | 81 | ||
69 | 82 | ||