Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2009-07-28 03:53:04 (GMT)
committer Chris Ball <cjb@laptop.org>2009-07-28 03:53:04 (GMT)
commit679d3948bcb010c562559f55cfb801adac5556cf (patch)
treee30228e3959ec16473c71ebaee09afd7e4e3bf60 /activity
Initial import from first night
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-log.svg15
-rw-r--r--activity/activity.info7
2 files changed, 22 insertions, 0 deletions
diff --git a/activity/activity-log.svg b/activity/activity-log.svg
new file mode 100644
index 0000000..346e1b1
--- /dev/null
+++ b/activity/activity-log.svg
@@ -0,0 +1,15 @@
+<?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 "#666666">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="activity-log">
+ <g display="inline">
+
+ <rect fill="&fill_color;" height="32.442" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5" width="43.458" x="5.646" y="9.404"/>
+ <circle cx="12.926" cy="16.867" fill="&stroke_color;" r="1.931"/>
+ <circle cx="12.926" cy="25.645" fill="&stroke_color;" r="1.931"/>
+ <circle cx="12.926" cy="34.424" fill="&stroke_color;" r="1.931"/>
+ <line fill="none" stroke="&stroke_color;" stroke-width="3.5" x1="17.926" x2="33.926" y1="16.867" y2="16.867"/>
+ <line fill="none" stroke="&stroke_color;" stroke-width="3.5" x1="17.926" x2="33.926" y1="25.625" y2="25.625"/>
+ <line fill="none" stroke="&stroke_color;" stroke-width="3.5" x1="17.926" x2="33.926" y1="34.424" y2="34.424"/>
+ </g>
+</g></svg> \ No newline at end of file
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100644
index 0000000..33f61d5
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,7 @@
+[Activity]
+name = Arithmetic
+activity_version = 1
+service_name = org.laptop.Arithmetic
+exec = sugar-activity arithmetic.ArithmeticActivity -s
+icon = activity-log
+license = GPLv2+