File: README

package info (click to toggle)
wmf 1.0.5-7
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 412 kB
  • ctags: 337
  • sloc: ansic: 5,405; makefile: 53; sh: 19
file content (73 lines) | stat: -rw-r--r-- 2,172 bytes parent folder | download | duplicates (6)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
==========================================================================
                           WMF - Web Mail Folder
==========================================================================
Converting Emails to HTML and make index files (author, data, subject,
thread). Of course there are other programs making the same, but here are
some points which not all have:
	- correct threading without level limitation
	- quoted-printable text encoding
	- HomePage-Hyperlink (X-URL)
	- faces support
	- breake indexes in different pages to make them smaller
	  (don't break between threads)
	- index time limitation (older mail dissapears from the index)
	- frame support
Of course there are some points which this program currently not has.


MORE INFORMATION
----------------
Take a look to the ToDo and the FAQ file.


COPYRIGHT
---------
COPYRIGHT (C) 1996 by Norbert Kuemin <norbert.kuemin@GMX.net>

See the file "COPYRIGHT" for the terms for distribution and warranty
of this program.


OPERATING SYSTEMS
-----------------
Take a look to http://www.lugs.ch/LUGS_Members/norbert.kuemin/wmf.html to
see all supported OS.


INSTALL
-------
1. Extract the package with tar -zxvf wmf-<version>.tar.gz
2. cd wmf-<version>
3. Edit the Makefile for customize the configuration part
4. make 
5. make install


EXAMPLES
-------

wmf -m /home/foobar/Mail/mbox -d /www/data/mailinglist -l 60 -w 2

Getting all datas from /home/foobar/Mail/mbox and putting the html-file
(including the index files) to /www/data/mailinglist. Mail which are older
then 60 days won't be displayed in the index files. All previous files will
be overwritten.

wmf -m- -p 200 -w 1

Getting all datas from STDIN and putting the html-file (including the index
files) to the current directory. After 200 entries in the index files there
will be a pagebreak. All mails will be append to the previous.

wmf -c test.wmfrc

Takes all configuration from the file test.wmfrc.


THANKS
------
Special thanks to :
- Roland Alder <roli@galaxy.ch> for beta-testing and ideas.
- Many failure-reporters for bug-hunting
- All people spending their time for linux. Without you, this software
  wouldn't be here ...