• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D23-Oct-200217.6 KiB341281

ChangelogH A D23-Oct-20024.9 KiB134110

INSTALLH A D23-Oct-2002383 1910

MakefileH A D03-May-2022959 4224

READMEH A D23-Oct-20022.6 KiB6046

ReleaseH A D23-Oct-2002186 64

TodoH A D23-Oct-2002332 106

example.listH A D23-Oct-20021.7 KiB5442

gkrellkam-list.5H A D23-Oct-20023.5 KiB9894

gkrellkam2.cH A D03-May-202254 KiB2,0721,470

README

1gkrellkam.so -- image watcher plugin for GKrellM
2Copyright (C) 2001-2002 paul cannon
3
4This program is free software; you can redistribute it and/or
5modify it under the terms of the GNU General Public License
6as published by the Free Software Foundation; either version 2
7of the License, or (at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program; if not, write to the Free Software
16Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17    02111-1307, USA.
18
19To contact the author use:
20<paul@cannon.cs.usu.edu>
21
22------------------------------------------------------------------
23See the file COPYING for license info (you've probably seen it
24before..).
25
26See the file INSTALL for the simplistic install instructions.
27------------------------------------------------------------------
28
29I wrote GKrellKam because there's a webcam pointing at the building where I
30work, and I thought it would be nice to see what the weather was like outside
31without taking up much space on the desktop. GKrellWeather is great, but this
32is a little more.. well, graphic.
33
34The idea is that you can have a periodically updated image of whatever you
35want, albeit squeezed into a little gkrellm panel. Each panel can watch a
36single image, or cycle through a list of images, or run a script and use the
37output of the script as the filename of an image. GKrellKam even knows how to
38get images out on the internet- this is what allows you to watch webcams.
39
40GKrellKam allows lists to be compiled of image sources for the different
41panels. Panels with lists cycle through the different sources. You can
42specify local files as lists, or give a URL to an online one. Online lists
43have the same syntax. All lists should end in ".list" or "-list". For more
44information, see the plugin's Info text, and the included gkrellkam-list(5)
45manpage.
46
47If you don't want to mess around with all that, just put the address of a
48webcam in the 'Image Source' configuration box, set the number of seconds
49for each update, and GKrellKam will do the rest.
50
51Thanks to Benjamin Johnson (benj@visi.com) for some of the image scaling
52code.
53
54Many, many thanks to Bill Wilson for doing the port to gkrellm2 (version
552.0.0).
56
57See http://gkrellkam.sourceforge.net/ for more up-to-date info on this
58project. Bug reports, feature suggestions, and patches are welcome, if not
59always addressed.
60