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
=== modified file 'eog/README'
--- eog/README 2009-11-24 20:24:08 +0000
+++ eog/README 2010-01-18 04:54:12 +0000
@@ -1,6 +1,11 @@
1Zeitgeist plugin to the EOG Image Viewer1Zeitgeist plugin to the EOG Image Viewer
2****************************************2****************************************
33
4To use this plugin install Zeitgeist (>= 0.3) and copy4To use this plugin:
5'zeitgeist.eog-plugin' and 'zeitgeist_plugin.py' to5
6'~/.gnome2/eog/plugins'6* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
7* Run the install.sh script which will copy the plugin to '~/.gnome2/eog/plugins'.
8* Launch EOG, choose Edit -> Preferences, and select the Zeitgeist plugin on the Plugin tab.
9
10To update plugin changes:
11* Run the install.sh script to recopy the plugin files.
712
=== added file 'eog/install.sh'
--- eog/install.sh 1970-01-01 00:00:00 +0000
+++ eog/install.sh 2010-01-18 04:54:12 +0000
@@ -0,0 +1,4 @@
1#!/bin/sh
2
3mkdir -p ~/.gnome2/eog/plugins
4cp zeitgeist.eog-plugin zeitgeist_plugin.py ~/.gnome2/eog/plugins/
05
=== modified file 'gedit/README'
--- gedit/README 2009-11-25 16:35:23 +0000
+++ gedit/README 2010-01-18 04:54:12 +0000
@@ -1,1 +1,12 @@
1Move the files to ~/.gnome2/gedit/plugins/ and enjoy1Zeitgeist plugin to gedit
2*************************
3
4To use this plugin:
5
6* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
7* Run the install.sh script which will copy the plugin to '~/.gnome2/gedit/plugins'.
8* Launch gedit, choose Edit -> Preferences, and select the Zeitgeist plugin on the Plugin tab.
9
10To update plugin changes:
11* Run the install.sh script to recopy the plugin files.
12
213
=== added file 'gedit/install.sh'
--- gedit/install.sh 1970-01-01 00:00:00 +0000
+++ gedit/install.sh 2010-01-18 04:54:12 +0000
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3mkdir -p ~/.gnome2/gedit/plugins
4cp zeitgeist.gedit-plugin zeitgeist_plugin.py ~/.gnome2/gedit/plugins/
5
06
=== modified file 'rhythmbox/README'
--- rhythmbox/README 2009-11-25 11:46:57 +0000
+++ rhythmbox/README 2010-01-18 04:54:12 +0000
@@ -1,10 +1,14 @@
1Zeitgeist plugin for rhythmbox1Zeitgeist plugin for Rhythmbox
2==============================2******************************
33
4To use this plugin run4To use this plugin:
5 $ mkdir -p ~/.gnome2/rhythmbox/plugins5
6 $ cd mkdir -p ~/.gnome2/rhythmbox/plugins6* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
7 $ ln -s <path to zeitgeist dataprovider branch>/rhythmbox zeitgeist_plugin7* Run the install.sh script which will copy the plugin to '~/.local/share/rhythmbox/plugins'.
8 8* Launch Rhythmbox, choose Edit -> Plugins, and select the Zeitgeist plugin.
9To get some debugging output of this plugin start rhythmbox with9
10To update plugin changes:
11* Run the install.sh script to recopy the plugin files.
12
13To get the debug output of this plugin, start rhythmbox with:
10 $ rhythmbox -D Zeitgeist14 $ rhythmbox -D Zeitgeist
1115
=== added file 'rhythmbox/install.sh'
--- rhythmbox/install.sh 1970-01-01 00:00:00 +0000
+++ rhythmbox/install.sh 2010-01-18 04:54:12 +0000
@@ -0,0 +1,6 @@
1#!/bin/sh
2
3mkdir -p ~/.local/share/rhythmbox/plugins/zeitgeist_plugin
4cp zeitgeist.rb-plugin ~/.local/share/rhythmbox/plugins/
5cp __init__.py ~/.local/share/rhythmbox/plugins/zeitgeist_plugin/
6
07
=== added file 'totem/README'
--- totem/README 1970-01-01 00:00:00 +0000
+++ totem/README 2010-01-18 04:54:12 +0000
@@ -0,0 +1,12 @@
1Zeitgeist plugin for Totem
2**************************
3
4To use this plugin:
5
6* Install Zeitgeist 0.3 (or greater) so that the python library is available system-wide.
7* Run the install.sh script which will copy the plugin to '~/.local/share/totem/plugins'.
8* Launch Totem, choose Edit -> Plugins, and select the Zeitgeist plugin.
9
10To update plugin changes:
11* Run the install.sh script to recopy the plugin files.
12
013
=== added file 'totem/install.sh'
--- totem/install.sh 1970-01-01 00:00:00 +0000
+++ totem/install.sh 2010-01-18 04:54:12 +0000
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3mkdir -p ~/.local/share/totem/plugins
4cp zeitgeist.totem-plugin zeitgeist_plugin.py ~/.local/share/totem/plugins/
5

Subscribers

People subscribed via source and target branches