Commit graph

1599 commits

Author SHA1 Message Date
nsj
6c9189d5ca Added notice about 3.0's move from -current to -stable. 1998-12-28 18:38:24 +00:00
Wolfram Schneider
0c79958e17 Added
Sleepycat Software offers the Berkeley Database product.
New name and home for the San Francisco users group.
This page.
1998-12-28 18:10:02 +00:00
Wolfram Schneider
0759d6e5a5 Fix last commit. 1998-12-28 01:38:30 +00:00
Wolfram Schneider
705f877686 Added link to weekly mail index. 1998-12-28 01:24:55 +00:00
Wolfram Schneider
47a2549020 Define alias 'archive' for '/usr/local/www/db/text/' in
cgi variable fetch. Save space in URLs...
1998-12-28 00:16:31 +00:00
Wolfram Schneider
e8b19bf6ac Added:
Sleepycat Software offers the Berkeley Database product. Berkeley DB
  is a programmatic toolkit that provides high-performance embedded
  database support.

Submitted by: Amy Adams, Berkeley DB Product Manager <db@sleepycat.com>
1998-12-27 23:38:54 +00:00
Wolfram Schneider
a147aeebc0 New name and home for the San Francisco users group.
Submitted by: Josef Grosch <josef.grosch@ual.com>
1998-12-27 23:37:06 +00:00
Wolfram Schneider
d5fb6c864b softronex.dynip.com -> www.softronex.com
Submitted by:	Karl Wagner <karl@softronex.com>
1998-12-27 23:36:01 +00:00
Wolfram Schneider
8dccefddf7 Added link to german handbook. 1998-12-27 11:18:03 +00:00
Wolfram Schneider
e26523a1f6 Current Archive -> Archive
Support to read the current mail archive from hub
1998-12-26 18:17:44 +00:00
Wolfram Schneider
f0f990c2ba Support diff by revsion too, not only by date. This is a workaround
if the ports/INDEX file was not updated regularly.

To select a revsion, replace the value for the cgi variable
'time' with rev<revsion>, e.g.:

	/cgi/ports.cgi?type=new&time=rev1.200&sektion=all

print a diff for all new ports since rev 1.200
1998-12-26 17:03:44 +00:00
Satoshi Asami
2c711ba108 Add elisp category. Delete some very old ones. 1998-12-24 20:32:23 +00:00
Joseph Koshy
e6cfbbbe25 Correct current release version for XFree86 (now 3.3.3). 1998-12-23 03:02:11 +00:00
Joseph Koshy
b42ef7bc65 Delineate intended use of ports upgrade kits more clearly. Fix disconcerting
style change.

PR:		9165
Reviewed by:	asami, wosch
Submitted by:	Bruce A. Mah <bmah@ca.sandia.gov>
1998-12-23 02:54:48 +00:00
Wolfram Schneider
be470573f4 Added link to Changes at the FreeBSD Web Server page at the bottom. 1998-12-21 21:59:57 +00:00
Wolfram Schneider
36001e836c List user visible changes at the FreeBSD Web Server. 1998-12-21 21:38:45 +00:00
Wolfram Schneider
bab4451017 Default search for one list, freebsd-questions.
Requested by: Sue Blake <sue@welearn.com.au>

  Somehow the search page has got the box checked for both
  freebsd-questions and freebsd-newbies by default, but not for
  freebsd-chat. It would be less confusing and more supportive of the
  list charters to only default for the one list, freebsd-questions.

  General newbie help questions are documented as being off topic for
  freebsd-newbies and should always be directed to freebsd-questions
  instead. FreeBSD-newbies is like freebsd-chat, but higher noise to
  signal ratio. It's basically a bunch of unsupervised newbies feeding
  wild stories to each other. It's the last list one should normally want
  to search, not the first.
1998-12-20 16:39:48 +00:00
Wolfram Schneider
09300fc353 By default print 25 results hits like the standard
search interface at /search/search.html
1998-12-20 14:42:17 +00:00
Wolfram Schneider
341422d566 recieve -> receive
Submitted by:	Timothy Luoma <luomat@peak.org>
1998-12-20 14:33:40 +00:00
Wolfram Schneider
0c72c98799 Added title and authors to LinuxWorld December 1998. 1998-12-19 20:22:26 +00:00
Wolfram Schneider
d9804ad04d Update URL for
DV Live Magazine: April 98
Who's Serving Who?, by Nels Johnson
1998-12-19 18:14:59 +00:00
Wolfram Schneider
4490f7044b Small change in URL for
SysAdmin May 1998 Volume 7 Number 5
Security Tools in FreeBSD, by Guy Helmer
1998-12-19 17:46:42 +00:00
Jordan K. Hubbard
7e6229e0d5 Bring in the new security guide.
Submitted by:	jkb
1998-12-19 09:55:30 +00:00
Wolfram Schneider
d52a8a2a93 Move the links 'Sources' and 'Package' after 'Description'.
Old:
Description : Browse : Download : Package : Changes : Sources

New:
Description : Sources : Package : Changes : Browse : Download
1998-12-18 17:30:39 +00:00
Jordan K. Hubbard
aff96e6fa2 Fix patho. 1998-12-18 14:00:25 +00:00
Jordan K. Hubbard
1c1993dea6 Add pointer to Linuxworld article. 1998-12-18 12:43:50 +00:00
Nik Clayton
781f8c26cd Remove index.html, replace with index.sgml. Update the Makefile.
Made some changes when creating index.sgml from index.html.

  * Changed element names to lower-case.

  * Reindented.

  * Quoted all attribute values.

  * Added elements that are a good idea, but not strictly required (<tbody>)

  * Reordered the two main columns. A new row has been added at the top,
    and the second column (as it appears in a graphical browser) is in
    this row. The left hand side bar is in the second row. Text browsers
    should then display the main text first, with the quick links
    afterwards. The display on graphical browsers should be almost identical
    to how it was before.

        Caveat: This forces the first line within the sidebar down by one.

  * Removed <b>...</b> from the headings.

  * Use &base; in many of the "href"s, instead of ".".

  * <font size="4">  --> <big>

  * <font size="2">  --> <small>

Approved by: Wolfram <wosch@freebsd.org>
1998-12-17 20:24:46 +00:00
Jordan K. Hubbard
8db2b4164e Better errata fix.
Submitted by:	obrien
1998-12-17 17:19:01 +00:00
Wolfram Schneider
4c86a9b6a2 Delete release 2.2.6
Added release 2.2.8
1998-12-16 20:45:11 +00:00
Wolfram Schneider
66cd69d295 Added
Software2Go, LLC is proud to announce the availability of Motif 2.1.10 for
     FreeBSD versions 2.2.x (a.out) and 3.0 (ELF).
Submitted by:	 Kent Gordon <kgor@ft-knox.apps2go.com>
1998-12-16 19:29:17 +00:00
Wolfram Schneider
9e32f65a3e Added Linux Threads under FreeBSD
Submitted by:	 Josh Gilliam <josh@quick.net>
1998-12-16 14:33:04 +00:00
Jordan K. Hubbard
a383514107 add errata item for /usr/sbin/sysctl symlink to nowhere. 1998-12-16 12:53:23 +00:00
Nik Clayton
d1e625440c Added a link to my page about the FreeBSD-UK meet in Oxford. Includes
pictures. Quick, find out what I look like before one of the cvs-meisters
removes it on grounds of good taste.

    <URL:http://www.freebsd.org/~nik/Oxford/index.html>
1998-12-15 22:20:04 +00:00
Bill Fenner
2261a9f662 Fix what I thought I fixed in rev 1.13:
Quote arguments to query-pr so that multi-word arguments
can be used in the query.
1998-12-15 00:35:52 +00:00
Joseph Koshy
ca20c08b82 Fix a minor grammatical nit: online available' -> available online'. 1998-12-14 02:55:52 +00:00
Steve Price
a54af782d0 Add a missing line break (<br>).
PR:		8297
Submitted by:	Malartre <malartre@aei.ca>
1998-12-13 23:21:11 +00:00
Steve Price
63614d0225 Add a trailing slash to http URLs - some required and some just for the
sake of consistency.

PR:		8038
Reviewed by:	wosch
1998-12-13 23:19:33 +00:00
nsj
f4ddd0efd8 Added entry for the FreeBSD Mall. 1998-12-13 22:49:52 +00:00
Wolfram Schneider
81299ec51c Added:
Mercury Center October 26, 1998
Unix back in the fight with NT, by Miguel Helft

News.com February 2, 1998
Source code for the masses, by Alex Lash
1998-12-13 22:02:31 +00:00
Wolfram Schneider
9501e25aa9 Added the FreeBSD Mall to the snail mail section. 1998-12-13 21:58:22 +00:00
Wolfram Schneider
219dbf8b89 Move
The FreeBSD Counter Page
	BSD CD Giveaway List
	The Free Software Bazaar

from section "misc" to section Advocacy
1998-12-13 17:20:39 +00:00
Wolfram Schneider
b60fac400f Added Los Angeles based BSD user group
Submitted by: Joey Garcia <gummibear@mediaone.net>
1998-12-13 17:19:18 +00:00
Wolfram Schneider
ca78858725 Added meta tags. Forgotten in revision 1.60. 1998-12-13 17:14:19 +00:00
Wolfram Schneider
a1157867ff Undo brain dead rev 1.3
Submitted by:	Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-12-13 17:12:44 +00:00
Wolfram Schneider
ce4b135cba Typo in last commit. 1998-12-12 13:19:35 +00:00
Wolfram Schneider
f63803bffa Added 2.2.8 manual pages. 1998-12-12 13:16:44 +00:00
Bill Fumerola
4dcf57f6b7 Typing error. "it was many tags" -> "it has many tags"
PR:		docs/8823
Submitted by:	Tom Hukins <tom@eborcom.com>
1998-12-09 20:59:17 +00:00
Wolfram Schneider
53f711ef7d Added HCS Hanseatischer Computerservice GmbH
Submitted by:	 hm@hcs.de (Hellmuth Michaelis)
1998-12-09 15:36:56 +00:00
Wolfram Schneider
4fcd8151d0 Remove Glock Telecommunications.
It no longer runs on a system that uses FreeBSD.
Submitted by:	 "matthew c. mead" <mmead@goof.com>
1998-12-09 10:48:08 +00:00
Wolfram Schneider
a1a7030c9a Due a bug in INDEX parsing only the run depencies
where printed.

Print depencies only once.

PR:	ports/8974
1998-12-08 18:34:13 +00:00