summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index a81503a9..745fbb10 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,14 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use
7 7
8**IRC**: #tox on freenode, alternatively, you can use the [webchat](http://webchat.freenode.net/?channels=#tox).<br /> 8**IRC**: #tox on freenode, alternatively, you can use the [webchat](http://webchat.freenode.net/?channels=#tox).<br />
9**Website**: [http://tox.im](http://tox.im) 9**Website**: [http://tox.im](http://tox.im)
10**Developer Blog**: [http://dev.tox.im](http://dev.tox.im)
10 11
11**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/> 12**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/>
12**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) 13**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI)
13 14
14**How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)<br /> 15**How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)<br />
15**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ) 16**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ)<br />
17**For Mac OSX read** [INSTALL.md](INSTALL.md)
16 18
17### Objectives: 19### Objectives:
18 20
@@ -34,18 +36,19 @@ Keep everything really simple.
34- [ ] Streaming media 36- [ ] Streaming media
35- [ ] ??? 37- [ ] ???
36 38
37For further information, check our [To-do list](https://github.com/irungentoo/ProjectTox-Core/wiki/TODO) 39For further information, check our [To-do list](http://wiki.tox.im/index.php/TODO)
38 40
39### Why are you doing this? There are already a bunch of free skype alternatives. 41### Why are you doing this? There are already a bunch of free skype alternatives.
40The goal of this project is to create a configuration-free P2P skype 42The goal of this project is to create a configuration-free P2P skype
41replacement. Configuration-free means that the user will simply have to open the program and 43replacement. Configuration-free means that the user will simply have to open the program and
42without any account configuration will be capable of adding people to his 44without any account configuration will be capable of adding people to his
43friends list and start conversing with them. There are many so called skype replacements and all of them are either hard to 45friends list and start conversing with them. There are many so-called skype replacements and all of them are either hard to
44configure for the normal user or suffer from being way too centralized. 46configure for the normal user or suffer from being way too centralized.
45 47
46### Documentation: 48### Documentation:
47 49
48- [Installation](/INSTALL.md) 50- [Installation](/INSTALL.md)
51- [Commands](/docs/commands.rst)
49- [DHT Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/DHT)<br /> 52- [DHT Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/DHT)<br />
50- [Lossless UDP Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/Lossless-UDP)<br /> 53- [Lossless UDP Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/Lossless-UDP)<br />
51- [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto)<br /> 54- [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto)<br />