* src/libs/libgroff/illegal.c: Added EBCDIC table.
[s-roff.git] / doc / homepage.ms
blobb542d73234ee5dcbec8c53b0105dac6c58408bdd
1 .\" This file gives a small example how a web page could look like if created
2 .\" with groff.
3 .\"
4 .\"
5 .\" To make it work with other output devices also, we include tmac.arkup
6 .\" directly.
7 .mso tmac.arkup
8 .\"
9 .LP
10 .\"
11 .\"  set a longer line than the default as we have some long ftp addresses
12 .\"  which groff cannot split
13 .nr LL 7i
14 .TL
15 Home of Groff (GNU Troff).
16 .sp 1i
17 .LP
18 GNU Troff
19 .URL (Groff) http://groff.ffii.org/
20 \(em a
21 .URL GNU http://www.gnu.org/
22 project.
23 Hosted by
24 .URL FFII http://ffii.org/ .
25 .br
26 .LINE
27 .LP
28 Groff (GNU Troff) is a document processor which reads plain text mixed with
29 formatting commands and produces formatted output.
30 .LP
31 Groff now supports HTML for the Web.
32 Please see
33 .URL "Groff Web Tips" "#Web Tips" .
34 .sp
35 .SH
36 Download
37 .LP
38 .URL Germany "ftp://groff.ffii.org/pub/groff/"
40 .URL USA "ftp://ftp.gnu.org/gnu/groff/"
41 .LP
42 .URL License http://www.gnu.org/copyleft/gpl.html
44 .URL "Mailing list" http://ffii.org/mailman/listinfo/groff/
46 .URL "Groff for Windows" "http://www.cs.vu.nl/~tmgil/misc/wingroff.html"
47 .sp
48 User issues lead:
49 .MAILTO Ted.Harding@nessie.mcc.ac.uk "Ted Harding"
50 .br
51 Technical issues lead:
52 .MAILTO wl@gnu.org "Werner Lemberg"
53 .SH
54 README
55 .LP
56 This is the GNU groff document formatting system.
57 The version number is given in the file VERSION.
58 .LP
59 Included in this release are implementations of troff, pic, eqn, tbl, refer,
60 the -man macros and the -ms macros, and drivers for PostScript, TeX dvi
61 format, HP LaserJet 4 printers, HTML format (still alpha), and
62 typewriter-like devices.
63 Also included is a modified version of the Berkeley -me macros, an enhanced
64 version of the X11 xditview previewer, and an implementation of the -mm
65 macros contributed by
66 .MAILTO jh@axis.se "J\(:orgen H\(:agg" .
67 .LP
68 See the file INSTALL for installation instructions.
69 You will require a C++ compiler.
70 .LP
71 The file NEWS describes recent user-visible changes to groff.
72 .LP
73 Groff is free software.
74 See the file COPYING for copying permission.
75 .LP
76 The file PROBLEMS describes various problems that have been encountered in
77 compiling, installing, and running groff.
78 .LP
79 For the moment, the documentation assumes that you are already familiar with
80 the Unix versions of troff, -man, -ms and the preprocessors.
81 .LP
82 The most recent released version of groff is always available by anonymous
83 ftp from ftp.gnu.org in the directory pub/gnu/groff.
84 .LP
85 A CVS repository is now available, containing the current development
86 version of groff.
87 You can access it with the commands:
88 .sp
89 .RS
90 .nf
91 \fC
92 export CVSROOT=:pserver:anoncvs@anoncvs.ffii.org:/var/cvs
93 cvs login
94 cvs -z9 co groff
95 \fR
96 .fi
97 .RE
98 .sp
99 .LP
100 (if the prompt for the password appears, just press the enter key).
101 After a successful login you no longer need the first two commands; an
102 update of a checked out repository should be done with:
106 cvs -z9 update -dP
111 Please read the info pages of cvs for further details.
113 Alternatively, you can download snapshots (which are updated twice a day)
114 from
115 .URL here ftp://ftp.ffii.org/pub/groff/devel/groff-current.tar.gz
116 or a diff file relative to the latest official groff release as:
120 ftp://ftp.ffii.org/pub/groff/devel/groff-[version]-current.diff.gz
125 Please report bugs using the form in the file BUG-REPORT; the idea of this
126 is to make sure that FSF has all the information it needs to fix the bug.
127 At the very least, read the BUG-REPORT form and make sure that you supply
128 all the information that it asks for.
129 Even if you are not sure that something is a bug, report it using
130 BUG-REPORT: this will enable us to determine whether it really is a bug or
131 not.
133 Three mailing lists are available:
138 bug-groff@gnu.org      for reporting bugs
139 groff@gnu.org          for general discussion of groff
140 groff-commit@ffii.org  a read-only list showing logs of
141                        commitments to the CVS repository
147 Note that groff@gnu.org is an alias for groff@ffii.org; you must be
148 subscribed to the `groff' and `groff-commit' lists to send mails.
150 To subscribe, send e-mail to [list]-request@[domain] (example:
151 groff-request@ffii.org) with the word `subscribe' in either the
152 subject or body of the e-mail (don't include the quotes).
154 GNU groff was written by
155 .MAILTO jjc@jclark.com "James Clark" .
156 It is now maintained by
157 .MAILTO Ted.Harding@nessie.mcc.ac.uk "Ted Harding"
159 .MAILTO wl@gnu.org "Werner Lemberg" .
160 .LINE
162 .\" EOF