<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doc/en_US.ISO_8859-1/tutorials/Makefile, branch LINUXDOC_2_DOCBOOK_2</title>
<subtitle>FreeBSD documentation tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/'/>
<entry>
<title>Create tag 'LINUXDOC_2_DOCBOOK_2'.</title>
<updated>1998-12-08T22:09:05+00:00</updated>
<author>
<name>Doc Manager</name>
<email>doceng@FreeBSD.org</email>
</author>
<published>1998-12-08T22:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=9e84804a90caa6750ac2580f85ae23df3d540747'/>
<id>9e84804a90caa6750ac2580f85ae23df3d540747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix links due repository copy.</title>
<updated>1998-08-04T14:24:23+00:00</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1998-08-04T14:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=28bbc4b306d3186dbc57dd1fdf0db496ac92b773'/>
<id>28bbc4b306d3186dbc57dd1fdf0db496ac92b773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set WEBBASE variable.</title>
<updated>1998-08-03T14:44:26+00:00</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1998-08-03T14:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=e4acca8a48240c91f2c0fa7b67752e68b9678c18'/>
<id>e4acca8a48240c91f2c0fa7b67752e68b9678c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the listing for my "make world" tutorial. Nothing on the site seems</title>
<updated>1998-07-24T13:31:04+00:00</updated>
<author>
<name>Nik Clayton</name>
<email>nik@FreeBSD.org</email>
</author>
<published>1998-07-24T13:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=e43d54cdc3b441d6a0419a50dac8a64d7d2dd438'/>
<id>e43d54cdc3b441d6a0419a50dac8a64d7d2dd438</id>
<content type='text'>
to link to it any more, and the version on my website is currently more
up to date. An AltaVista search to see if any one else had linked to it
didn't turn up anything, so I think this is pretty safe. I'll 'cvs remove'
the directory and its files shortly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to link to it any more, and the version on my website is currently more
up to date. An AltaVista search to see if any one else had linked to it
didn't turn up anything, so I think this is pretty safe. I'll 'cvs remove'
the directory and its files shortly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new variable DOCBOOK_ONLY. If set and not empty, the linuxdoc tutorials</title>
<updated>1998-04-16T08:53:48+00:00</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1998-04-16T08:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=35dca4639035ec940a0563c535f56cb0de5a907d'/>
<id>35dca4639035ec940a0563c535f56cb0de5a907d</id>
<content type='text'>
are not build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are not build.
</pre>
</div>
</content>
</entry>
<entry>
<title>In the process of re-constructing the FreeBSD web site automatic-update,</title>
<updated>1998-01-18T22:27:43+00:00</updated>
<author>
<name>John Fieber</name>
<email>jfieber@FreeBSD.org</email>
</author>
<published>1998-01-18T22:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=9ac04d647be6418be8f4de770bee9590d147f852'/>
<id>9ac04d647be6418be8f4de770bee9590d147f852</id>
<content type='text'>
clean up the build process a wee bit.

The basic change: instead of cheacking out bits and pieces of the
doc tree into the web build tree, check out the doc tree somewhere
else and put in a few symlinks from the web tree to the doc tree.

On catfish (soon to be hub) for example:

  /usr/local/www/build/doc/...
  /usr/local/www/build/www/...

where

  /usr/local/www/build/www/data/handbook -&gt; ../../doc/handbook

You have to manually put in the symlinks at the moment, but it
works better than the evil CVS hackery.

Also, install with -C to help avoid gratuitous cache-busting due to
gratuitous timestamp twiddling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean up the build process a wee bit.

The basic change: instead of cheacking out bits and pieces of the
doc tree into the web build tree, check out the doc tree somewhere
else and put in a few symlinks from the web tree to the doc tree.

On catfish (soon to be hub) for example:

  /usr/local/www/build/doc/...
  /usr/local/www/build/www/...

where

  /usr/local/www/build/www/data/handbook -&gt; ../../doc/handbook

You have to manually put in the symlinks at the moment, but it
works better than the evil CVS hackery.

Also, install with -C to help avoid gratuitous cache-busting due to
gratuitous timestamp twiddling.
</pre>
</div>
</content>
</entry>
<entry>
<title>New disk formatting tutorial.</title>
<updated>1997-09-13T04:24:28+00:00</updated>
<author>
<name>John Fieber</name>
<email>jfieber@FreeBSD.org</email>
</author>
<published>1997-09-13T04:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=7ee5688134af37945c2abd0c708697e703333907'/>
<id>7ee5688134af37945c2abd0c708697e703333907</id>
<content type='text'>
Submitted by:	dwhite@resnet.uoregon.edu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	dwhite@resnet.uoregon.edu
</pre>
</div>
</content>
</entry>
<entry>
<title>Add $Id$.</title>
<updated>1997-07-01T03:52:21+00:00</updated>
<author>
<name>Masafumi Max NAKANE</name>
<email>max@FreeBSD.org</email>
</author>
<published>1997-07-01T03:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=409fc57f1d9df3693abad639134546b96984b1e3'/>
<id>409fc57f1d9df3693abad639134546b96984b1e3</id>
<content type='text'>
Also, separate the header section from the body by inserting a blank line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, separate the header section from the body by inserting a blank line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Link in the new upgrade tutorial.</title>
<updated>1997-06-25T16:59:50+00:00</updated>
<author>
<name>John Fieber</name>
<email>jfieber@FreeBSD.org</email>
</author>
<published>1997-06-25T16:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=d98d30388cc1ac22b04704fcebf7aba2cd809c4b'/>
<id>d98d30388cc1ac22b04704fcebf7aba2cd809c4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow DOCS and SUBDIR to be overriden (same fix for building from</title>
<updated>1997-05-18T22:39:23+00:00</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1997-05-18T22:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=f1946547fb3cb659dbef0838c5389fc879cb49eb'/>
<id>f1946547fb3cb659dbef0838c5389fc879cb49eb</id>
<content type='text'>
new structure as was done for the releases).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new structure as was done for the releases).
</pre>
</div>
</content>
</entry>
</feed>
