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

..03-May-2022-

contrib/H27-Aug-2004-9,8658,120

doc/H03-May-2022-25,52119,145

examples/H27-Aug-2004-5,7293,353

scripts/H27-Aug-2004-5,3423,521

sendmail/H27-Aug-2004-1,5551,203

src/H27-Aug-2004-46,40230,749

ANNOUNCEH A D26-Aug-20045.2 KiB212121

ANNOUNCE.OLDH A D16-Sep-200219.1 KiB703410

COPYINGH A D17-Apr-199617.6 KiB340281

ChangeLogH A D27-Aug-200472 KiB2,3761,453

ChangeLog.OOH A D19-Mar-199958.7 KiB1,6861,138

MakefileH A D03-May-20222.2 KiB8866

READMEH A D10-Apr-20033.8 KiB14189

TESTSH A D30-Mar-1997628 2515

TODOH A D10-Apr-20035.9 KiB182123

build-rpmsH A D08-Jun-2003701 3323

config.hH A D03-May-202213.7 KiB522247

config.makeH A D03-May-20227.2 KiB255220

config.plH A D04-Jan-20011.9 KiB10974

cvsciH A D24-May-199939 31

cvsdeldirH A D24-Feb-1998171 135

cvsexpH A D14-Dec-2002449 2012

cvsupdH A D24-Feb-1998102 81

fidogate.lsmH A D26-Aug-2004844 2423

fidogate.specH A D26-Aug-20042.3 KiB9374

rules.makeH A D15-Nov-1998582 3324

subst.plH A D15-Nov-19986.6 KiB366255

update-morannonH A D18-Jun-20031.1 KiB4424

versionH A D27-Dec-2001796 4928

version.hH A D22-Aug-2004439 154

README

1-*- Indented-Text -*-
2
3$Id: README,v 4.36 2003/04/10 21:22:05 n0ll Exp $
4
5======================================================================
6
7			F  I  D  O  G  A  T  E
8
9			      Version 4
10
11		     ============================
12		        * Fido-Internet Gateway
13		        * Fido FTN-FTN Gateway
14		        * Fido Mail Processor
15		        * Fido File Processor
16		        * Fido Areafix/Filefix
17		     ============================
18
19
20WARNING!!! If you're migrating from FIDOGATE 4.2.9 to 4.4.x, please
21note the following *MAJOR* changes:
22
23     4.3a1..a5	New directory hierarchy, new config files
24		/etc/fidogate/*.conf (see doc/dirs.html)
25
26     4.3.0+	In addition, FIDOGATE now uses a single config file
27		/etc/fidogate/fidogate.conf for *all* programs.
28
29     4.4.x	The new stable release, even somewhat well documented.
30		See ANNOUNCE for recent changes.
31
32
33Please subscribe to the FIDOGATE mailing list!!!
34
35======================================================================
36
37[ For detailed instructions see doc/fidogate.txt ]
38
39Needed:
40
41* GNU CC or ANSI C compiler
42* GNU make
43* GNU flex/bison or lex/yacc
44* Perl5
45* sendmail m4 configuration files
46* GNU m4 for the sendmail m4 configuration
47
48Compiling:
49
501.  Edit config.make
512.  Edit config.h if needed
523.  Run "make depend"
534.  Run "make"
54
55Installing:
56
575.  Run "make install-dirs" to create the installation directories
58    (only if needed)
596.  Run "make install" to install the programs
607.  Create the various config files and put them into CONFIGDIR
61    (see examples/... to get started)
62
63See also doc/fidogate.txt (PostScript documentation can be compiled by
64running "make doc" in the doc/ subdirectory) for a detailed
65description of the FIDOGATE installation.
66
67======================================================================
68
69There is a *NEW* mailing list for FIDOGATE discussions and
70announcements:
71
72    mailto:fidogate-list@lists.sourceforge.net
73
74To SUBSCRIBE to this mailing list goto
75
76    http://lists.sourceforge.net/lists/listinfo/fidogate-list
77
78======================================================================
79
80Latest version:
81
82The latest version of FIDOGATE can be found at:
83
84    http://sourceforge.net/project/showfiles.php?group_id=10739
85
86    ftp://ftp.fidogate.org/pub/fidogate/
87    http://www.fidogate.org/pub/fidogate/
88
89
90See also the FIDOGATE home page at:
91
92    http://www.fidogate.org/
93    http://fidogate.sourceforge.net/
94
95======================================================================
96
97Warning: configuration changed a lot since release 3.9.7, so using an
98old configuration without any changes for release 4 will cause
99problems.
100
101In particular, Roland's fgpack script (see doc/Fido-Point-HOWTO) does
102*NOT* work with the release 4 ftnpack!!!
103
104======================================================================
105
106GNU-WIN32 version:
107
108As of FIDOGATE 4.2.5, the source can be compiled with the Cygnus
109GNU-WIN32 development environment for Windows 95 and NT. You'll need
110the WIN32 version of perl, too. See examples/win32/config.make.
111
112GNU-WIN32 information can be found at
113    http://www.cygnus.com/misc/gnu-win32/
114
115Perl for WIN32 information can be found at
116    http://www.activestate.com/
117
118======================================================================
119
120Contributing patches:
121
122PLEASE NOTE THE FOLLOWING RULES FOR CONTRIBUTING PATCHES:
123
124* No changes to the indentation, white space etc. No beautifying,
125  please.
126
127* Supply only context diffs (command diff -u), not complete changed
128  files.
129
130* Supply patches against the latest version of FIDOGATE, or even
131  better against the FIDOGATE CVS repository.
132
133If you do not follow these simple rules, it is quite likely that I'll
134not integrate your patches.
135
136======================================================================
137
138$Date: 2003/04/10 21:22:05 $
139Martin Junius
140mailto:mj@fido.de
141