Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2017-11-19 22:14:00 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2017-11-19 22:14:00 +0300
commit01761a99f586184a944df784c3963dc66095ee98 (patch)
tree8423f286b3dfc4047c7e31272619e4bedc71bd37
parenta39410f8a93dc3cf7813fb4b313b12be4cb008ef (diff)
Updated readme
-rw-r--r--Contributing.md17
-rw-r--r--Readme.md21
2 files changed, 30 insertions, 8 deletions
diff --git a/Contributing.md b/Contributing.md
new file mode 100644
index 0000000..47ad4aa
--- /dev/null
+++ b/Contributing.md
@@ -0,0 +1,17 @@
+#### Development requirements
+A running Nextcloud instance with the passwords app installed.
+_Using a test account is recommended_
+
+##### Project Setup
+1. Run `npm install`
+2. Run `npm run watch`
+
+##### Firefox Setup
+1. Open "about:debugging" in Firefox
+2. Click "Load Temporary Add-on"
+3. Select the manifest.json in the "dist" folder
+
+#### Easy tasks
+You can always help translating the app.
+The translation files can be found in `dist/_locales/<language>`.
+Use the english language for reference. \ No newline at end of file
diff --git a/Readme.md b/Readme.md
index b274304..1ca75ae 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,14 +1,19 @@
This WebExtension is a client for the [Passwords app for Nextcloud](https://github.com/marius-wieschollek/passwords-legacy).
+####Passwords always at hand
+By clicking on the "Passwords"-icon, you will be presented with the login data that matches the current website. The desired user account can easily be inserted into existing login forms with one click. Alternatively, you can also copy the password to the clipboard.
+
+####Keep your passwords up-to-date
+New and updated passwords will be detected automatically and can be saved to Nextcloud.
+
+####Integrated Search
+If you are unable to find a user account, the practical search function is guaranteed to help you.
+
+####Firefox for Android
+The client for Nextcloud Passwords is optimized for mobile devices and also works with Firefox for Android.
+
### Development
-##### Project Setup
-1. Run `npm install`
-2. Run `npm run watch`
-
-##### Firefox Setup
-1. Open "about:debugging" in Firefox
-2. Click "Load Temporary Add-on"
-3. Select the manifest.json in the "dist" folder
+See [contributing](Contributing.md).
##### Notes for AMO reviewers
1. This extension uses Vue.js, jQuery, UglifyJS and webpack \ No newline at end of file