Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity
diff options
context:
space:
mode:
authorJoshua Minor <j@lux.vu>2008-03-15 19:30:21 (GMT)
committer Joshua Minor <j@lux.vu>2008-03-15 19:30:21 (GMT)
commit7db7514dbca45c4531b037d7da772888d441527a (patch)
tree7d93c6c9ecdc1afce4d300438d58a958cea8bb56 /Speak.activity
parentddec556ecbddec904c5b7fdc9062f429b6c4eedf (diff)
Cleaned up headers a bit.
Diffstat (limited to 'Speak.activity')
-rwxr-xr-xSpeak.activity/activity.py5
-rw-r--r--Speak.activity/activity/activity.info2
-rw-r--r--Speak.activity/audio.py5
-rw-r--r--Speak.activity/eye.py5
-rw-r--r--Speak.activity/fft_mouth.py5
-rw-r--r--Speak.activity/glasses.py5
-rw-r--r--Speak.activity/mouth.py5
-rw-r--r--Speak.activity/voice.py5
-rw-r--r--Speak.activity/waveform_mouth.py5
9 files changed, 25 insertions, 17 deletions
diff --git a/Speak.activity/activity.py b/Speak.activity/activity.py
index fc1275f..c31b5b0 100755
--- a/Speak.activity/activity.py
+++ b/Speak.activity/activity.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
import sys
diff --git a/Speak.activity/activity/activity.info b/Speak.activity/activity/activity.info
index a594296..5493a64 100644
--- a/Speak.activity/activity/activity.info
+++ b/Speak.activity/activity/activity.info
@@ -3,5 +3,5 @@ name = Speak
service_name = vu.lux.olpc.Speak
class = activity.SpeakActivity
icon = activity-speak
-activity_version = 5
+activity_version = 6
show_launcher = yes
diff --git a/Speak.activity/audio.py b/Speak.activity/audio.py
index e29ac80..9b37edc 100644
--- a/Speak.activity/audio.py
+++ b/Speak.activity/audio.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
# This code is a stripped down version of the audio grabber from Measure
diff --git a/Speak.activity/eye.py b/Speak.activity/eye.py
index 689a6d0..fb67f6b 100644
--- a/Speak.activity/eye.py
+++ b/Speak.activity/eye.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
import pygtk
import gtk
diff --git a/Speak.activity/fft_mouth.py b/Speak.activity/fft_mouth.py
index 6f08627..230b673 100644
--- a/Speak.activity/fft_mouth.py
+++ b/Speak.activity/fft_mouth.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
# This code is a stripped down version of the fft view from Measure
diff --git a/Speak.activity/glasses.py b/Speak.activity/glasses.py
index 61965a6..864ebae 100644
--- a/Speak.activity/glasses.py
+++ b/Speak.activity/glasses.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
from eye import *
diff --git a/Speak.activity/mouth.py b/Speak.activity/mouth.py
index 7fb7197..d725cf6 100644
--- a/Speak.activity/mouth.py
+++ b/Speak.activity/mouth.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
# This code is a super-stripped down version of the waveform view from Measure
diff --git a/Speak.activity/voice.py b/Speak.activity/voice.py
index ac364e0..a3bb1c6 100644
--- a/Speak.activity/voice.py
+++ b/Speak.activity/voice.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
import subprocess
diff --git a/Speak.activity/waveform_mouth.py b/Speak.activity/waveform_mouth.py
index 01ed6d5..05d7249 100644
--- a/Speak.activity/waveform_mouth.py
+++ b/Speak.activity/waveform_mouth.py
@@ -1,5 +1,6 @@
# Speak.activity
# A simple front end to the espeak text-to-speech engine on the XO laptop
+# http://wiki.laptop.org/go/Speak
#
# Copyright (C) 2008 Joshua Minor
# This file is part of Speak.activity
@@ -12,13 +13,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Speak.activity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
# This code is a stripped down version of the waveform view from Measure