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

..03-May-2022-

base/H03-May-2022-1,407944

cksfv/H05-May-2003-281182

enc/H05-May-2003-248122

man/man1/H05-May-2003-334333

parchive/H05-May-2003-3,1622,041

ui/H03-May-2022-2,2041,765

CHANGESH A D03-May-20032.8 KiB8773

COPYINGH A D03-Sep-200217.6 KiB341281

MakefileH A D03-May-20221.4 KiB6650

READMEH A D05-May-20031.5 KiB5235

mkinstalldirsH A D03-Sep-20021.8 KiB10272

README

1Newspost 2.1.1
2http://newspost.unixcab.org/
3
4INSTALLATION
5
6Just type 'make' then 'make install' to install to /usr/local.
7If you want it installed to a different directory, type
8'make install PREFIX=/yourdir'. You can also specify BINDIR and
9MANDIR separately.
10
11The generic Makefile should work on most systems.  However, if
12you are running Solaris you should type 'make solaris', and users
13of QNX should type 'make qnx'.  The Makefile uses gcc by default,
14so you should edit the first 2 lines of the Makefile if you are
15using another compiler.
16
17Also see base/newspost.h for some compile-time options.
18
19USAGE
20
21See the man page for detailed information and examples.
22For a quick start, type "newspost -h" to see available options.
23
24NOTE
25
26Newspost automatically appends the name of the binary attachment
27you are posting and which part of that file your are posting.
28For example, if you use the commandline
29
30$ newspost -s "This is my favorite album" *.mp3
31
32The subject lines posted would be:
33
34This is my favorite album - Track01.mp3 (1/2)
35This is my favorite album - Track01.mp3 (2/2)
36This is my favorite album - Track02.mp3 (01/17)
37This is my favorite album - Track02.mp3 (02/17)
38This is my favorite album - Track02.mp3 (03/17)
39etc...
40
41Nothing is appended to the subject line when the -t option is used.
42
43See the EXAMPLES section of the manpage for more information.
44
45FEEDBACK
46
47Feedback is welcome, but patches are more welcome, as well as
48makefiles for different OSes.  Please report any bugs you find.
49
50Jim Faulkner
51newspost@sdf.lonestar.org
52