summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-28 22:09:02 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-28 22:09:02 +0000
commit67b0d605554cc5d1836c6e112eb465d53e213330 (patch)
tree8c839fb24d71be729ed595af6374aa14b07d10b3 /README
parentf4b0f0626e54347eb9b56e19e69b9e8a451f0721 (diff)
* initial import
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@3 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..696ce3d
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+You should may have to log out, or restart gnome-panel before being able to use your new applet.
+
+You should test that the applet is functionning with the following command:
+$ /usr/bin/service-discovery-applet -window
+before trying to put it in your panel
+
+To add support for more service type, edit $(prefix)/bin/service-discovery-applet, and look the following variable: "type_browsed"
+
+To add actions when you click on a specified service, add a file in $(prefix)/share/service-discovery-applet/scripts, you must name it type.sh (eg: _ssh._tcp.sh), look at the included scripts to know how to access ADDRESS, PORT and TXT records.
+
+To add icons for services in the applet, just drop a png named TYPE.png (eg: _ssh._tcp.png) in $(prefix)/share/service-discovery-applet/icons
+
+All of this will be configurable from the GUI in the upcoming releases.