File: README

package info (click to toggle)
ticker 0.14
  • links: PTS
  • area: main
  • in suites: potato
  • size: 180 kB
  • ctags: 35
  • sloc: ansic: 259; perl: 234; sh: 157; makefile: 59
file content (27 lines) | stat: -rw-r--r-- 936 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Introduction:
------------

Run "ticker text" to just display text on the screen. See the man page for
more info.

If you're a slashdot news junkie, you'll want to use slashdot-ticker. I'm
fond of running it with the following options, myself:

	slashdot-ticker -a 120 -- -d 0.3

(Ie, scroll fairly fast, and only display articles younger than 2 hours
old.)

If you're into freshmeat, use freshmeat-ticker, or if you like them both,
linuxnews-ticker.

The programming interface:
-------------------------

Setting up a program to communicate with ticker and make it change the text
it displays periodically isn't too hard if you understand shared memory.
Take a look at the sysinfo-ticker for a simple example that you can modify
for your own purposes. Basically, you open a non-private shared memory
segment of a given size, and then you pass its id number to ticker via -s

Please report any problems to Joey Hess <joey@kitenet.net>.