summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJamie McCracken <jamiemcc@src.gnome.org>2007-01-11 00:04:33 +0000
committerJamie McCracken <jamiemcc@src.gnome.org>2007-01-11 00:04:33 +0000
commitb83755270f4c206960073586827654d21a8d838b (patch)
tree31b212012b6b7ab7a428f6883c11074466df2cae /python
parent632c10d3127cc0decfaa1254cb6df9a8dbaa52d5 (diff)
downloadtracker-b83755270f4c206960073586827654d21a8d838b.tar.gz
updated python docs for deskbar and nautilus tags
svn path=/trunk/; revision=379
Diffstat (limited to 'python')
-rw-r--r--python/deskbar-handler/README19
-rw-r--r--python/nautilus/README15
2 files changed, 34 insertions, 0 deletions
diff --git a/python/deskbar-handler/README b/python/deskbar-handler/README
new file mode 100644
index 000000000..be0e29b78
--- /dev/null
+++ b/python/deskbar-handler/README
@@ -0,0 +1,19 @@
+tracker-handler.py is a (gnome) deskbar handler providing the results of a tracker powered search in deskbar.
+
+----------Requirements----------
+* python-dev (>= 2.3)
+* deskbar-applet (>= 2.14.2)
+* tracker(>= 5.0)
+
+If you use Ubuntu these can be installed via apt-get with this command:
+sudo apt-get install python-dev deskbar-applet
+
+----------Installation-----------
+cp ./*.py ~/.gnome2/deskbar-applet/handlers/
+
+
+----------Configuration-----------
+you can eventually change the number of results from Tracker the deskbar handler displays around line #22:
+(default is 2)
+
+MAX_RESULTS = 5
diff --git a/python/nautilus/README b/python/nautilus/README
new file mode 100644
index 000000000..921bf7209
--- /dev/null
+++ b/python/nautilus/README
@@ -0,0 +1,15 @@
+tracker-tags-tab.py is a nautilus extension providing document tagging interface powered by tracker
+
+----------Requirements----------
+* python-dev (>= 2.3)
+* tracker(>= 5.0)
+* python-nautilus (>=0.4.3)
+
+If you use Ubuntu these can be installed via apt-get with this command:
+sudo apt-get install python-dev python-nautilus
+
+----------Installation-----------
+
+cp ./*.py ~/.nautilus/python-extensions/
+
+