From 11bc3a9f80b1ef21047d7a660c504af4047a64d8 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Thu, 5 May 2005 16:31:46 +0000 Subject: [PATCH] Adding faq. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@432 e378c898-3ddf-0310-93e7-cc216c733640 --- configure.ac | 4 ++-- doc/faq.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 doc/faq.xml diff --git a/configure.ac b/configure.ac index 02275086..b04c9afd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rtorrent, 0.2.2, jaris@ifi.uio.no) +AC_INIT(rtorrent, 0.2.3, jaris@ifi.uio.no) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) @@ -39,7 +39,7 @@ TORRENT_CHECK_EXECINFO() TORRENT_CHECK_CURL() TORRENT_OTFD() -PKG_CHECK_MODULES(STUFF, sigc++-2.0 libtorrent >= 0.6.2, +PKG_CHECK_MODULES(STUFF, sigc++-2.0 libtorrent >= 0.6.3, CXXFLAGS="$CXXFLAGS $STUFF_CFLAGS $CURL_CFLAGS"; LIBS="$LIBS $STUFF_LIBS $CURL_LIBS") diff --git a/doc/faq.xml b/doc/faq.xml new file mode 100644 index 00000000..dcdac99c --- /dev/null +++ b/doc/faq.xml @@ -0,0 +1,42 @@ + + +
+ rTorrent Frequently Asked Questions + + + This is the user FAQ for Rakshasa's BitTorrent client. RTorrent is + an ncurses based client that uses libTorrent and is written in + C++. Efficiency and good code is the main goal of both projects. + + + + + + How do I add new torrents while the client is running? + + + Use the backspace key to enter file input mode. The bottom + line will change into a prompt which allows you to enter URL's + or file paths to torrents. File name completion and directory + listing is supported with the tab key. + + + + + + How does the session feature work? + + + When you start the client you can use the "-s" switch to + specify a session directory. The client will save all + currently running torrents in the session directory and fast + resume data will be written when the client exits. Upon + restarting the client it will resume all the torrents in the + session directory. Note that the filenames must be in the + ".torrent" format. + + + + + +