From b7248ef73a8e05bedb934b6acd0b3a0f7e9fa038 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 29 Jul 2013 11:42:15 +0300 Subject: [PATCH] Update help screen --- res/values/strings.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 8b4dd01..e49e617 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,21 +1,22 @@ FonBot Allows an application to send notifications through FonBot - Initial setup:\n +

1. Initial setup:

\n
  1. Register an account\n
  2. Enter your username and password in the preferences\n\n
-Sending commands:\n +

2. Sending commands:

\n
    -
  • via Jabber: Send commands to fonbot@ieval.ro from any Jabber/GTalk account\n
  • -
  • via Yahoo Messenger: Send commands to fonbotym\n
  • +
  • via Jabber: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbot@ieval.ro, then send commands\n
  • +
  • via Yahoo Messenger: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbotym, then send commands\n
  • +
  • via IRC: Login by sending "login YOUR_USERNAME YOUR_PASSWORD" to fonbot on OFTC, then send commands\n
  • via SMS: Set a SMS Password in the preferences, then send SMSes with the SMS Password as the first line. The next lines will be processed as commands\n
  • -
  • via email: Send commands to fonbot@ieval.ro\n
\nFonBot commands consist of a command name and zero or more arguments, separated by spaces. To include spaces in an argument, surround the argument with single or double quotes.\n\n Example command: sms 0755555555 \'This is a random text\'. This command would send a text message to 0755555555\n\n + The help command can be used to get a list of commands and help for them. Examples:\n\n
  • help — shows a list of commands\n
  • -- 2.30.2