diff options
Diffstat (limited to 'docs/FAQ.txt')
-rw-r--r-- | docs/FAQ.txt | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/docs/FAQ.txt b/docs/FAQ.txt deleted file mode 100644 index 7ecf1471..00000000 --- a/docs/FAQ.txt +++ /dev/null | |||
@@ -1,83 +0,0 @@ | |||
1 | TOX FAQ | ||
2 | ======= | ||
3 | |||
4 | Contents | ||
5 | ======== | ||
6 | |||
7 | (1). What is Tox? | ||
8 | (2). Where can I get Tox? | ||
9 | (3). Tox | ||
10 | (3.1) Which encryption algorithms does Tox employ? | ||
11 | (3.2) Does Tox have plugin support? | ||
12 | (3.3) I want to contribute to the Tox project. | ||
13 | (3.3.1) I want to be a developer. | ||
14 | (3.3.2) I want to contribute in UI design/sound. | ||
15 | (3.3.3) Are there any other ways I can contribute? | ||
16 | (4). Source | ||
17 | (4.1) Where do I get the Tox source code? | ||
18 | (4.2) How do I compile Tox? | ||
19 | |||
20 | (5). Community | ||
21 | (5.1) Where can I find the latest Tox thread? | ||
22 | (5.2) Are there any other Tox threads/forums? | ||
23 | =============================================================================== | ||
24 | |||
25 | (1). What is Tox? | ||
26 | ================= | ||
27 | Tox is a free (as in freedom) peer to peer messaging application that aims to | ||
28 | replace skype. | ||
29 | |||
30 | (2). Where can I get Tox? | ||
31 | ======================== | ||
32 | It's not done yet. | ||
33 | |||
34 | (3). Tox | ||
35 | ======= | ||
36 | (3.1). Which encryption algorithms does Tox employ? | ||
37 | -------------------------------------------------- | ||
38 | Tox uses the encryption algorithms present in the NaCl crypto library. | ||
39 | |||
40 | (3.2). Does Tox have plugin support? | ||
41 | ----------------------------------- | ||
42 | Maybe. | ||
43 | |||
44 | (3.3). I want to contribute to the Tox project. | ||
45 | ============================================== | ||
46 | (3.3.1). I want to be a developer. | ||
47 | --------------------------------- | ||
48 | Join the IRC. | ||
49 | |||
50 | (3.3.2). I want to contribute in UI design/sound. | ||
51 | ------------------------------------------------ | ||
52 | Join the IRC. | ||
53 | |||
54 | (3.3.3). Are there any other ways I can contribute? | ||
55 | -------------------------------------------------- | ||
56 | Testing the application, reporting bugs and requesting features. Don't be | ||
57 | scared to criticize something if you think it is done wrong. | ||
58 | |||
59 | (4). Source | ||
60 | =========== | ||
61 | (4.1). Where do I get the Tox source code? | ||
62 | ----------------------------------------- | ||
63 | The core library: https://github.com/irungentoo/ProjectTox-Core | ||
64 | Some front ends: | ||
65 | (None are in a usable state yet.) | ||
66 | |||
67 | (4.2). How do I compile Tox? | ||
68 | --------------------------- | ||
69 | You need to build and install libsodium. | ||
70 | Then just cd in the repo and: | ||
71 | mkdir build | ||
72 | cd build | ||
73 | cmake .. | ||
74 | make | ||
75 | |||
76 | (5). Community | ||
77 | ============== | ||
78 | (5.1). Where can I find the latest Tox thread? | ||
79 | --------------------------------------------- | ||
80 | |||
81 | |||
82 | (5.2). Are there any other Tox threads/forums? | ||
83 | --------------------------------------------- | ||