summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <zeapo@users.noreply.github.com>2014-11-04 22:35:38 +0100
committerMohamed Zenadi <zeapo@users.noreply.github.com>2014-11-04 22:35:38 +0100
commit44d1138f5aa11b51e2c826ea5a5f9d65d9335885 (patch)
tree038a3b7b9c64f5d5f9ed4d227bbb3f7d72532e8c
parentc6882ea39c3d0649b1a0928f97c5e37b60723588 (diff)
Added FAQ
-rw-r--r--README.md22
1 files changed, 9 insertions, 13 deletions
diff --git a/README.md b/README.md
index 52183b00..8b533010 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,15 @@ A few ways to get in touch:
- IRC : on irc://chat.freenode.net/Android-Password-Store (that means channel #Android-Password-Store on freenode), some of us hangout there
- [reddit](https://www.reddit.com/r/androidpwd), want to discuss something and it's midnight, no one on irc and you really want to write more than a couple of lines? reddit is your way!
+FAQ
+====
+
+- **Q:** What kind of repository can I clone from?
+- **A:** Make sure to only clone from bare repositories (see [git-clone(1)](http://git-scm.com/docs/git-clone) for how to create a bare repository from an existing one). Otherwise the clone will fail.
+- **Q:** I get a "Permission Denied" error when trying to import my ssh-key, why?
+- **A:** ssh-key files are usually created with permissions set to `600`, meaning that only the creator of this key has the right to read from it. The application needs a read access, at least temporarily, make the permissions to `644`, import the key, then set them back to `600`.
+
+
How-To
======
*Note:* This section is work in progress
@@ -27,7 +36,6 @@ Clone using SSH-key, then decrypt a password
<img src="tutorial_clone_ssh_then_decrypt.gif" alt="Clone And Decrypt" style="width:720px">
-Make sure to only clone from bare repositories (see [git-clone(1)](http://git-scm.com/docs/git-clone) for how to create a bare repository from an existing one). Otherwise the clone will fail.
Features
========
@@ -58,19 +66,7 @@ TODOs
- Create a new category
- Multi-select (for password deletion)
- Multiple password stores (multiple git repositories).
-- More UI enhancements
-- Clean-up the hard-coded strings
Needed
======
-- Icons: the current ones are CC, but would be great to have our own icons
- UI enhancements: any UI changes or suggestions are welcome
-
-
-
-
-
-
-
-[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/zeapo/android-password-store/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
-