From 794b78bc0d8244a7db200ae9104af4d0fb94b002 Mon Sep 17 00:00:00 2001 From: Romain Edelmann Date: Fri, 9 Aug 2013 20:52:37 +0200 Subject: [PATCH] Added clarification and `Contributing`. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 680b413..473cd6e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Confirm: Generated password: 6yorHvhrpj#8Yce:bl ``` +The password generated for Facebook is completely different from the one it generated for GitHub. + Imagine now that your are on an other computer, with no access to your keychain, and you would like to login to Facebook (just for 5 minutes). To your great despair, there is no way you can remember your obscure password! @@ -118,5 +120,26 @@ For now, `scat` is only distributed as a Haskell source code. 4. Enjoy! +## Contributing + +Feel free to contribute to this project! If you have a brilliant idea to make this project better, just say so! +If you lack ideas but would like to participate anyway, you can also find here a list of things to do! + +### Things to do + +1. Create other schemas. + +2. Let the user specify a size for some schemas. + +3. Compatible port in mainstream programming languages. + +4. Some other improvements you might want! + +### Contributors + +Name | Contributions +:--- | :------------ +Romain Edelmann | Initial work on the project. + [diceware]: http://world.std.com/~reinhold/diceware.html [haskell-platform]: http://www.haskell.org/platform/ \ No newline at end of file