summaryrefslogtreecommitdiffstats
path: root/doc/en/faq.docbook
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-21 15:59:59 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-21 15:59:59 -0600
commitdcb1ad1efa36898ba8e8e8386308dba8deceaeac (patch)
tree9dc6a938d5bfe7546940b57dc65ee7ec939aee8a /doc/en/faq.docbook
parent4fa393fe559130a9d5c1155f681b428ae47b5e6d (diff)
downloadktorrent-dcb1ad1efa36898ba8e8e8386308dba8deceaeac.tar.gz
ktorrent-dcb1ad1efa36898ba8e8e8386308dba8deceaeac.zip
Add first rudimentary help handbook.
Diffstat (limited to 'doc/en/faq.docbook')
-rw-r--r--doc/en/faq.docbook38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/en/faq.docbook b/doc/en/faq.docbook
new file mode 100644
index 0000000..9a9c762
--- /dev/null
+++ b/doc/en/faq.docbook
@@ -0,0 +1,38 @@
+<chapter id="faq">
+<title>Questions and Answers</title>
+
+<para>
+Here are some of the frequently asked questions and their corresponding answers. Chances are that you are probably looking for one of them.
+</para>
+
+<qandaset id="faqlist">
+
+<qandaentry>
+<question>
+<para>
+What is <quote>port forwarding</quote>?
+</para>
+</question>
+<answer>
+<para>
+Computers that are behind a router cannot accept incoming connections, which can hurt their download speed. Port forwarding is a solution to this problem. If you have UPnP enabled router, use UPnP plugin to forward needed ports in few mouse clicks. Otherwise visit <ulink url="http://portforward.com">http://portforward.com</ulink> to learn how to do this on your router.
+</para>
+</answer>
+</qandaentry>
+
+<qandaentry>
+<question>
+<para>
+What is the most common mistake of BitTorrent users?
+</para>
+</question>
+<answer>
+<para>
+Not seeding after they have finished downloading. It is important that peers with 100&percnt; of data keep torrent running for others to download. Share ratio of 1.0 is a minimum you should seed for every torrent you download.
+</para>
+</answer>
+</qandaentry>
+
+</qandaset>
+
+</chapter>