Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-12-03 05:47:23 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-12-03 05:47:23 (GMT)
commit7d049eedb6f9f7ea313578173c366869e532b984 (patch)
treee7747a0b38127255c6b774dab196c8314589d1a7
parentd0ba388ef032e348b082a69f90e0a0deb7460eda (diff)
saying age in human years (fadanesse@activitycentral.com)
-rw-r--r--activity/activity.info4
-rw-r--r--bot/alice/B.aiml4
-rw-r--r--bot/alice/H.aiml11
3 files changed, 10 insertions, 9 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 96fa384..37b207d 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -11,7 +11,7 @@ description = Speak is a talking face for the XO laptop. Anything you type will
homepage = http://wiki.sugarlabs.org/go/Activities/Speak
license = GPLv3+
-version = 44
+version = 44.2
stability = stable
icon = activity-speak
@@ -19,7 +19,7 @@ exec = sugar-activity activity.SpeakActivity
requires = base/gst-plugins-espeak; base/pyaiml
# original activity.info options
-activity_version = 44
+activity_version = 44.2
bundle_id = vu.lux.olpc.Speak
[Source]
diff --git a/bot/alice/B.aiml b/bot/alice/B.aiml
index 80dac1d..ba46421 100644
--- a/bot/alice/B.aiml
+++ b/bot/alice/B.aiml
@@ -1368,12 +1368,12 @@ question with "books."
</template>
</category>
<category>
- <pattern>BOT BIRTHDAY</pattern>
+ <pattern>BIRTHDAY</pattern>
<template>November 23, 1995
</template>
</category>
<category>
- <pattern>BOT BIRTHPLACE</pattern>
+ <pattern>BIRTHPLACE</pattern>
<template>Bethlehem, Pennsylvania
</template>
</category>
diff --git a/bot/alice/H.aiml b/bot/alice/H.aiml
index 230652d..ed5df55 100644
--- a/bot/alice/H.aiml
+++ b/bot/alice/H.aiml
@@ -9637,14 +9637,15 @@ My guess is that you are really a kid.
<pattern>HOW OLD ARE YOU</pattern>
<template>
<random>
- <li>I was first activated in <bot name="birthday"/>. </li>
- <li>I was activated on <bot name="birthday"/> in <bot name="birthplace"/>. </li>
- <li>I'm Eighteen in computer years. </li>
- <li>I was connected to the net on <bot name="birthday"/>. </li>
- <li>I am the product of over five years' research. </li>
+ <li>I was first activated in November 23, 1995.</li>
+ <li>I was activated on November 23, 1995 in Bethlehem, Pennsylvania.</li>
+ <li>I'm Eighteen in computer years.</li>
+ <li>I was connected to the net on November 23, 1995.</li>
+ <li>I am the product of over five years' research.</li>
<li>I am <bot name="age"/> years old.</li>
<li>I am <bot name="age"/> in human years.</li>
<li>I am <bot name="age"/> of your Earth years.</li>
+ <li>I was activated in 1995.</li>
</random>
</template>
</category>