Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-speak.svg14
-rw-r--r--activity/activity.info23
2 files changed, 37 insertions, 0 deletions
diff --git a/activity/activity-speak.svg b/activity/activity-speak.svg
new file mode 100644
index 0000000..82d12a5
--- /dev/null
+++ b/activity/activity-speak.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="13" cy="17" rx="10" ry="10"/>
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="37" cy="17" rx="10" ry="10"/>
+ <circle fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="17" cy="15" r="2"/>
+ <circle fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="41" cy="15" r="2"/>
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="26" cy="39" rx="20" ry="4"/>
+</svg>
+
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100644
index 0000000..d39ea5f
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,23 @@
+[Activity]
+implement = speak
+name = Speak
+summary = An animated face that speaks whatever you type
+description = Speak is a talking face for the XO laptop. Anything you type will
+ be spoken aloud using the XO's speech synthesizer, espeak. You can
+ adjust the accent, rate and pitch of the voice as well as the shape
+ of the eyes and mouth.
+ This is a great way to experiment with the speech synthesizer,
+ learn to type or just have fun making a funny face for your XO.
+homepage = http://wiki.sugarlabs.org/go/Activities/Speak
+license = GPLv3+
+
+version = 41
+stability = stable
+
+icon = activity-speak
+exec = sugar-activity Speak.Speak
+
+# original activity.info options
+activity_version = 41
+bundle_id = vu.lux.olpc.Speak
+