Index: python/deskbar-handler/README
===================================================================
RCS file: python/deskbar-handler/README
diff -N python/deskbar-handler/README
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ python/deskbar-handler/README	9 Jan 2007 09:12:08 -0000
@@ -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
Index: python/nautilus/README
===================================================================
RCS file: python/nautilus/README
diff -N python/nautilus/README
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ python/nautilus/README	9 Jan 2007 09:12:08 -0000
@@ -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/
+
+
