summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/menu-xml/info_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythtv/menu-xml/info_menu.xml')
-rw-r--r--abs/core/mythtv/stable-0.25/mythtv/menu-xml/info_menu.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/info_menu.xml b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/info_menu.xml
deleted file mode 100644
index 017f90b..0000000
--- a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/info_menu.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<mythmenu name="INFO">
-
- <button>
- <type>NEWS</type>
- <text>News Feeds</text>
- <description>Keep up with the news</description>
- <action>PLUGIN mythnews</action>
- <depends>mythnews</depends>
- </button>
-
- <button>
- <type>MYTHTWITTER_TIMELINE</type>
- <text>Twitter</text>
- <description>Send and receive tweets</description>
- <action>JUMP MythTwitter_Timeline</action>
- <depends>mythtwitter</depends>
- </button>
-
- <button>
- <type>WEATHER</type>
- <text>Weather</text>
- <action>PLUGIN mythweather</action>
- <description>Local weather forecast</description>
- <depends>mythweather</depends>
- </button>
-
- <button>
- <type>WEATHER</type>
- <text>Weather Station</text>
- <action>PLUGIN mythwstation</action>
- <depends>mythwstation</depends>
- </button>
-
- <button>
- <type>WEBPAGE</type>
- <text>Web</text>
- <description>Browse the web</description>
- <action>PLUGIN mythbrowser</action>
- <depends>mythbrowser</depends>
- </button>
-
- <button>
- <type>RECIPE</type>
- <text>Recipes</text>
- <description>Start cooking!</description>
- <action>PLUGIN mythRecipe</action>
- <depends>mythrecipe</depends>
- </button>
-
- <button>
- <type>TV_STATUS</type>
- <text>System Status</text>
- <description>See what your system is doing</description>
- <action>TV_STATUS</action>
- </button>
-
- <button>
- <type>ZONEMINDER</type>
- <text>ZoneMinder</text>
- <description>Home surveillance</description>
- <action>PLUGIN mythzoneminder</action>
- <depends>mythzoneminder</depends>
- </button>
-
-<!--
- <button>
- <type>SMOLT</type>
- <text>Hardware profile</text>
- <description>Tell us what hardware you have so we can support it</description>
- <action>PLUGIN mythsmolt</action>
- <depends>mythsmolt</depends>
- </button>
- -->
-
-</mythmenu>