Jesus Rodriguez Cuesta
24e08c9d90
Undo the last commit. It was my own modified Makefile. This is
...
the right one.
2001-06-30 20:31:48 +00:00
Jesus Rodriguez Cuesta
ada6355f63
Sync with current english version.
2001-06-30 20:27:59 +00:00
Jesus Rodriguez Cuesta
546dcfa101
Sync mirrors list with english version and add www2 and www3 spanish mirrors.
2001-06-30 19:27:33 +00:00
Tom Hukins
3ee429266e
Remove duplicate word
2001-06-30 14:18:02 +00:00
Joseph Koshy
f2dd2900dc
Macworld article on Jordan Hubbard's move to Apple Inc.
...
Submitted by: "Martin A. Totusek" <bb553@scn.org>
2001-06-27 04:06:03 +00:00
Nik Clayton
d6113b4c09
Link to bsdvault.net.
2001-06-26 21:50:06 +00:00
Nik Clayton
a1c639ae64
Link to a tutorial explaining how to get started with FreeBSD and AMD.
2001-06-26 21:43:04 +00:00
Nik Clayton
3a534a8fd2
Link to a "Setting up Split DNS" tutorial.
2001-06-26 21:34:25 +00:00
Chris Costello
21e8478bea
Refer to FAQ/introduction.html instead of the now obsolete
...
FAQ/preface.html.
2001-06-26 03:31:54 +00:00
Nik Clayton
8b4f0c98e9
Per discussion on -chat, replace the links to availability.html with a
...
link to the "Getting FreeBSD" section of the Handbook. Then we have one
place to maintain this information instead of several.
2001-06-25 19:51:21 +00:00
Nik Clayton
aa5e3016dd
Stop Microsoft Smart Tags from appearing on most of the site's pages.
2001-06-25 16:21:54 +00:00
Nik Clayton
890e351867
Link to the Filtering Bridges and PXE articles.
2001-06-25 15:20:46 +00:00
Nik Clayton
220248ce32
Include a content type for English docs.
...
Submitted by: Mike Brown <mbrown@corp.webb.net>, dougb
2001-06-25 13:58:19 +00:00
Daniel Harris
03884540d1
Fix a couple typos and an URL.
2001-06-24 15:45:52 +00:00
Dima Dorfman
ce349223f9
Remove duplicate words.
2001-06-23 22:32:51 +00:00
Nik Clayton
968f7fd6c2
Create the FAQ and handbook symlinks to directories in the install area,
...
not the build area.
2001-06-22 09:52:05 +00:00
Brooks Davis
ee7cf2b080
Add my new committer entry.
2001-06-22 05:19:16 +00:00
Alexey Zelkin
e697b76efe
More gallery items (we almost reached 2500 point)
2001-06-21 15:13:45 +00:00
David E. O'Brien
af0cb02aeb
Actually get the x86-64 graphics installed.
2001-06-20 17:05:23 +00:00
Nik Clayton
9265abbf2b
Link to the solid-state article.
2001-06-20 16:21:56 +00:00
Nik Clayton
955e1fa752
Link to the solid-state article.
2001-06-20 16:16:39 +00:00
Eric Melville
23f235d4d4
Fix a typo and some wording.
2001-06-19 17:52:16 +00:00
Joseph Koshy
5a7c1c5b46
Wall Street Journal article on the use of open-source (FreeBSD) sources
...
inside Microsoft products and services.
Submitted by: <mitch@netline.com>, <gwheeler@microsoft.com>
2001-06-19 04:25:48 +00:00
Peter Wemm
4b9c3472f1
For some reason cvsweb has decided to expand the /home/ncvs symlink and
...
this causes the $FreeBSD$ tags to get messed up. eg:
* $FreeBSD: /c/ncvs/src/sys/i386/include/globals.h,v 1.17 ... $
instead of the correct:
* $FreeBSD: src/sys/i386/include/globals.h,v 1.17 ... $
Change /home/ncvs to /c/ncvs in cvsweb.conf to compensate for this. :-(
This is a temporary hack. Something changed in cvsweb that broke this.
2001-06-18 22:27:55 +00:00
Dima Dorfman
2a7250b2d0
Put the synopsis in the title for convenience.
...
PR: 28248
Submitted by: mikeh
2001-06-18 22:18:11 +00:00
Eric Melville
f368f5c4be
Announcements page update, mentioning PowerPC work and the status report.
2001-06-18 07:28:17 +00:00
Eric Melville
c4a9758de4
Minor wording correction that was previously forgotten.
2001-06-16 19:44:50 +00:00
Eric Melville
c87598e2a2
Update host information, and fix grammer.
2001-06-15 22:41:47 +00:00
Mike Silbersack
0537911a55
New committer; added newsflash.
2001-06-15 18:38:21 +00:00
Nik Clayton
3567691a78
FreeBSD 1.0 was November 1993, not December 1993.
2001-06-15 10:24:13 +00:00
Dima Dorfman
816d0456a6
Explicitly set DOC_PREFIX in the child make invocation. This helps
...
fix the case where the release notes are not exactly three levels
below in "something/something-else/doc" (if that's not the case,
doc.relnotes.mk would be unable to find the right path to the doc/
tree).
2001-06-14 23:21:03 +00:00
Johann Visagie
b605157932
New committer; added newsflash.
...
Reviewed by: nbm
2001-06-14 14:56:45 +00:00
Clive Lin
9f37c005b9
In the Mailing lists section, the URL Traditional Chinese lists changed.
...
Reflect this.
Submitted by: ycheng <ycheng@sinica.edu.tw> (Mailing list server Maintainer)
2001-06-14 06:03:26 +00:00
Dima Dorfman
b7e58d0da7
Add an XXX comment about a small inefficiency. There's no sense in
...
fixing it, but I think it should be documented.
2001-06-14 04:59:13 +00:00
Dima Dorfman
b7363932f3
Rewrite:
...
* Try not to hardcode anything. Intoduce a $subtrees variable which
lists the CVS subtrees that need to be updated.
* Document all major variables and actions.
* Allow customization via the current environment (add some variables
which can be set to facilitate testing and running outside of
freefall).
* Do a fresh checkout of the sources every Sunday; previously this
was only a `make clean`; a fresh checkout makes sure occasional CVS
bogons don't mess anything up (requested by nik).
* Make $LOGFILE an absolute path so we don't end up with multiple log
files, each containing half of the story.
Approved by: nik
2001-06-14 04:13:24 +00:00
Dima Dorfman
291c9188bb
Don't make the often-false assumption that CVSROOT is a path. This
...
removes the now-useless cvsindex variable; it wasn't really necessary,
anyway, since if the file to checkout can't be found, cvs(1) will
fail, and make(1) will follow.
2001-06-14 03:09:56 +00:00
Chris Costello
abaaf7562d
Use the `originator' field in the From: line instead of the
...
`synopsis' field.
2001-06-13 20:36:59 +00:00
Jun Kuriyama
0195ef2ba7
Fix typo (s/manitenance/maintenance/).
...
Submitted by: "Nigel Williams" <nw@metadesign.com.au>
2001-06-13 12:45:27 +00:00
Dima Dorfman
0e78c11047
Put the originator's name in the From: field.
2001-06-13 00:04:42 +00:00
Anton Berezin
d8339be6d5
New committer.
...
Reviewed by: markm
2001-06-11 19:22:30 +00:00
Andrey A. Chernov
1ad5b4095a
ISO_ -> ISO rename
2001-06-11 02:39:07 +00:00
David E. O'Brien
969cb290db
Fix typo.
...
Submitted by: Jeroen C. van Gelderen <jeroen@vangelderen.org>
2001-06-10 00:14:48 +00:00
Nik Clayton
16f56b7612
Install the favicon.ico file.
2001-06-09 23:09:21 +00:00
Nik Clayton
30e6e68e54
Add a small icon that some web browsers look for (IE 5.0 and up and
...
Konqueror to the best of my knowledge at the moment). The icon will be
used for bookmark entries, and it appears in the URL bar as well.
Submitted by: Gene Knight <gknight@gigabar.com>
2001-06-09 23:07:23 +00:00
Hiroki Sato
6096c19e72
Merge the following from the English version:
...
1.41 -> 1.42 includes.sgml
1.36 -> 1.37 internal/about.sgml
1.50 -> 1.53 security/security.sgml
1.4 -> 1.6 releases/4.3R/errata.sgml
Submitted by: SUGANO Kei <sugano@aurora.es.hokudai.ac.jp>
References: [doc-jp 8255]
2001-06-07 16:06:01 +00:00
David W. Chapman Jr.
9ee5d7ec26
New committer, added news flash
...
Reviewed by: will
2001-06-07 04:32:53 +00:00
Mark Pulford
089f8d7beb
New committer, added news flash for June.
...
Reviewed by: will
2001-06-07 04:24:56 +00:00
Jun Kuriyama
4b8f96eca4
Remove LOWSRC attribute from previous commit.
...
I think LOWSRC attribute is local extention of specific user agents (such
as Netscape Navigator). If I misunderstand this, please add this attribute
again.
2001-06-07 00:50:37 +00:00
Dima Dorfman
32847edb9a
This is the website build script being used on freefall. It is being
...
committed to the main (as opposed to ~wosch/cvs) CVS repository so
that committers can modify it without the assistance of (but, of
course, with the approval of) the webmaster and/or his lieutenant. It
may also serve as a starting point for web site mirrors' update
scripts.
Requested by: nik
Obtained from: freefall:~wosch/bin/myupdate
2001-06-06 22:45:43 +00:00
Dima Dorfman
9217358863
This file is moving to www/tools since that's a more orthogonal place
...
for it (we have src/tools and ports/Tools, after all).
2001-06-06 22:43:29 +00:00