Commit graph

3912 commits

Author SHA1 Message Date
Nik Clayton
c67ba5a859 Build the 'html' format, as well as the 'html-split' format. 2001-04-23 07:26:29 +00:00
Jim Mock
97014dbac6 Fix some whitespace I missed in rev. 1.2, and fix the whitespace from
the previous commit (rev 1.3).  This commit is whitespace changes only.
2001-04-22 23:48:29 +00:00
Jim Mock
942648e0d1 Remove extra <p> tag. 2001-04-22 23:42:36 +00:00
Jim Mock
8ca4749df3 Clean up the whitespace. Please people, try to follow the previous
entries' example when adding new ones.  I'd rather not have to have any
commits to this file passed by me first.
2001-04-22 23:37:43 +00:00
Wolfram Schneider
aa0e39f7bc Added FreeBSD 4.2R to Past Releases 2001-04-22 17:49:53 +00:00
Wolfram Schneider
45a53769ce Workaround to build the webpages due the overloaded ftp.freebsd.org:
don't build the packages links if the variable NO_PACKAGES_LINK
	is set and not empty.
2001-04-22 17:44:25 +00:00
Wolfram Schneider
0f83f69e2f Fix revision 1.62:
the subdir 'doc' and 'tutorials' are *not* web pages and should
not build if WEB_ONLY=YES is set
2001-04-22 17:34:53 +00:00
Jordan K. Hubbard
e94c76d8b4 Get the date for 4.3 right. Boy, I've never seen an update get
more screwed up than this one.  I clearly need more sleep and/or
a new brain.

Noticed by:	"Fredrik Neisler" <fredrik.neisler@telia.com>
2001-04-22 17:16:54 +00:00
Jordan K. Hubbard
e5e90f213b Correctly state what the next release will be. 2001-04-22 17:13:33 +00:00
Satoshi Asami
9bc50e2934 Add picobsd. 2001-04-22 16:50:34 +00:00
Wolfram Schneider
bafe08a52b update to FreeBSD 4.3: it still says "FreeBSD 4.2 Errata" in the title
and body of the page.

Submitted by: James Cronin <james@unfortu.net>
2001-04-22 15:36:43 +00:00
Jordan K. Hubbard
b1075d37f3 Update to FreeBSD 4.3 release. Grrr - this has been sitting uncomitted
for 24 hours.  I did all the work and then somehow never committed it.
Sigh.
2001-04-22 05:51:04 +00:00
Eric Melville
06b925f6de Correct some minor naming and capitalization issues.
Approved by:	murray
2001-04-22 05:22:04 +00:00
Eric Melville
ebcd23d741 Update front page to show 4.3 as the current release.
Approved by:	jkh
2001-04-21 21:48:41 +00:00
Andrey A. Chernov
67999289c0 Add &middot; to non-replaceable items list 2001-04-21 21:09:08 +00:00
Andrey A. Chernov
ba0e9829cf Use &middot; instead of hardcoded &#183; 2001-04-21 21:05:29 +00:00
Andrey A. Chernov
13c388475b Add &middot; to non-replaceable entities list 2001-04-21 21:03:23 +00:00
Jordan K. Hubbard
7276ffa831 Add all the stuff for 4.3-RELEASE in advance since it takes time for
the web server to update itself and get replicated.
2001-04-21 07:58:32 +00:00
Daniel Harris
3880902931 Add a link to xMach in the "related" section.
PR:		26683
Submitted by:	Joseph Mallett <jmallett@newgold.net>
2001-04-20 16:22:06 +00:00
Wolfram Schneider
c46ef8ff7d Update URL for releases statstic to year 2001. 2001-04-20 10:38:58 +00:00
Kris Kennaway
3b98c89286 Update 01:32 and 01:33 to v1.1 2001-04-19 19:27:41 +00:00
Eric Melville
3328eaa0c5 Add a note about ports hitting the 5,000 mark.
Approved by:	murray
2001-04-19 04:07:58 +00:00
Dima Dorfman
459dc6e3d9 Correct link to the FAQ entry about IRC channels.
PR:		26682
Submitted by:	Joseph Mallett <jmallett@newgold.net>
2001-04-18 19:35:56 +00:00
Nik Clayton
ab3b4a9fc1 Link to the Developer's Handbook. 2001-04-18 09:15:01 +00:00
Kris Kennaway
9c00524112 Add SA-01:33 2001-04-17 19:10:54 +00:00
Jens Schweikhardt
16b08cbaa8 New committer Jens Schweikhardt. 2001-04-17 17:31:29 +00:00
Nik Clayton
5254c6475e Explicitly link to docs.freebsd.org, instead of relying on server redirects. 2001-04-17 12:30:11 +00:00
Nik Clayton
714abf637c Link to the FAQ using index.html rather than FAQ.html. 2001-04-17 12:21:56 +00:00
Nik Clayton
9fbb557a45 An alternative symlink method -- symlink to the directories, rather than
the directory contents.  The previous mechanism didn't work in the presence
of CVS/ directories (which didn't show up in my testing).
2001-04-17 12:18:20 +00:00
Nik Clayton
f2440ca621 Announce and link to chapter 8 of the Corp. Net Guide. 2001-04-17 09:23:31 +00:00
Nik Clayton
56b1daa3b6 Add a link to chapter 8 of the Corp. Net Guide. 2001-04-17 09:18:20 +00:00
Nik Clayton
eab69689b8 Install all the documentation in to a single root, $WEBROOT/doc, with the
same naming scheme as that used by the doc/ repo.

Update docs.sgml to point to the documentation in this canonical location.

Update the FAQ/ and handbook/ directories to use symlinks to point to
the real documentation under doc/en_US.ISO_8859-1/.  This means that local
testing of the site (and mirrors) will still work as expected using the
legacy URLs.  Mirrors that expect to see a lot of traffic are advised to
alter their web server configuration so that $WEBROOT/FAQ and $WEBROOT/handbook
are redirected to $WEBROOT/doc/en_US.ISO_8859-1/books/{faq,handbook},
instead of relying on the symlinks.

Discussed on:	doc, www
2001-04-17 09:05:43 +00:00
Daniel Harris
5a16245baf Add 01:32. 2001-04-17 06:11:28 +00:00
Kris Kennaway
7776da2b2c Add missing advisories 01:23, 01:26 through to 01:29 2001-04-15 22:22:20 +00:00
Daniel Harris
f5f7a7d76c Add 01:30 and 01:31. 2001-04-14 17:37:06 +00:00
Wolfram Schneider
d97a68446c Added crossFS Virtual File System 2001-04-13 21:24:25 +00:00
Wolfram Schneider
1a30259fce Added Write-Ahead File System (WAFS) 2001-04-13 21:16:17 +00:00
Dima Dorfman
a1cbbd2675 Put the checkboxes -hubs, -install, and -www into a new "limited
lists" section.  This is the way the Handbook presents them, and I
think it makes things a litle cleaner.
2001-04-13 03:50:07 +00:00
Dima Dorfman
53037a1271 Add a checkbox for freebsd-audit. 2001-04-13 02:16:56 +00:00
Eric Melville
894e58a66a Add old news into seperate pages like was done for 1996 and 1997, update
the main announcements page, and fix 1996's page.

Reviewed by:	murray
2001-04-13 00:54:11 +00:00
Jim Mock
4696b1bd89 Add a note about the April issue of the FreeBSD 'zine. While I'm here,
add zeros before the single digit dates that were missing them to be
consistent with the rest of the document.
2001-04-12 13:11:05 +00:00
Dima Dorfman
f8344c3654 Add checkboxes for the following lists: freebsd-hubs, freebsd-install,
freebsd-policy, and freebsd-www.

PR:		22701
2001-04-11 22:57:17 +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
Greg Lehey
2478c758ae Add FUG_BR_SP.
Submitted by:	Edson Brandi <ebrandi.home@uol.com.br>

Rearrange "Rest of world" user group section in alphabetical order.
2001-04-09 02:59:04 +00:00
George C A Reid
c354c18d30 Correct a typo in the Wind River announcement
Reviewed by:	cg
2001-04-07 13:46:02 +00:00
Wolfram Schneider
1d676420d4 Add immediately a short note about Wind River to Acquire BSDi
Software Assets.

Submitted by: eric

PS: Feel free to replace this information with more and better text.
2001-04-07 09:21:30 +00:00
George C A Reid
111b3de952 Add myself to the newsflash section of the website 2001-04-05 08:37:25 +00:00
John Baldwin
d3aec434d7 Add the SMPng project to the list of internal projects. 2001-04-04 15:26:34 +00:00
Hiroki Sato
2425a9adc8 Add new translations and activate them:
java/Makefile
	java/index.sgml
	java/links/Makefile
	java/links/api.sgml
	java/links/development.sgml
	java/links/documentation.sgml
	java/links/freebsd.sgml
	java/links/index.sgml
	java/links/resources.sgml
	java/links/servlets.sgml
	java/links/tools.sgml
	java/links/tutorials.sgml
	java/links/vendor.sgml

Submitted by:	Yatou Hiroki <san@oct.zaq.ne.jp>
Reviewed by:	SUGIMURA Takashi <sugimura@kitanet.ne.jp> (in part)
References:	[doc-jp 8116]
2001-04-03 19:13:11 +00:00
Wolfram Schneider
839fe14002 www.cdrom.com -> www.wccdrom.com 2001-04-03 18:21:36 +00:00