diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/WHY.txt | 10 |
2 files changed, 14 insertions, 0 deletions
@@ -51,3 +51,7 @@ Lossless UDP protocol: | |||
51 | 51 | ||
52 | Crypto: | 52 | Crypto: |
53 | see: [docs/Crypto.txt](/docs/Crypto.txt) | 53 | see: [docs/Crypto.txt](/docs/Crypto.txt) |
54 | |||
55 | ### Why are you doing this? There are already a bunch of free skype alternatives. | ||
56 | |||
57 | see: [docs/WHY.txt](/docs/WHY.txt) | ||
diff --git a/docs/WHY.txt b/docs/WHY.txt new file mode 100644 index 00000000..7be4f896 --- /dev/null +++ b/docs/WHY.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | The goal of this project is to create a configuration free p2p skype | ||
2 | replacement. | ||
3 | |||
4 | Configuration free means that the user will simply have to open the program and | ||
5 | without any account configuration will be capable of adding people to his | ||
6 | friends list and start conversing with them. | ||
7 | |||
8 | There are many so called skype replacements and all of them are either hard to | ||
9 | configure for the normal user or suffer from being much too centralized. | ||
10 | |||