aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-08-09 00:58:40 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-08-09 00:58:40 +0800
commitbdfa6ebf88d1f0af0403f9e345bbffa3cbc65044 (patch)
tree933929f04b0443d171acbd0eaba339411db712d5 /examples
parent8a3d2dc65e7c4882b81d51f3a4fd81403147a73d (diff)
Added link to cookie_daemon.py wiki page.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/uzbl/scripts/cookie_daemon.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py
index 8adb2d3..f661a9f 100755
--- a/examples/data/uzbl/scripts/cookie_daemon.py
+++ b/examples/data/uzbl/scripts/cookie_daemon.py
@@ -17,12 +17,13 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
+#
+# For configuration and cookie daemon usage examples check out the the
+# cookie daemon wiki page at http://www.uzbl.org/wiki/cookie_daemon.py
+#
# Issues:
# - There is no easy way of stopping a running daemon.
-
-
+#
# Todo list:
# - Use a pid file to make stopping a running daemon easy.
# - add {start|stop|restart} command line arguments to make the cookie_daemon