Skip site navigation (1)Skip section navigation (2)

CVS log for www/en/index.xsl

[BACK] Up to [FreeBSD] / www / en

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Jan 31 02:01:32 2012 UTC (10 days, 1 hour ago) by hrs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +5 -2 lines
- Fix ($user-html-header$) to support <script src="foo">.  While the rendered
  result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
  unnecessary spaces after the tag, most of the www browsers and HTML
  processors cannot recognize it as the end of <script>.  To workaround this,
  ($user-html-headers$) now outputs the start and the end tag independently
  in each single line.

- Add %html-header-script% to control if <script> is included in <head>.

- Add html.header.script.google knob for SGML and XML documents in non-DocBook
  DTD.  %html.header.script.google; and $html.header.script.google.

- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion.  Note that
  <script> is disabled temporarily.

Discussed with:	gjb and core
Tested by:	gjb

Revision 1.176: download - view: text, markup, annotated - select for diffs
Thu Jan 12 20:42:22 2012 UTC (4 weeks ago) by hrs
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +5 -13 lines
9.0-RELEASE is officially released!

Hat on:	re

Revision 1.175: download - view: text, markup, annotated - select for diffs
Tue Jan 10 04:38:05 2012 UTC (4 weeks, 2 days ago) by gjb
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +8 -2 lines
- Update where.html with the 9.0-RELEASE download URLs
- Add a third 'u.rel' entity for supporting three releases
- Update index.xsl with these changes, but keep 9.0-RELEASE commented out
  since the announcement URL will be broken

Revision 1.174: download - view: text, markup, annotated - select for diffs
Fri Aug 26 17:00:45 2011 UTC (5 months, 2 weeks ago) by simon
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +7 -7 lines
Use shorter names for releases on the front page to prevent line
wrapping.

No objections:	-www
Reviewed by:	gab, remko, jkois (in principal)

Revision 1.173: download - view: text, markup, annotated - select for diffs
Mon Aug 15 00:30:17 2011 UTC (5 months, 3 weeks ago) by gjb
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -1 lines
Add javascript to the www/ tree for Google Analytics.

This will also be active on the doc/ tree once we're sure there are no
problems.

PR:		159634
Submitted by:	eadler

Revision 1.172: download - view: text, markup, annotated - select for diffs
Sun Jun 12 08:45:47 2011 UTC (7 months, 4 weeks ago) by simon
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +1 -5 lines
Remove the IPv6 world day logo from the front page again.

For now leave the image file in case we want to use it for something
else.

Revision 1.171: download - view: text, markup, annotated - select for diffs
Tue Jun 7 21:33:10 2011 UTC (8 months ago) by simon
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +5 -1 lines
Add an IPv6 World Day logo to the front page.

This will only be there for the next couple of days around the IPv6
world day, then this commit can be reverted.

Discussed with:	bz

Revision 1.170: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:14:36 2011 UTC (13 months ago) by jkois
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +2 -2 lines
PR:     www/153524
PR:     www/142437

Patch the website so that "Errata Notices" are available the same way as "Security Advisories":
- RSS feed
- Link from the frontpage
- Own subpage
- Available via navigation menu

Initially suggested by: Jason Helfman (jhelfman ett e-e dott com)
Patch provided by:      John Baldwin (jhb@)

Revision 1.169: download - view: text, markup, annotated - select for diffs
Tue Jun 2 21:11:59 2009 UTC (2 years, 8 months ago) by gabor
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +8 -1 lines
- Add comments for translators so that they do not translate JavaScript
  parameters, which seem to be literal texts.  Translating these
  attributes results in rendering issues.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Tue Jun 2 19:16:33 2009 UTC (2 years, 8 months ago) by rene
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +4 -1 lines
Add a link for the Dutch version of the website.

Approved by:	keramida, manolis

Revision 1.167: download - view: text, markup, annotated - select for diffs
Sun Jan 4 22:26:15 2009 UTC (3 years, 1 month ago) by simon
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +2 -2 lines
Let the "More" link in the Security advisories section link directly
to the page with advisories instead of the main security page.

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Dec 31 04:00:29 2008 UTC (3 years, 1 month ago) by murray
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +30 -19 lines
Improve the main paragraph on the front page of www.FreeBSD.org.

We only have a few sentences so we should use it to describe why
FreeBSD is relevant and interesting.  Spending half of the paragraph
listing 7 trademark symbols and the hardware platforms supported is
not at all a compelling introduction to what is great about FreeBSD
(to be fair it worked fine when we supported fewer platforms).

Point out some of the FreeBSD highlights as succinctly as possible to
entice users to click through to more of the second level pages:
FreeBSD works on modern server, desktop, and embedded computer
platforms, has great networking and security features, is used by some
of the busiest web sites and most pervasive embedded devices, has over
30 years of continuous development, etc..

Add links to the platforms page and large users of FreeBSD section of
the Handbook.

Reviewed by:	marketing@ (rwatson, mwlucas, gnn)

Revision 1.165: download - view: text, markup, annotated - select for diffs
Thu Dec 11 21:11:25 2008 UTC (3 years, 1 month ago) by blackend
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +1 -1 lines
A fake commit to trigger the build of the frontpage to update 7.1 from
BETA2 to RC1 (this will also retrigger mirrors).

Revision 1.164: download - view: text, markup, annotated - select for diffs
Fri Jun 20 20:03:28 2008 UTC (3 years, 7 months ago) by danger
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +11 -1 lines
- add support for Errata Notices RSS Feed

Reviewed by: keramida, hrs

Revision 1.163: download - view: text, markup, annotated - select for diffs
Wed Feb 27 22:09:31 2008 UTC (3 years, 11 months ago) by bmah
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +1 -3 lines
Update Web site entities for 7.0-RELEASE.  Re-enable display on
front page of multiple production releases.  Add newsflash for 7.0-RELEASE.

Revision 1.162: download - view: text, markup, annotated - select for diffs
Thu Jan 10 08:03:38 2008 UTC (4 years, 1 month ago) by murray
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +6 -6 lines
Update links to point to the new RSS 2.0 feeds named rss.xml in the
appropriate directories on the site.  The new feeds are recognized
directly by Firefox for much easier subscription with web based or
desktop feed readers.  They also provide more content (not just titles
of the items) for other syndicators of this content.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Sat Oct 27 18:09:38 2007 UTC (4 years, 3 months ago) by simon
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +3 -1 lines
Hide the rel2.current (5.5) link for the time being to make 7.0BETA1.5
and soon 6.3BETA1 more prominent, and to reduce clutter on the front
page.

Note that most of the 5.5-RELEASE files have already been removed from
the FTP mirrors.

This change should be backed out once rel.current becomes 7.0 and
rel2.current becomes 6.2/6.3.

Discussed with:	re (kensmith)

Revision 1.160: download - view: text, markup, annotated - select for diffs
Sun Mar 11 16:39:43 2007 UTC (4 years, 11 months ago) by gabor
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +2 -2 lines
- Change the "Report a Bug" link to point to support/bugreports.html
  instead of the PR form directly. Each user should read these
  guidelines before sending a PR, but currently it seems they don't
  do it always. We receive questions via PRs, which should be sent to
  mailing lists instead, or PRs with not enough information and
  rarely non-English PRs as well. I hope this will help a bit.

PR:			www/97233
Submitted by:		Gavin Atkinson <gavin@mod3.co.uk>
No objection from:	freebsd-doc, freebsd-www, bugmeister
Approved by:		keramida (mentor)

Revision 1.159: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:24:18 2007 UTC (5 years, 1 month ago) by keramida
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +4 -1 lines
Link to the Hungarian translation of the web site from the front page.

Submitted by:	gabor

Revision 1.158: download - view: text, markup, annotated - select for diffs
Sun Dec 3 19:44:01 2006 UTC (5 years, 2 months ago) by blackend
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +1 -4 lines
Put the Foundation link on the top navbar.

Requested by:	rwatson
Approved by:	doceng

Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu Oct 26 10:36:16 2006 UTC (5 years, 3 months ago) by delphij
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +5 -2 lines
Link zh_CN to homepage.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Fri Oct 6 16:48:02 2006 UTC (5 years, 4 months ago) by danger
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +7 -7 lines
Use normal entities instead of numeric ones.

Approved by: keramida (mentor), trhodes (mentor)

Revision 1.155: download - view: text, markup, annotated - select for diffs
Sun Sep 10 07:39:01 2006 UTC (5 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2 lines
Add a missing TM

Revision 1.154: download - view: text, markup, annotated - select for diffs
Sun Aug 20 14:26:02 2006 UTC (5 years, 5 months ago) by hrs
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -2 lines
Fix a typo.

Revision 1.153: download - view: text, markup, annotated - select for diffs
Sat Aug 19 21:20:30 2006 UTC (5 years, 5 months ago) by hrs
Branches: MAIN
CVS tags: HRS_XML_CLEANUP
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +58 -60 lines
www cleanup mega commit:

 - Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.

Revision 1.152: download - view: text, markup, annotated - select for diffs
Wed Jun 28 16:24:17 2006 UTC (5 years, 7 months ago) by pav
Branches: MAIN
CVS tags: HRS_XML_CLEANUP_PRE
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +2 -2 lines
- Update logo guidelines hyperlink

Requested by:	deb

Revision 1.151: download - view: text, markup, annotated - select for diffs
Sun May 21 10:31:53 2006 UTC (5 years, 8 months ago) by simon
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +2 -2 lines
Chase new URL for the Foundations trademark guidelines.

Revision 1.150: download - view: text, markup, annotated - select for diffs
Sat May 13 11:06:20 2006 UTC (5 years, 8 months ago) by blackend
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +3 -3 lines
PC-98 arch is not part of the i386 port but pc98 port, let's use the
previous correct sentence showing PC-98 as a specific platform.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri May 12 19:19:17 2006 UTC (5 years, 9 months ago) by simon
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +10 -4 lines
- Follow the new trademark guidelines for the "FreeBSD" trademark for
  the front/index page.  See
  http://www.freebsdfoundation.org/legal/guidelines.html for more
  information.
- Remove XSL "copy" of $date variable since it's empty in index.xsl.
- Add a link the the FreeBSD trademark guidelines to the trademark
  page.

Discussed with:	FreeBSD Foundation

Revision 1.148: download - view: text, markup, annotated - select for diffs
Fri May 12 13:23:57 2006 UTC (5 years, 9 months ago) by keramida
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +12 -2 lines
Wrap absurdly long line, making the work of translators much
easier when they try to look at diffs around the area.

PR:             www/97165
Submitted by:   Rudolf Cejka <cejkar@fit.vutbr.cz>

Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri May 12 02:54:03 2006 UTC (5 years, 9 months ago) by andre
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -2 lines
Alpha has left the building. Add ARM and rearrange the list of architectures
a bit.

Revision 1.146: download - view: text, markup, annotated - select for diffs
Tue May 9 07:30:29 2006 UTC (5 years, 9 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -2 lines
Add a workaround to notify to browsers reloading newer
layout.css file.

This hack will be removed later.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Sun May 7 15:20:01 2006 UTC (5 years, 9 months ago) by simon
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2 lines
Don't show $FreeBSD$ of index.xsl on the front page.

The parts of the front page which change often are not included in this
date so printing $FreeBSD$ doesn't buy us anything, it just gives the
impression that the content on the front page isn't updated as often as
it really is.

Discussed with:		brueffer
Brought to you by:	Crusade to keep front page as clutter free as
			possible

Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Apr 27 10:14:01 2006 UTC (5 years, 9 months ago) by joel
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +3 -3 lines
When linking to "a large team of individuals", point to the section in the
contributors article which actually lists all current FreeBSD Developers.

No objections:  simon, brueffer, trhodes

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Feb 14 19:19:10 2006 UTC (5 years, 11 months ago) by ceri
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +8 -2 lines
Allow for two simultaneous releases undergoing the pre-release process,
and use it for 5.5 and 6.1.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon Feb 6 19:43:18 2006 UTC (6 years ago) by jcamou
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +3 -3 lines
Add link to {$base}/releases/ page.

PR:		www/92361
Submmitted by:	Daniel Gerzo <danger@rulez.sk>
Suggested by:	Ken Tom <locals@gmail.com>
Approved by:	trhodes (mentor)

Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Dec 14 21:26:05 2005 UTC (6 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -5 lines
- Remove "Submit Bug" link from Security Advisories box, it does not fit there
  much, and there's already "Report a Bug" link in Shortcuts area.

PR:		www/87144 (inspired by)
Submitted by:	Ivan Voras <ivoras@geri.cc.fer.hr>
Agreed on with:	simon

Revision 1.140: download - view: text, markup, annotated - select for diffs
Sun Dec 11 14:15:55 2005 UTC (6 years, 2 months ago) by delphij
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +3 -3 lines
Consistently use "MIRRORSEL" to make W3C validator happy

Revision 1.139: download - view: text, markup, annotated - select for diffs
Wed Nov 30 19:42:19 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +7 -7 lines
- Don't use space before (R) and TM.
- Convert 3 comments to uppercase, so they better match their recently
  uppercase-converted counterparts (languagenav, frontnewscontent, frontnews).
- Fix 1 comment from FRONTNEWSEVENTS to FRONTEVENTSCONTENT.

PR:		www/89382
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>

Revision 1.138: download - view: text, markup, annotated - select for diffs
Sun Nov 6 17:21:28 2005 UTC (6 years, 3 months ago) by hrs
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +57 -57 lines
Convert a string in the id attribute to the upper case to avoid
confusion.

Rationale: The ISO 8879 (SGML) specification defines this as
case-insensitive and it must always be treated as one in the upper case
when the SGML declaration does not include "NAMECASE GENERAL NO."
On the other hand, in the XML specification (REC-xml-20040204)
it is case-sensitive and no normalization with regard to the case
must not be performed by an XML parser.  We use HTML 4.01 (SGML) DTD
in most of the files in the www tree and convert them into XHTML
1.0 (XML) DTD forcibly by using tidy.  So, as long as we use both
SGML and XML DTD in this way it is better to use upper case only
for the id attribute to avoid the case sensitivity problem.

Revision 1.137: download - view: text, markup, annotated - select for diffs
Wed Oct 12 19:25:12 2005 UTC (6 years, 3 months ago) by murray
Branches: MAIN
CVS tags: EMILYBOYD_REDESIGN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +6 -2 lines
Add ports to the Shortcuts link on the front page.  Our ports web
pages could really use some work as they don't do justice to the ports
collection, but I've been convinced this link is better than none.

Requested by:	dozens

Revision 1.136: download - view: text, markup, annotated - select for diffs
Sun Oct 9 16:14:38 2005 UTC (6 years, 4 months ago) by ceri
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +3 -3 lines
Third time's the charm: finally get the "upcoming release" stuff right.

It looks like anchor references are case-sensitive (pretty obvious with
hindsight), so match the case here and in where.sgml.

Pointed out by:	Pawel Worach on www@

Revision 1.135: download - view: text, markup, annotated - select for diffs
Sat Oct 8 09:26:48 2005 UTC (6 years, 4 months ago) by ceri
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +4 -4 lines
Swap the beta.testing variable and test for ones that actually work.

Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Oct 7 14:15:48 2005 UTC (6 years, 4 months ago) by ceri
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +8 -2 lines
Add a link for upcoming releases that we want tested.

New test "releases" should have their version numbers bumped in
share/sgml/includes.release.*, and the whole thing is easily
turn-off-and-on-able via knobs in the same files.

Discussed with:	re (scottl)

Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Oct 7 02:51:55 2005 UTC (6 years, 4 months ago) by murray
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +5 -5 lines
Add the Handbook to the shortcuts list on the front page so users
don't first have to click through the 'Documentation' second level
page.

Make room for it by removing the link to the platforms page, which is
already linked to from another part of the front page.

Requested by:	several on -www

Revision 1.132: download - view: text, markup, annotated - select for diffs
Thu Oct 6 20:48:11 2005 UTC (6 years, 4 months ago) by ceri
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +3 -3 lines
"Gallery" as a keyword is pretty meaningless and we don't have one any
more; remove it from the META keywords and add "Ports" instead, which we
do have (and which are a major plus for the project).

Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Oct 6 19:37:11 2005 UTC (6 years, 4 months ago) by blackend
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -2 lines
Add Go button to mirrors site selection box

PR:		www/87007
Submitted by:	Daniel Gerzo <danger@rulez.sk>

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Oct 6 19:27:36 2005 UTC (6 years, 4 months ago) by ceri
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +3 -3 lines
Introduce a new entity, cgibase, which points at where our CGI scripts
can be found, i.e., http://www.FreeBSD.org/cgi at the moment.

This allows for easier pre-commit testing of CGI scripts, and avoids
SNAFUs with an incorrect URL being committed, as has happened a couple
of times recently.

en/ should be fully converted with this commit; other languages need to
be updated, but are in mid merge molasses at present so I have not
touched them.

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Oct 5 21:46:34 2005 UTC (6 years, 4 months ago) by delphij
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +3 -3 lines
Use "Security Advisores RSS Feed" instead of "News RSS Feed" for SA
RSS Feed.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Oct 4 05:57:25 2005 UTC (6 years, 4 months ago) by murray
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +239 -330 lines
MFP4: Add new front page, includes file, and second level developers
page from Emily Boyd's new redesign.

Submitted by:	Emily Boyd <soc-emily@freebsd.org>
Sponsored by:   Google Summer of Code 2005

Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat Feb 19 15:36:43 2005 UTC (6 years, 11 months ago) by simon
Branches: MAIN
CVS tags: PRE_REDESIGN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +4 -4 lines
Add trademark symbols for Athlon, Opteron, and Pentium.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Sun Feb 13 17:38:48 2005 UTC (6 years, 11 months ago) by hrs
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +5 -2 lines
Add a link to the snapshot page.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sun Jan 2 12:37:49 2005 UTC (7 years, 1 month ago) by ceri
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -13 lines
Remove the "Download" link due to this implementation's unpopularity.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Jan 1 21:15:08 2005 UTC (7 years, 1 month ago) by ceri
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +13 -2 lines
Add a really big link that says "Download", along with some smaller ones
for each platform.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat Jan 1 12:01:53 2005 UTC (7 years, 1 month ago) by simon
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +3 -3 lines
Bump copyright year to 2005.

Happy New Year for everybody :-).

Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu Dec 30 17:53:43 2004 UTC (7 years, 1 month ago) by hrs
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +8 -4 lines
Implement templates for selectively picking up the latest
news items and putting them into the localized web pages.
If the translation is available it will be used, otherwise
the original (English) version of the news item will be used.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Dec 30 14:54:39 2004 UTC (7 years, 1 month ago) by ceri
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +4 -4 lines
Clarify the FreeBSD Foundation's postal address.

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Dec 23 22:29:28 2004 UTC (7 years, 1 month ago) by murray
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -9 lines
Remove the Silicon Breeze note at the bottom under contributing to
FreeBSD.  I can't reach the website right now, and Greg hasn't been
able to reach the guy making these statues.  Last I heard no money was
ever received by the foundation from them in any case.

Discussed with:	grog

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sat Dec 18 12:36:30 2004 UTC (7 years, 1 month ago) by ceri
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +4 -4 lines
Use $base in the URL for favicon.ico.

Revision 1.118: download - view: text, markup, annotated - select for diffs
Sat Dec 18 12:35:25 2004 UTC (7 years, 1 month ago) by ceri
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +14 -30 lines
Take initial steps towards having the frontpage make proper use of CSS.

No objections:	doc,www

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Nov 10 04:55:46 2004 UTC (7 years, 3 months ago) by hrs
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -3 lines
Mark 4.10R as "legacy" production release.

Discussed on:	re@

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Nov 6 21:59:50 2004 UTC (7 years, 3 months ago) by simon
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +5 -5 lines
Update for 5.3-RELEASE.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Sat Nov 6 17:58:08 2004 UTC (7 years, 3 months ago) by simon
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +141 -142 lines
Whilespace and markup cleanup, since it has been bugging me each time
I have touched this file.

While I'm here, remove a now redundant comment.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Thu Nov 4 18:22:53 2004 UTC (7 years, 3 months ago) by ceri
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +4 -2 lines
Add the FreeBSD Gnome Project's RSS feed to the Live Bookmarks thing.

Submitted by:	Todd Ross <Todd_Ross at mgic dot com>

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Oct 19 17:24:30 2004 UTC (7 years, 3 months ago) by ceri
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +6 -2 lines
Allow "Live Bookmarks" to work with the RSS feeds.

Magic provided by:	Todd Ross <Todd_Ross@mgic.com>

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Oct 1 18:38:44 2004 UTC (7 years, 4 months ago) by ceri
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +4 -4 lines
Introduce the words "download" and "purchase" to the front page.

More and more (potential) users have been complaining that they cannot
find this information on the frontpage.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Sep 24 17:05:59 2004 UTC (7 years, 4 months ago) by imp
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +4 -3 lines
Core objects to removal of references to Intel EM64T here.  Core
believes it is in the best interest of the FreeBSD project and
community to have them listed in these places.  This is tweaked
language from hrs@'s original commit, but also adds Pentium and Athlon
to the list of x86 platforms because they are the most popular.

Approved by: hrs, obrien, core

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Sep 23 17:02:11 2004 UTC (7 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +3 -3 lines
Use more consistent wording.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Sep 21 17:31:46 2004 UTC (7 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +4 -4 lines
Reword the AMD64 entry with feedback from jhb and keramida.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Sep 20 19:34:41 2004 UTC (7 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +3 -3 lines
Use consistent wording.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun Sep 12 19:28:14 2004 UTC (7 years, 4 months ago) by hrs
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +4 -3 lines
- FreeBSD/amd64 supports Intel EM64T as well.
- Add FreeBSD/pc98 into the top page because it is one
  of the Tier-1 platforms.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Aug 30 18:33:11 2004 UTC (7 years, 5 months ago) by ceri
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +3 -3 lines
Fill in a value for an empty alt attribute.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Jun 27 19:18:00 2004 UTC (7 years, 7 months ago) by simon
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +5 -7 lines
Make the "right box" a bit less cluttered:

- Removing the announcement links for the 5.X and the 4.X releases.
- Point the title link for the 5.X release to the
  announcement, as it is already the case for the 4.X release.
- Only show the 5 first items from the project news and the press
  sections.

Reviewed by:	hrs

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Jun 27 06:22:31 2004 UTC (7 years, 7 months ago) by hrs
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +24 -2 lines
Add notices.xml for Errata Notices and a new section
for them on the top page.

Based on work by:	kensmith

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Jun 12 23:29:40 2004 UTC (7 years, 7 months ago) by dwmalone
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +8 -2 lines
Add a comment to aid the collection of certain canned meat products.
(Justin provided the HTML and Hiten translated it into xml for me.)

Reviewed by:	hmp
Obtained from:	Justin Mason

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri May 28 12:41:16 2004 UTC (7 years, 8 months ago) by simon
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +4 -2 lines
Add a space between the titles and "(RSS)".

PR:		www/67208
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed May 26 04:29:00 2004 UTC (7 years, 8 months ago) by hrs
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +4 -4 lines
Add a link to advisories.rdf.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Apr 26 18:35:55 2004 UTC (7 years, 9 months ago) by simon
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +3 -5 lines
Remove references to the, now deleted, gallery.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Apr 15 21:26:43 2004 UTC (7 years, 9 months ago) by simon
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3 lines
Link the "Powered by FreeBSD" logo to the Art page instead of the BSD
Daemon page.

Suggested by:	ceri (more or less)

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Apr 8 19:11:49 2004 UTC (7 years, 10 months ago) by ceri
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +4 -3 lines
Add links to news.rdf.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Apr 6 00:01:38 2004 UTC (7 years, 10 months ago) by phantom
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +4 -2 lines
Display Installation Notes link also

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Mar 9 22:27:52 2004 UTC (7 years, 11 months ago) by simon
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3 lines
Add a href link to the FreeBSDFoundation.

Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Feb 15 18:53:41 2004 UTC (7 years, 11 months ago) by wilko
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3 lines
s/DEC Alpha/Alpha/ to be in line with the rest of the listed platforms.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Sun Feb 15 18:42:48 2004 UTC (7 years, 11 months ago) by wilko
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +3 -3 lines
A pair of floppies -> a couple of floppies.

A pair equals 2 and 2 floppies are not sufficient anymore.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sun Feb 1 00:02:58 2004 UTC (8 years ago) by josef
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +7 -102 lines
Remove plain html navigation and replace it with xml/xslt based navigation
So navigation is now maintained through navigation.xml.
This makes adding links very simple now.

Approved by:    simon(mentor)
	        trhodes

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Jan 8 00:42:58 2004 UTC (8 years, 1 month ago) by stephane
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -3 lines
The french translation of the web site is now built on the master server,
so use a local URL for the french language.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Jan 2 14:07:33 2004 UTC (8 years, 1 month ago) by blackend
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3 lines
Some changes were done in 2004, so let's update the Copyright to
1995-2004.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Dec 9 01:30:18 2003 UTC (8 years, 2 months ago) by marcel
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -3 lines
In the platforms list, update the link to the ia64 project pages. The
ia64 project pages live under the ia64 subdirectory, with index.html
the main page. The link was pointing to the old page, which tells you
to update your bookmark. While here, spell IA64 as IA-64. This is
consistent with the spelling in the "What is FreeBSD?" paragraph and
also with the spelling in the project pages.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Dec 8 19:20:10 2003 UTC (8 years, 2 months ago) by simon
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3 lines
Add AMD64 to the list of supported architectures in the main text
since it's now Tier 1.

PR:		www/59579
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Dec 8 17:12:55 2003 UTC (8 years, 2 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -3 lines
Use 'Sparc64' in place of just 'Sparc'.

Suggested by:	bmah

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Dec 8 16:38:22 2003 UTC (8 years, 2 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -17 lines
Ooops.  Last commit brought in local modifications which should not have been
applied.  Revert to rev 1.85 and do what 1.86 claimed to do.

Pointy hat:	trhodes

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Dec 8 16:30:48 2003 UTC (8 years, 2 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +19 -5 lines
Shorten the headline by removing 'Supported:'.

PR:		59994
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Dec 6 07:39:32 2003 UTC (8 years, 2 months ago) by hrs
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +36 -55 lines
- Add news/news.xml dependency to index.html.

- Add several templates for index.xsl into includes.misc.xsl.

- The structure of mirrors.xml has been changed; <host> is
  a container of <name> and <url> now.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Dec 2 20:12:28 2003 UTC (8 years, 2 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +67 -44 lines
Make a few small modifications to the front page.  This will make finding
information a bit easier for users and remove a few redundant links.

Discussed on:	-doc

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Nov 24 18:26:33 2003 UTC (8 years, 2 months ago) by hrs
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +9 -47 lines
Add refinements on mirrors.xml:

 - add doc.common.mk, which defines variables, targets, and
   dependencies commonly used in www/ and doc/.

 - move www/<lang>/includes.xsl to the language independent
   directory and split into several files.

 - add transtable*.xsl and transtable.xml to support localized
   mirror names.

 - make doc/{en_US.ISO8859-1,ja_JP.eucJP}/books/handbook/ use
   mirrors.xml (mirrors and eresources).

 - make www/{en,ja}/index.xsl use mirrors.xml.

For details, please see doc/share/sgml/README.mirrors for the moment.

Reviewed by:	simon and Alex Dupre <sysadmin@alexdupre.com>

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Nov 17 06:28:19 2003 UTC (8 years, 2 months ago) by hrs
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +33 -21 lines
- Use mirrors.xml in ja_JP.eucJP.  To translate country names, transtable.xsl
  is used.

- Add transtable support to doc/share/sgml/mirrors.xsl.

- Some whitespace cleanups.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Nov 16 18:56:24 2003 UTC (8 years, 2 months ago) by hrs
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +31 -102 lines
Move lists of FreeBSD mirror sites to doc/share/sgml/mirrors.xml
(currently en_US.ISO8859-1/books/handbook/mirrors and
www/en/index.xsl use it).

Reviewed by:	simon
Discussed on:	-doc

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Oct 28 16:15:52 2003 UTC (8 years, 3 months ago) by simon
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +15 -7 lines
index.xsl:
- Change the list of links to translated versions of the FreeBSD
  webpages to include all lanuages and to use ISO 639-2 codes
  istead of complete language names.

support.sgml:
- Remove the partial website mirror list and replace it with links to a
  list of non-English resources (which was also part of the old
  "mirror" list).
- Note in the text, that links to the translated webpages can be found
  on the front page, to avoid duplicating the list multiple places.

Reviewed by:	silence on -www (earlier version)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Oct 17 16:51:08 2003 UTC (8 years, 3 months ago) by ceri
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
Correct some spelling and grammatical errors.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Oct 12 17:24:21 2003 UTC (8 years, 4 months ago) by simon
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -2 lines
Add an event section to the website.

This is meant both as a way to get an overview of upcoming FreeBSD
related events, and as a way to structure links to pages with
information / pictures / etc. from past events.

The page automatically determines which events are upcoming and which
are past, by comparing the event dates with the current date.

Discussed on:		-www
Inspired by PR:		www/53674
Which was submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>

Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Sep 18 21:43:28 2003 UTC (8 years, 4 months ago) by brueffer
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -3 lines
Back out rev. 1.58

It was incorrect

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Sep 1 18:54:27 2003 UTC (8 years, 5 months ago) by kensmith
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -3 lines
Adjustments to Portugal WWW mirror sites.

Approved by:	blackend (mentor)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Aug 18 16:45:29 2003 UTC (8 years, 5 months ago) by kensmith
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -4 lines
Remove redundant Korean WWW mirror, add in new Kuwait WWW mirror, and
fix a contraction I noticed in the main text.

Approved by:	blackend@freebsd.org (mentor)

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Aug 16 13:31:49 2003 UTC (8 years, 5 months ago) by kensmith
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -3 lines
Changing USA/1 WWW mirror site.

Approved by:	blackend (mentor)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Aug 6 22:05:56 2003 UTC (8 years, 6 months ago) by simon
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -5 lines
o Remove the note on index.xsl stating when the web page is rebuilt
  because:

  - It's incorrect (and probably has been for ages).
  - Not very interesting for most people.
  - Removing it makes the index page a bit less cluttered.
  - The pages are not updated that often that people will be waiting
    for a change to occur.
  - Mirror sites probably don't update that often (the hubs
    article recommends daily updates for www/).

o Update the current rebuild schedule for www.FreeBSD.org on
  internal/about.sgml to reflect current reality. [1]

Supplied by:	kuriyama [1]
Approved by:	ceri (mentor)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Aug 5 03:33:43 2003 UTC (8 years, 6 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +6 -4 lines
Updates to the WWW Mirror list.

PR:		www/54980
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Jul 28 17:48:01 2003 UTC (8 years, 6 months ago) by ceri
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +6 -6 lines
Correct some typos I made in revision 1.70.

Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Jul 27 16:19:17 2003 UTC (8 years, 6 months ago) by ceri
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +20 -32 lines
Mass update to the list of mirror sites.

PR:		www/54914
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Jul 22 17:00:48 2003 UTC (8 years, 6 months ago) by simon
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
Acknowledge that UltraSPARC is a registered trademark.

Approved by:	ceri (mentor)

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Jul 18 08:12:08 2003 UTC (8 years, 6 months ago) by blackend
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -2 lines
Add a new WWW mirror: http://www.FreeBSD.gr/

PR:		docs/54599
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Jul 17 23:22:04 2003 UTC (8 years, 6 months ago) by seanc
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -2 lines
Apply the same favicon.ico treatment to the homepage that was given to the
rest of the site.

Inspired by:	Dan Langille <dan@langille.org> via PR www/54598

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Jun 28 18:21:45 2003 UTC (8 years, 7 months ago) by rushani
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -2 lines
Add a link to manual pages in ``Documentation'' section. [1]
Because of web mirror sites most likely does not have man.cgi working,
specify its link as http://www.FreeBSD.org/cgi/man.cgi, directly. [2]

Submitted by:	Rostislav Krasny <rosti_bsd@yahoo.com> [1]
		Simon L. Nielsen <simon@nitro.dk> [2]

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Jun 22 22:04:41 2003 UTC (8 years, 7 months ago) by murray
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3 lines
s/BSD UNIX/BSD/, to avoid using the word 'UNIX' twice in a sentence,
and to be more sensitive to trademark and USL lawsuit issues.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Jun 22 18:45:50 2003 UTC (8 years, 7 months ago) by murray
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
Change the copyright link to a broader 'Legal' link, as is common with
other websites.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jun 18 23:23:40 2003 UTC (8 years, 7 months ago) by murray
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -4 lines
No need to define our own Unix entity here, use the global def from
the include file.  Also note that MS-DOS is a trademark.

Submitted by:	"Simon L. Nielsen" <simon@nitro.dk>

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Jun 17 20:31:36 2003 UTC (8 years, 7 months ago) by murray
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
Oops.  Use the registered trademark glyph (R), not just superscript
TM.  My other changes correctly designated the registered trademark.

Reminded by:	imp

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Jun 17 19:53:03 2003 UTC (8 years, 7 months ago) by murray
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +8 -5 lines
Use a properly rendered copyright symbol instead of just (c) in ASCII.
Add "TM" in superscript following the first two occurrences to UNIX on
this page.

Requested by:	The Open Group

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jun 9 17:05:25 2003 UTC (8 years, 8 months ago) by bmah
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3 lines
Re-enable links to the 5.1-RELEASE announcement.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jun 9 13:18:29 2003 UTC (8 years, 8 months ago) by bmah
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
5.1 release announcement is imminent, so make the following updates
to the Web site:

1.  Show 5.1 (June 2003) as the latest 5.X release.

2.  Temporarily remove links to the latest 5.X release announcement.
When the 5.1 announcement goes out, we'll HTML-ify it, add it to the
Web site, and put the links back.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue May 13 08:16:51 2003 UTC (8 years, 9 months ago) by brueffer
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
Grammar fix

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Apr 29 15:01:35 2003 UTC (8 years, 9 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
Add back the www2.ca.FreeBSD.org mirror.

PR:		51526
Submitted by:	Jim Brown <jpb@sixshooter.v6.thrupoint.net>

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Mar 20 00:10:51 2003 UTC (8 years, 10 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +7 -6 lines
Add a website for the Italian readers.

Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Mar 11 14:41:54 2003 UTC (8 years, 11 months ago) by wosch
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
Consistent style for IPv6 sites: 6Bone(IPv6), Japan -> IPv6 (6Bone) Japan

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Mar 11 14:36:29 2003 UTC (8 years, 11 months ago) by wosch
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -3 lines
Remove Portugal/3 mirror, out of date since January 1999!

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:59:21 2003 UTC (8 years, 11 months ago) by wosch
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
Cosmetic change to last commit: freebsd.org -> FreeBSD.org

Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Feb 19 11:03:47 2003 UTC (8 years, 11 months ago) by wosch
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
New hostname for IPv6 Germany mirror (same as Germany/3).

Submitted by: Falko Dressler <fd@bsd.rrze.uni-erlangen.de>

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Feb 14 10:27:02 2003 UTC (8 years, 11 months ago) by alex
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +26 -2 lines
List the security advisories on the mainpage.  Security nowadays _is_
a serious issue, and we should give admins full support in this area.
Exploited systems only throw a back light back to us.

I posted this to doc@ a months ago or so (no response), and then
discussed it a little later in a different thread on cvs-www with other
people, including the security-officer, who showed support for it.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Feb 11 11:34:08 2003 UTC (9 years ago) by brueffer
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
www.ar.freebsd.org is located in Argentina, not Armenia

Submitted by:		Pablo Carboni <gervi@ciudad.com.ar>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Feb 10 06:00:02 2003 UTC (9 years ago) by trhodes
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Fix the spelling of 'Liason'.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Feb 7 21:48:38 2003 UTC (9 years ago) by keramida
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -4 lines
www.sg.FreeBSD.org is not a freebsd www-mirror.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jan 21 17:33:57 2003 UTC (9 years ago) by ceri
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
5.0 is out, so update the list of platforms that FreeBSD runs on.

Reviewed by:	bmah, murray

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Jan 19 16:11:24 2003 UTC (9 years ago) by bmah
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +14 -4 lines
Add support in the Web site for the concept of two releases that may
both be considered "current".

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jan 16 22:14:41 2003 UTC (9 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
Use method="get" rather than "GET" to pass validator.

Submitted by:	Hanno Boeck <hanno@gmx.de>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jan 3 19:11:56 2003 UTC (9 years, 1 month ago) by trhodes
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +10 -3 lines
Link the donations site to our home page.

Discussed with:	mwlucas

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jan 1 19:23:22 2003 UTC (9 years, 1 month ago) by ceri
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
Copyright update for 2003.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Dec 16 21:10:22 2002 UTC (9 years, 1 month ago) by keramida
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -4 lines
Delete references to mirrors in Israel.  They no longer function as
FreeBSD mirrors and mailing hostmaster@il.freebsd.org timed out.

Submitted by:   Yonatan Bokovza <Yonatan@xpert.com>

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Dec 15 17:31:31 2002 UTC (9 years, 1 month ago) by jesper
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2 lines
Add IPv6 Denmark aka www.dk.FreeBSD.org

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Dec 10 18:19:03 2002 UTC (9 years, 2 months ago) by keramida
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
The Malaysia mirror of the web site seems to have disappeared.

Submitted by:	Swee-Chuan Khoo <Swee-Chuan.Khoo@Sun.COM>
		in freebsd-doc <3DF54ABE.8708C23E@Sun.COM>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Nov 18 19:38:10 2002 UTC (9 years, 2 months ago) by will
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2 lines
Add IPv6 Austria (http://www2.at.FreeBSD.org/).

Submitted by:	Lukas Ertl <l.ertl@univie.ac.at>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Nov 4 15:05:09 2002 UTC (9 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +63 -18 lines
Update the list of WWW mirrors on the front page to reflect
the current situation.

Reviewed by:    -doc, -hubs
Approved by:    silence on -doc, -hubs

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Sep 22 08:43:47 2002 UTC (9 years, 4 months ago) by wosch
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -2 lines
Added IPv6 Germany (bsd.ipv6.uni-erlangen.de).

Note: the hostname bsd.ipv6.uni-erlangen.de has only a IPv6 address.
It is the same maschine as www2.de.freebsd.org aka
freebsd.rrze.uni-erlangen.de.

Submitted by: Falko Dressler <fd@bsd.rrze.uni-erlangen.de>

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Sep 21 01:56:29 2002 UTC (9 years, 4 months ago) by keramida
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Update URL of the Taiwan mirror.

Submitted by:	ijliao

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 20 16:08:40 2002 UTC (9 years, 4 months ago) by keramida
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -2 lines
Add two more Romanian mirrors of the web pages.
Partially,

Submitted by:	Adrian Penisoara <ady@rofug.ro>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Aug 31 21:23:55 2002 UTC (9 years, 5 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
s/Compaq/DEC/

Requested by:	obrien

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 27 15:12:40 2002 UTC (9 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Informational fix: s/Intel IA32/x86/ on the front page.

The x86 platform is not only Intel.  Not only Intel contributed to what
the architure and platform has become.  Therefore don't refer to it as
an Intel-only thing.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Aug 27 00:08:20 2002 UTC (9 years, 5 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
s/variety/number to close an old PR

PR:	32578

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Aug 26 22:45:20 2002 UTC (9 years, 5 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Informational fix: s/DEC Alpha/Compaq Alpha/ on the front page.  DEC sold
to Compaq a good while ago.

PR:	41471

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Aug 23 08:27:18 2002 UTC (9 years, 5 months ago) by blackend
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2 lines
Add http://www.freebsd.org.ph to the list of Web mirrors.

Submitted by:	ceri

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jul 22 18:32:05 2002 UTC (9 years, 6 months ago) by wosch
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
add www2.no.FreeBSD.org again.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jul 21 16:52:58 2002 UTC (9 years, 6 months ago) by wosch
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
remove www2.no.freebsd.org (ipv6) mirror, This mirror is not
functioning properly. All of the /doc/ gives a 404 error.

Submitted by: Morten Rodal <morten@rodal.no>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jun 29 12:48:50 2002 UTC (9 years, 7 months ago) by nik
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Update the Handbook path.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jun 28 21:08:07 2002 UTC (9 years, 7 months ago) by nik
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
Use the longer links to the FAQ and Handbook, so people won't normally
see the redirection pages that have been set up.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jun 12 18:12:57 2002 UTC (9 years, 8 months ago) by nik
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +11 -3 lines
Promote "Bug Reports" to being a top level category in the left hand
navigation bar, to make it more obvious.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 7 17:46:40 2002 UTC (9 years, 8 months ago) by schweikh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Add DVD-ROM to the list of possible install media.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 15 01:43:07 2002 UTC (9 years, 8 months ago) by dannyboy
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -6 lines
Silicon Breeze is singular, and has a new URL for the daemon
statuettes.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 9 12:53:38 2002 UTC (9 years, 9 months ago) by ceri
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Add a new mirror in San Marino.

Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 12 13:15:16 2002 UTC (9 years, 11 months ago) by murray
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
Link to release engineering section of the web site from the
'Development' area of the left side navigation bar.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 9 19:51:16 2002 UTC (9 years, 11 months ago) by wosch
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -3 lines
Added  www2.no.freebsd.org mirror. The maschine support IPv4 and IPv6.

Submitted by: Feico Dillema <feico@pasta.cs.uit.no>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 9 18:15:15 2002 UTC (10 years, 1 month ago) by phantom
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Copyright++

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Dec 24 23:21:22 2001 UTC (10 years, 1 month ago) by kuriyama
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
Add Lithuanian mirror.

Submitted by:	Domas Mituzas <midom@axis.tdd.lt>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Dec 3 01:21:29 2001 UTC (10 years, 2 months ago) by will
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -7 lines
Reword one paragraph slightly and fix minor grammar errors.

Reviewed by:	jhb

Revision 1.8.2.1
Tue Nov 27 21:39:49 2001 UTC (10 years, 2 months ago) by nik
Branches: XML_XSL_XP
FILE REMOVED
Changes since revision 1.8: +2 -2 lines
This has been supplanted by index.page.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 5 02:31:58 2001 UTC (10 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -6 lines
Fix bogus image links (whoops!)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 5 01:51:01 2001 UTC (10 years, 3 months ago) by dd
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Fix syntax errors: quote arguments and end tags.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Nov 4 21:14:10 2001 UTC (10 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +21 -2 lines
Add contributing entries for the FreeBSD Foundation and Silicon Breeze,
which is contributing 15% of its profits from Daemon Statuettes to it.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 1 17:23:08 2001 UTC (10 years, 3 months ago) by phantom
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
add Iceland mirror to mirrors menu

Submitted by:	Olafur Osvaldsson <oli@isnic.is>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 21 23:21:26 2001 UTC (10 years, 3 months ago) by bmah
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2 lines
Commit the hardware notes for 4.4-RELEASE to the Web tree, with
appropriate infrastructure changes and pointers from the appropriate
places.  (With RELNOTESng, the hardware notes are no longer duplicated
in the release notes; they're a separate document.)

Suggested by:	Jed Clear <clear@alum.mit.edu>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 20 04:39:51 2001 UTC (10 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -26 lines
Stop screaming about the telnet exploit. It's been long enough.

Noticed by:	murray

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 18 01:30:38 2001 UTC (10 years, 3 months ago) by grog
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -4 lines
Don't claim that FreeBSD is UNIX.

Requested by: Morag Nunn <m.nunn@opengroup.org>

Clarify which Intel platform we support.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 17 09:00:57 2001 UTC (10 years, 3 months ago) by murray
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -4 lines
The list of contributors is now a separate article.  Point to the
article rather than relying on the fact that an old copy of staff.html
still lives in the handbook directory on freefall.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 8 07:03:38 2001 UTC (10 years, 4 months ago) by murray
Branches: MAIN
CVS tags: XML_XSL_XP_BP
Branch point for: XML_XSL_XP
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Update link to point to "Contributing to FreeBSD" article.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 20 22:32:33 2001 UTC (10 years, 4 months ago) by chris
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +19 -2 lines
Include a "Latest update" line with, in the case of "Project News", the
month, day and year of the newest story, and in the case of "FreeBSD Press",
the month and year.

Reviewed by:	nik

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 23 14:03:49 2001 UTC (10 years, 5 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Add Belgian mirror.

Submitted by:	Cedric Gavage <cedric.gavage@unixtech.be>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Aug 10 10:36:18 2001 UTC (10 years, 6 months ago) by nik
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +38 -22 lines
Show the 10 most recent news items, not the 20 most recent.

Start showing the 10 most recent items from "FreeBSD in the Press" as well.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 8 10:07:20 2001 UTC (10 years, 6 months ago) by nik
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
Set the public doctype to HTML 4.01, for HTML validators.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 7 21:30:28 2001 UTC (10 years, 6 months ago) by jim
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
Fix the border around the yellow box on the left to be the same size as
the one on the right.  While I'm here, remove the comment about the red
strip since the red strip no longer exists.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 7 15:53:57 2001 UTC (10 years, 6 months ago) by nik
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +172 -154 lines
Rework the home page design.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 6 07:04:31 2001 UTC (10 years, 6 months ago) by nik
Branches: MAIN
XSL equivalent to the current index.sgml.

In addition, it knows how to parse entries in news/news.xml, and can include
the last four news entries, with links, on the main page.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options