aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:36:57 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:36:57 +0100
commit436caeff89a4c3b8d6abb2a2381ad3d5c39e83ad (patch)
tree010f5612313d70a3471aaf2527e3b5f285776dab /README
parentdeccc82d63aac61ba683a11ba28f97a0148d0616 (diff)
downloadayatana-indicator-datetime-436caeff89a4c3b8d6abb2a2381ad3d5c39e83ad.tar.gz
ayatana-indicator-datetime-436caeff89a4c3b8d6abb2a2381ad3d5c39e83ad.tar.bz2
ayatana-indicator-datetime-436caeff89a4c3b8d6abb2a2381ad3d5c39e83ad.zip
README: Some namespace fixes. Prepare for being a markdown document.
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 10 insertions, 11 deletions
diff --git a/README b/README
index 5037981..a28eb39 100644
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
-ACTIONS
-=======
+# Ayatana Indicator DateTime
+
+## ACTIONS
* "desktop.open-settings-app"
* "phone.open-settings-app"
@@ -50,15 +51,14 @@ ACTIONS
and which day should have the cursor.
-CUSTOM MENUITEMS
-================
+## CUSTOM MENUITEMS
* Calendar
- - x-canonical-type s "com.canonical.indicator.calendar"
+ - x-canonical-type s "org.ayatana.indicator.calendar"
* Alarm
- label s short summary of the appointment
- - x-canonical-type s "com.canonical.indicator.alarm"
+ - x-canonical-type s "org.ayatana.indicator.alarm"
- x-canonical-time x the date of the appointment
- x-canonical-time-format s strftime format string
@@ -71,14 +71,13 @@ CUSTOM MENUITEMS
* Location
- label s the location's name, eg "Oklahoma City"
- - x-canonical-type s "com.canonical.indicator.location"
+ - x-canonical-type s "org.ayatana.indicator.location"
- x-canonical-timezone s timezone that the location is in
- x-canonical-time-format s strftime format string
-CODE
-====
+## CODE
Model
@@ -111,7 +110,7 @@ Model
include/datetime/planner-eds.h
include/datetime/timezones-live.h
-View
+## View
Menu is a mostly-opaque class to wrap GMenu code. Its subclasses contain
the per-profile logic of which sections/menuitems to show and which to hide.
@@ -128,4 +127,4 @@ View
include/datetime/menu.h
include/datetime/actions.h
include/datetime/exporter.h
-
+