From cb8dae7d0553e6e278e22bef4b7c68dd5cc510ee Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 15 Mar 2017 23:04:12 +0100 Subject: [PATCH] moved details to scripting guide --- Home.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Home.md b/Home.md index 369ca0f..162f491 100644 --- a/Home.md +++ b/Home.md @@ -39,14 +39,6 @@ The **rTorrent** bittorrent client uses ncurses and is ideal for use with [tmux] * [[rTorrent 0.9 Comprehensive Command list|rTorrent-0.9-Comprehensive-Command-list-(WIP)]] * [[Using initial seeding|Using-initial-seeding]] * the [[Scripting Guide|Scripting-Guide]] allows ‘power users’ to extend rTorrent's configuration with more complex logic, and control it remotely via XMLRPC. - * [[COMMAND execute|COMMAND-Execute]] - * [[COMMAND schedule|COMMAND-Scheduling]] - * [[COMMAND system|COMMAND-System]] - * [[COMMAND ui|COMMAND-UserInterface]] - * [[RPC Migration 0.9|RPC-Migration-0.9]] - * [[RPC Option Strings|RPC-Option-Strings]] - * [[RPC Setup XMLRPC|RPC-Setup-XMLRPC]] - * [[RPC Utility XMLRPC2SCGI|RPC-Utility-XMLRPC2SCGI]] * the [[Vagrant|Vagrant]] repository allows easy creation of a test environment for the client.