Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Stoner <ed@whsd.net>2007-10-31 17:17:44 (GMT)
committer Ed Stoner <ed@whsd.net>2007-10-31 17:17:44 (GMT)
commitdd51c2a168f4659394f50e429c025946daaf23ef (patch)
tree9c6670876fe1d0a55ef325ec672a8c659cf3c6df
parent901e5dc6b06a38500e02fced43aa17efe95d8def (diff)
more changesdev.laptop.org
-rw-r--r--MANIFEST24
-rw-r--r--NEWS3
-rwxr-xr-xsetup.py3
3 files changed, 30 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..f6539e4
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,24 @@
+flipsticks.py
+icons/50x50blank-trans.png
+icons/big_left_arrow.png
+icons/big_pause.png
+icons/big_right_arrow.png
+icons/camera.png
+icons/clear.png
+icons/down_arrow.png
+icons/filmstrip.png
+icons/left_arrow.png
+icons/logo.png
+icons/old_pause.png
+icons/old_x_clear.png
+icons/pause.png
+icons/pink_arrow.png
+icons/reset.png
+icons/right_arrow.png
+icons/sound_icon.png
+icons/up_arrow.png
+icons/yellow_arrow.png
+lp-en/An_Overview.txt
+lp-en/Lesson_Plan_1.txt
+lp-en/Lesson_Plan_2.txt
+lp-en/Lesson_Plan_3.txt
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..ee54448
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,3 @@
+1
+
+* Initial version (ed@whsd.net)
diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..cdfa0d1
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,3 @@
+#!/usr/bin/python
+from sugar.activity import bundlebuilder
+bundlebuilder.start('flipsticks')