Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorPierre Métras <pierre@alterna.tv>2008-11-15 04:25:59 (GMT)
committer Pierre Métras <pierre@alterna.tv>2008-11-15 04:25:59 (GMT)
commit5dc157569de2087873deb5af431767196dd175e6 (patch)
tree7f63ff4f794cee3e95837bbd58b06f6d5e92d6a9 /activity
Initial import (version 5)v5
Diffstat (limited to 'activity')
-rwxr-xr-xactivity/activity-clock.svg16
-rw-r--r--activity/activity.info9
2 files changed, 25 insertions, 0 deletions
diff --git a/activity/activity-clock.svg b/activity/activity-clock.svg
new file mode 100755
index 0000000..47926ab
--- /dev/null
+++ b/activity/activity-clock.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" standalone="no"?><!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 contentScriptType="text/ecmascript" width="55px" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" zoomAndPan="magnify" contentStyleType="text/css" height="55px" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.1">
+ <g id="Icon">
+ <circle fill="&fill_color;" r="22.5" stroke-width="3.5" cx="27.5" cy="27.5" stroke="&stroke_color;"/>
+ <line fill="none" x1="27.5" x2="27.5" y1="10" y2="14" stroke="&stroke_color;" stroke-width="3.5"/>
+ <line fill="none" x1="27.5" x2="27.5" y1="41" y2="45" stroke="&stroke_color;" stroke-width="3.5"/>
+ <line fill="none" x1="41" x2="45" y1="27.5" y2="27.5" stroke="&stroke_color;" stroke-width="3.5"/>
+ <line fill="none" x1="10" x2="14" y1="27.5" y2="27.5" stroke="&stroke_color;" stroke-width="3.5"/>
+ <line stroke-linecap="round" fill="none" x1="37.5" x2="27.5" y1="14" y2="27.5" stroke="&stroke_color;" stroke-width="3.5"/>
+ <line stroke-linecap="round" fill="none" x1="27.5" x2="38" y1="27.5" y2="34" stroke="&stroke_color;" stroke-width="3.5"/>
+ </g>
+</svg>
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100644
index 0000000..dd17c5f
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,9 @@
+[Activity]
+name = Clock
+service_name = tv.alterna.Clock
+class = clock.ClockActivity
+icon = activity-clock
+activity_version = 5
+host_version = 1
+show_launcher = yes
+license=Public Domain