Commit graph

29 commits

Author SHA1 Message Date
Andrey A. Chernov
1ad5b4095a ISO_ -> ISO rename 2001-06-11 02:39:07 +00:00
Dima Dorfman
7687f34338 Explicitly link to the index.html files instead of relying on the web
server's directory index configuration to DTRT (i.e., link to
"ports/index.html" rather than "ports/").  This also makes it easier
for people without the desire to set up a web server to test changes
to the web site.

PR:		23230
Reviewed by:	nik
2001-04-11 22:31:47 +00:00
Daniel Harris
9fb0931373 Add link to zip drive tutorial.
PR:		24189
Submitted by:	wosch
2001-01-14 16:18:10 +00:00
Alexander Langer
db26e26299 Add FreeBSD Assembly Language Programming Tutorial (written by submitter).
Submitted by:	"G. Adam Stanislav" <adam@whizkidtech.net> on -doc
2000-12-07 20:30:56 +00:00
Jun Kuriyama
dd4f2e8d8f Switch web.mk to share/mk/web.site.mk in English version. 2000-11-07 04:05:37 +00:00
Alexander Langer
b4b8e7077f Open a new list for external tutorials.
List three kernel-programming tuturials on Daemonnews:

* Dynamic Kernel Linker (KLD) Facility Programming Tutorial
  by Andrew Reiter <arr@watson.org>
* How to Write Kernel Drivers with Newbus by myself
* Writing an ISA device driver by Sergey Babkin <babkin@bellatlantic.net>

Reading this documents gives one a fairly good start in kernel programming.
2000-10-02 12:22:23 +00:00
Neil Blakey-Milner
fbca680c07 First (and very minor) changes on the way to make the www build
obj-clean.

This basically entails putting ${.CURDIR} in front of the occasional
source file, script, or directory.

Also adds '.include <bsd.obj.mk>' to web.mk so 'make obj' works.

Change gencommercial script to take a '-s' flag pointing to the source
directory, and the portindex script to take an optional additional
parameter indicating the source directory.

Add -D ${.CURDIR} to sgmlformat to follow includes properly.
2000-09-30 00:21:39 +00:00
Mark Ovens
bdfd008b9f Added a link to the Porters Handbook from the Tutorials index.
(Also made minor change to wording of the page text).

Requested by:	obrien
2000-09-29 10:12:31 +00:00
Alexander Langer
8a4dba4582 Link to the "one large HTML file" versions as well.
Suggested by:	obrien
2000-07-31 08:21:18 +00:00
Daniel Harris
d8ed6a5801 Change link to rpratt's Newbie Installation Guide over to people.FreeBSD.org,
change said link from 2.2.7-specific version to the main page (links to guides
for 2.2.7, 3.1, and 4.0), chop version number from the title of the link.

Submitted by:	rosti@surfree.net.il
2000-07-09 18:08:17 +00:00
Nik Clayton
39fe71145b Link to the dialup-firewall article. 2000-06-07 23:31:12 +00:00
Nik Clayton
bf0da8be80 Fix typo in previous commit. "$" -> "S". This broke the install.
Submitted by:	Bob Johnson <bob@eng.ufl.edu>
2000-05-19 00:10:09 +00:00
Nik Clayton
177ec5f4d4 Link to the Porter's Handbook. 2000-05-17 18:33:38 +00:00
Nik Clayton
638ac58e32 Build the Porter's Handbook, *but* install it in to the top level of the
web site, alongside the Handbook and FAQ.  This sucks, big time, and we
need a better of linking in our docs. <ponder>
2000-05-17 18:33:14 +00:00
Alexey Zelkin
11a7128d54 Use DIRS_TO_CLEAN variable to clean external directories, otherwise current
directory will not be cleanup'ed.
2000-04-23 14:33:58 +00:00
Nik Clayton
5c2d630676 Remove the links to the 'make world' tutorial, it's been integrated into
the Handbook.
1999-12-28 21:45:17 +00:00
Jordan K. Hubbard
166aea0496 Remove dead tutorial link. 1999-12-13 03:51:24 +00:00
John Baldwin
5b5e044611 Lots of freebsd -> FreeBSD fixes
PR:		docs/15382
Submitted by:	Alexander Langer <alex@big.endian.de>
1999-12-12 16:24:48 +00:00
Nik Clayton
a35172a4bb Added back the link the PPP primer. 1999-09-17 23:52:10 +00:00
Nik Clayton
184f802988 Teach it about the PPP primer. 1999-09-17 23:48:29 +00:00
Wolfram Schneider
6c2d4c75a4 Use the right make command: make -> ${MAKE} 1999-09-15 20:37:12 +00:00
John Baldwin
890c9acd8a Remove a dead link to the old diskformat tutorial. This tutorial has
moved to formatting-media, which is already linked to near the bottom
of the page.  While I'm here, fix the fonts tutorial link.

Reported by:	Mark Ivens <mivens@clara.net>
1999-09-07 19:12:16 +00:00
Peter Wemm
01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00
Chris Costello
6230858da0 Change the dead link to the NTFS tutorial to links to both 2.2 and 3.1 NTFS
installation tutorials.

Fix indention on another link.
1999-09-03 14:27:47 +00:00
Jun Kuriyama
d71e7bfccf Invoke next command if "cd" succeeded.
Not objected by:	Doc Team
1999-09-03 14:01:15 +00:00
John Baldwin
369c2a200c Really fix it this time. news-users -> news-user -> new-users 1999-08-29 22:36:24 +00:00
John Baldwin
a8266e2d9a Fix a broken link. news-users -> new-users
Noticed by:	ron@williamsj3.screaming.net
1999-08-29 22:24:56 +00:00
Jim Mock
965ca2e6e9 Added French make world tutorial.
PR:		12940
Submitted by:	Sebastien GIORIA <eagle@freebsd-fr.org>
1999-08-24 03:12:23 +00:00
Nik Clayton
eb6593059c Makefile framework to pull the DocBook tutorials in to the web site.
index.sgml came from doc/en_US.ISO_8859-1/tutorials/, and is the last
web site specific file to come out of the doc/ repository.  They are
now separated.

Makefile is best termed a "gross hack".  This will be removed as soon
as the docs are spirited away on to their own web site.
1999-08-19 20:49:29 +00:00