[tuxdroid-svn] r5604 - software_suite_v3/software/plugin/plugin-twitter/branches/october_release/pl
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-10-07 11:44:19
|
Author: jerome
Date: 2009-10-07 13:43:59 +0200 (Wed, 07 Oct 2009)
New Revision: 5604
Modified:
software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/resources/plugin.xml
Log:
* Updated plugin description.
Modified: software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/resources/plugin.xml 2009-10-06 12:29:36 UTC (rev 5603)
+++ software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/resources/plugin.xml 2009-10-07 11:43:59 UTC (rev 5604)
@@ -33,7 +33,7 @@
name="updateStatus"
description="Tweet your new status"
type="boolean"
- defaultValue="true" />
+ defaultValue="false" />
<parameter
category="User parameters"
name="myStatus"
@@ -42,30 +42,24 @@
defaultValue="Hello all from my Tux Droid twitter gadget" />
<parameter
category="User parameters"
- name="maxRead"
- description="Maximum tweets to read"
- type="enum(10, 15, 20, 25, 30)"
- defaultValue="10" />
- <parameter
- category="User parameters"
name="giveOtherReplies"
- description="Give replies sent between followers"
+ description="Check Friends updates"
type="boolean"
defaultValue="true" />
<parameter
category="User parameters"
name="giveMessages"
- description="Give my messages/replies"
+ description="Check my messages/replies"
type="boolean"
defaultValue="true" />
</parameters>
<commands>
<command
name="run"
- description="Read / update your tweets from your Twitter account." />
+ description="Check your Twitter account." />
<command
name="check"
- description="Read your tweets from your Twitter account." />
+ description="Check your tweets from your Twitter account." />
</commands>
<tasks>
<task
|