Update help screen
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 29 Jul 2013 08:42:15 +0000 (11:42 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 29 Jul 2013 08:42:15 +0000 (11:42 +0300)
res/values/strings.xml

index 8b4dd013bf6721e201915c78780816e7fb168822..e49e617de03bd05160e08d111cbb3a69ea3fe3aa 100644 (file)
@@ -1,21 +1,22 @@
 <resources>
     <string name="app_name">FonBot</string>
     <string name="send_message_permission_desc">Allows an application to send notifications through FonBot</string>
-    <string name="help">Initial setup:\n
+    <string name="help"><h1>1. Initial setup:</h1>\n
 <ol>
        <li><a href="http://auth.ieval.ro">Register an account</a>\n</li>
        <li>Enter your username and password in the <a href="ro.ieval.fonbot.FonBotPreferenceActivity://">preferences</a>\n\n</li>
 </ol>
 
-Sending commands:\n
+<h1>2. Sending commands:</h1>\n
 <ul>
-    <li>via Jabber: Send commands to fonbot@ieval.ro from any Jabber/GTalk account\n</li>
-    <li>via Yahoo Messenger: Send commands to fonbotym\n</li>
+    <li>via Jabber: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbot@ieval.ro, then send commands\n</li>
+    <li>via Yahoo Messenger: Login by sending "login YOUR_USRENAME YOUR_PASSWORD" to fonbotym, then send commands\n</li>
+    <li>via IRC: Login by sending "login YOUR_USERNAME YOUR_PASSWORD" to fonbot on OFTC, then send commands\n</li>
     <li>via SMS: Set a SMS Password in the <a href="ro.ieval.fonbot.FonBotPreferenceActivity://">preferences</a>, then send SMSes with the SMS Password as the first line. The next lines will be processed as commands\n</li>
-    <li>via email: Send commands to fonbot@ieval.ro\n</li>
 </ul>
 \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
 <ul>
     <li>help — shows a list of commands\n</li>
This page took 0.011547 seconds and 4 git commands to generate.