http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.24.tar.gz
[xscreensaver] / hacks / ljlatest.man
1 .de EX          \"Begin example
2 .ne 5
3 .if n .sp 1
4 .if t .sp .5
5 .nf
6 .in +.5i
7 ..
8 .de EE
9 .fi
10 .in -.5i
11 .if n .sp 1
12 .if t .sp .5
13 ..
14 .TH XScreenSaver 1 "20-Mar-2005" "X Version 11"
15 .SH NAME
16 ljlatest - prints the most recent public posts on livejournal.com.
17 .SH SYNOPSIS
18 .B ljlatest
19 [\--verbose]
20 [\--columns \fIN\fP]
21 .SH DESCRIPTION
22 The \fIljlatest\fP script reads the most recent public posts made to
23 livejournal.com, and prints them on stdout, after doing a rudimentary
24 conversion of HTML to plain text.
25
26 This script is just a wrapper around
27 .EX
28 xscreensaver-text \\
29   --url http://www.livejournal.com/stats/latest-rss.bml
30 .EE
31 As of XScreenSaver 4.21, you can just use use above URL
32 in the "Text URL" field on the "Advanced" tab in
33 .BR xscreensaver-demo (1).
34 .SH BUGS
35 This program makes it seem like morons have invaded your screen saver.
36
37 The output is always ISO-8859-1, regardless of locale.
38 .SH SEE ALSO
39 .I http://www.livejournal.com/,
40 .BR xscreensaver (1),
41 .BR xscreensaver-text (1),
42 .BR fortune (1),
43 .BR phosphor (MANSUFFIX),
44 .BR apple2 (MANSUFFIX),
45 .BR starwars (MANSUFFIX),
46 .BR fontglide (MANSUFFIX),
47 .BR dadadodo (1),
48 .BR webcollage (MANSUFFIX),
49 .BR driftnet (1)
50 .BR EtherPEG ,
51 .BR EtherPeek
52 .SH COPYRIGHT
53 Copyright \(co 2003, 2005 by Jamie Zawinski.  Permission to use, copy, modify,
54 distribute, and sell this software and its documentation for any purpose is
55 hereby granted without fee, provided that the above copyright notice appear
56 in all copies and that both that copyright notice and this permission notice
57 appear in supporting documentation.  No representations are made about the
58 suitability of this software for any purpose.  It is provided "as is" without
59 express or implied warranty.
60 .SH AUTHOR
61 Jamie Zawinski <jwz@jwz.org>, 30-Aug-2003.