Merge lp:~laszlok/zeitgeist-datasources/trunk into lp:zeitgeist-datasources/0.8

Proposed by Laszlo Pandy
Status: Merged
Merged at revision: not available
Proposed branch: lp:~laszlok/zeitgeist-datasources/trunk
Merge into: lp:zeitgeist-datasources/0.8
Diff against target: 121 lines (+65/-13)
8 files modified
eog/README (+8/-3)
eog/install.sh (+4/-0)
gedit/README (+12/-1)
gedit/install.sh (+5/-0)
rhythmbox/README (+13/-9)
rhythmbox/install.sh (+6/-0)
totem/README (+12/-0)
totem/install.sh (+5/-0)
To merge this branch: bzr merge lp:~laszlok/zeitgeist-datasources/trunk
Reviewer Review Type Date Requested Status
Zeitgeist Framework Team Pending
Review via email: mp+17572@code.launchpad.net
To post a comment you must log in.
21. By Seif Lotfy

added installer scripts for several plugins

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'eog/README'
2--- eog/README 2009-11-24 20:24:08 +0000
3+++ eog/README 2010-01-18 04:54:12 +0000
4@@ -1,6 +1,11 @@
5 Zeitgeist plugin to the EOG Image Viewer
6 ****************************************
7
8-To use this plugin install Zeitgeist (>= 0.3) and copy
9-'zeitgeist.eog-plugin' and 'zeitgeist_plugin.py' to
10-'~/.gnome2/eog/plugins'
11+To use this plugin:
12+
13+* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
14+* Run the install.sh script which will copy the plugin to '~/.gnome2/eog/plugins'.
15+* Launch EOG, choose Edit -> Preferences, and select the Zeitgeist plugin on the Plugin tab.
16+
17+To update plugin changes:
18+* Run the install.sh script to recopy the plugin files.
19
20=== added file 'eog/install.sh'
21--- eog/install.sh 1970-01-01 00:00:00 +0000
22+++ eog/install.sh 2010-01-18 04:54:12 +0000
23@@ -0,0 +1,4 @@
24+#!/bin/sh
25+
26+mkdir -p ~/.gnome2/eog/plugins
27+cp zeitgeist.eog-plugin zeitgeist_plugin.py ~/.gnome2/eog/plugins/
28
29=== modified file 'gedit/README'
30--- gedit/README 2009-11-25 16:35:23 +0000
31+++ gedit/README 2010-01-18 04:54:12 +0000
32@@ -1,1 +1,12 @@
33-Move the files to ~/.gnome2/gedit/plugins/ and enjoy
34+Zeitgeist plugin to gedit
35+*************************
36+
37+To use this plugin:
38+
39+* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
40+* Run the install.sh script which will copy the plugin to '~/.gnome2/gedit/plugins'.
41+* Launch gedit, choose Edit -> Preferences, and select the Zeitgeist plugin on the Plugin tab.
42+
43+To update plugin changes:
44+* Run the install.sh script to recopy the plugin files.
45+
46
47=== added file 'gedit/install.sh'
48--- gedit/install.sh 1970-01-01 00:00:00 +0000
49+++ gedit/install.sh 2010-01-18 04:54:12 +0000
50@@ -0,0 +1,5 @@
51+#!/bin/sh
52+
53+mkdir -p ~/.gnome2/gedit/plugins
54+cp zeitgeist.gedit-plugin zeitgeist_plugin.py ~/.gnome2/gedit/plugins/
55+
56
57=== modified file 'rhythmbox/README'
58--- rhythmbox/README 2009-11-25 11:46:57 +0000
59+++ rhythmbox/README 2010-01-18 04:54:12 +0000
60@@ -1,10 +1,14 @@
61-Zeitgeist plugin for rhythmbox
62-==============================
63-
64-To use this plugin run
65- $ mkdir -p ~/.gnome2/rhythmbox/plugins
66- $ cd mkdir -p ~/.gnome2/rhythmbox/plugins
67- $ ln -s <path to zeitgeist dataprovider branch>/rhythmbox zeitgeist_plugin
68-
69-To get some debugging output of this plugin start rhythmbox with
70+Zeitgeist plugin for Rhythmbox
71+******************************
72+
73+To use this plugin:
74+
75+* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
76+* Run the install.sh script which will copy the plugin to '~/.local/share/rhythmbox/plugins'.
77+* Launch Rhythmbox, choose Edit -> Plugins, and select the Zeitgeist plugin.
78+
79+To update plugin changes:
80+* Run the install.sh script to recopy the plugin files.
81+
82+To get the debug output of this plugin, start rhythmbox with:
83 $ rhythmbox -D Zeitgeist
84
85=== added file 'rhythmbox/install.sh'
86--- rhythmbox/install.sh 1970-01-01 00:00:00 +0000
87+++ rhythmbox/install.sh 2010-01-18 04:54:12 +0000
88@@ -0,0 +1,6 @@
89+#!/bin/sh
90+
91+mkdir -p ~/.local/share/rhythmbox/plugins/zeitgeist_plugin
92+cp zeitgeist.rb-plugin ~/.local/share/rhythmbox/plugins/
93+cp __init__.py ~/.local/share/rhythmbox/plugins/zeitgeist_plugin/
94+
95
96=== added file 'totem/README'
97--- totem/README 1970-01-01 00:00:00 +0000
98+++ totem/README 2010-01-18 04:54:12 +0000
99@@ -0,0 +1,12 @@
100+Zeitgeist plugin for Totem
101+**************************
102+
103+To use this plugin:
104+
105+* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
106+* Run the install.sh script which will copy the plugin to '~/.local/share/totem/plugins'.
107+* Launch Totem, choose Edit -> Plugins, and select the Zeitgeist plugin.
108+
109+To update plugin changes:
110+* Run the install.sh script to recopy the plugin files.
111+
112
113=== added file 'totem/install.sh'
114--- totem/install.sh 1970-01-01 00:00:00 +0000
115+++ totem/install.sh 2010-01-18 04:54:12 +0000
116@@ -0,0 +1,5 @@
117+#!/bin/sh
118+
119+mkdir -p ~/.local/share/totem/plugins
120+cp zeitgeist.totem-plugin zeitgeist_plugin.py ~/.local/share/totem/plugins/
121+

Subscribers

People subscribed via source and target branches