Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-05-09 19:28:58 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-05-09 19:28:58 (GMT)
commit3cf9ca0608faef11e7de0ebbf370b9e94747a1dc (patch)
tree9d5ebe47fd337966b017ecddf5b9bfbdf06704a2 /activity
new project
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-story.svg17
-rw-r--r--activity/activity.info8
2 files changed, 25 insertions, 0 deletions
diff --git a/activity/activity-story.svg b/activity/activity-story.svg
new file mode 100644
index 0000000..80fd605
--- /dev/null
+++ b/activity/activity-story.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" ?>
+<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#000">
+ <!ENTITY fill_color "#aaa">
+]>
+<svg height="100px" viewBox="0 0 100 100" width="100px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" stroke="&stroke_color;" fill="&fill_color;">
+<g id="quote" display="none">
+ <polygon display="inline" points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713 "
+ style="fill:&fill_color;;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
+ <polygon display="inline" points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713 "
+ style="fill:&fill_color;;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
+</g>
+<g id="Layer_2">
+ <path d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623h9.113l0.005,9.593 l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z M54.03,71.383H44.022 V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9c0-11.616,7.412-15.111,12.133-16.251 c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127 c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532c15.059,0,18.809,9.585,19.039,14.646 C72.109,41.277,65.453,44.604,60.952,46.323z"
+ style="fill:&stroke_color;;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" />
+</g>
+</svg>
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100644
index 0000000..211ac33
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,8 @@
+[Activity]
+name = Story
+activity_version = 1
+license = GPLv3
+bundle_id = org.sugarlabs.StoryActivity
+exec = sugar-activity StoryActivity.StoryActivity
+icon = activity-story
+show_launcher = yes