/usr/share/doc/groff-base/examples/webpage-3.html is in groff 1.22.2-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | <!-- Creator : groff version 1.22.2 -->
<!-- CreationDate: Wed Jan 22 17:12:00 2014 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="Content-Style" content="text/css">
<style type="text/css">
p { margin-top: 0; margin-bottom: 0; vertical-align: top }
pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
table { margin-top: 0; margin-bottom: 0; vertical-align: top }
h1 { text-align: center }
</style>
<title>webpage-3.html</title>
<link rel="stylesheet" type="text/css" href="groff.css" >
</head>
[ <a href="webpage.html">top</a> ]
<h2>CVS and FTP access
<a name="heading3"></a>
</h2>
<hr><table><tr><td valign="top" width="30%" bgcolor="#eeeeee">
<a href="webpage-1.html#heading1">License</a><br>
<a href="webpage-2.html#heading2">README</a><br>
<a href="webpage-3.html#heading3">CVS and FTP access</a><br>
<a href="webpage-4.html#heading4">Groff dependencies</a><br>
<a href="webpage-5.html#heading5">Bug reports</a><br>
<a href="webpage-6.html#heading6">Mailing lists</a><br>
<a href="webpage-7.html#heading7">NEWS VERSION 1.22.2</a><br>
<a href="webpage-8.html#heading8">NEWS VERSION 1.22.1</a><br>
<a href="webpage-9.html#heading9">NEWS VERSION 1.21</a><br>
<a href="webpage-10.html#heading10">NEWS VERSION 1.20.1</a><br>
<a href="webpage-11.html#heading11">NEWS VERSION 1.20</a><br>
<a href="webpage-12.html#heading12">NEWS VERSION 1.19.2</a><br>
<a href="webpage-13.html#heading13">NEWS VERSION 1.19.1</a><br>
<a href="webpage-14.html#heading14">NEWS VERSION 1.19</a><br>
<a href="webpage-15.html#heading15">NEWS VERSION 1.18.1</a><br>
<a href="webpage-16.html#heading16">NEWS VERSION 1.18</a><br>
</td><td valign="top" width="70%">
<p>The most recent released version of groff is always
available by
<a href="ftp://ftp.gnu.org/gnu/groff">anonymous ftp</a>.</p>
<p style="margin-top: 1em">The current development version
of groff is available from a
<a href="http://savannah.gnu.org/cvs/?group=groff">CVS repository</a>.
You can access it by first selecting a parent directory in
which to create a working copy (call it, say, ~/cvswork),
and then executing the commands</p>
<pre style="margin-left:3%; margin-top: 1em">cd ~/cvswork
cvs -d:pserver:anonymous@cvs.savannah.gnu.org/sources/groff -z5 co groff</pre>
<p style="margin-top: 1em">This creates a subdirectory,
~/cvswork/groff, with a ‘checked out’ copy of
the CVS repository. An update of this working copy may be
achieved, at any later time by invoking the commands</p>
<pre style="margin-left:3%; margin-top: 1em">cd ~/cvswork/groff
cvs -z5 update -dP</pre>
<p style="margin-top: 1em">Please read the CVS info pages
for further details.</p>
<p style="margin-top: 1em">Finally, it is possible to
access the CVS with a
<a href="http://savannah.gnu.org/cvs/?group=groff">web browser</a>.</p>
<p style="margin-top: 1em">Alternatively, you can download
snapshots (which are updated twice a day). The complete
groff source as a single file is available
<a href="http://groff.ffii.org/groff/devel/groff-current.tar.gz">here</a>.</p>
<p style="margin-top: 1em">A diff file relative to
groff-⟨version⟩, the latest official groff
release, is available at</p>
<p style="margin-left:3%; margin-top: 1em"><tt>http://groff.ffii.org/groff/devel/groff-⟨version⟩-current.diff.gz</tt></p>
<p style="margin-top: 1em">Assuming that
groff-⟨version⟩.tar.gz and
groff-⟨version⟩-current.diff.gz are in the same
directory, do the following to apply the diff file:</p>
<pre style="margin-left:3%; margin-top: 1em">tar xzvf groff-⟨version⟩.tar.gz
cd groff-⟨version⟩
gunzip -c ../groff-⟨version⟩-current.diff.gz | patch -p1</pre>
</td></tr></table><hr>[ <a href="webpage.html">top</a> ]
|