File: README

package info (click to toggle)
htmlheadline 21.8-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 220 kB
  • ctags: 183
  • sloc: sh: 3,562; makefile: 51
file content (55 lines) | stat: -rw-r--r-- 1,368 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

HtmlHeadLine.sh

Author: Toshiaki Kanosue (Japan)
E-mail: ckaba313@sutv.zaq.ne.jp
HomePage:   http://kano.technolust.cx/HtmlHeadLine.html
References: http://kano.technolust.cx/memopanel.html

Description / Features
	HtmlHeadLine.sh is a script that automatically fetches news headlines,
	  and browses on netscape.

	Basic features:
		- One shell only
		- Title, Link, Description, DownLoad, ChangeLog,
		  HomePage, ScreenShot of headline on netscape
		- 'Desc_' means Description show/hide on mouse
		- It is easy to modify if you know an awk language

Requirements
	bash, awk, netscape, lynx and perl
	nkf (Japanese only)

Installation
	1. chmod a+x HtmlHeadLine.sh
	2. chmod a+x START_HHL.sh
	3. chmod a+x START_HHL_30.sh
	4. cp HtmlHeadLine.sh SITES.table /usr/local/bin (or any path you like)

How to execute
	Please use START_HHL.sh or START_HHL_30.sh.
	Don't modify HtmlHeadLine.sh directly.
	Please modify START_HHL.sh or START_HHL_30.sh.

New sites implement
	If you wish me to develope your favorite sites, please let me know by e-mail.
	I will challenge it.

Periodic running sample
	#!/bin/sh
	while true
	do
		HtmlHeadLine.sh
		sleep 30m # after 30 minutes
	done

	(Please use a START_HHL_30.sh included this logic)

Thanks
	Erik de Groot for many ideas.

Copying
	This program is released under the GNU Generel Public License.

Enjoy Linux life, toshi