Commit graph

16476 commits

Author SHA1 Message Date
Raphael Kubo da Costa
fde6479ee3 Add my entity to the developers list.
Approved by:	avilla
2011-08-28 17:59:58 +00:00
Rene Ladan
e444cd27ec MFen the Dutch website:
- Makefile	1.147 -> 1.148
- index.xsl	1.172 -> 1.174
- share/sgml/header.l10n.ent	1.16 -> 1.17
- share/sgml/navibar.l10n.ent 	1.33 -> 1.34
- privacy.sgml -> 1.1
2011-08-28 13:29:22 +00:00
Ryusuke SUZUKI
cda2f3ae63 o Fix a broken link.
o Add single space where appropriate.
2011-08-27 10:45:43 +00:00
Ryusuke SUZUKI
7330389fb1 Merge the following from the English version:
1.173 -> 1.174	www/ja/index.xsl
2011-08-26 23:29:45 +00:00
Simon L. B. Nielsen
af2152ff6d Use shorter names for releases on the front page to prevent line
wrapping.

No objections:	-www
Reviewed by:	gab, remko, jkois (in principal)
2011-08-26 17:00:45 +00:00
Robert Watson
fc543f59f4 Add link to the zrouter project -- FreeBSD/mips router firmware build
environment.
2011-08-26 08:25:48 +00:00
Robert Watson
099cd0684c Do a refresh on the FreeBSD/mips web page. The most critical change is a
link to the wiki MIPS page, which contains useful information on getting
started.

Discussed with:	imp
2011-08-25 22:16:57 +00:00
Ryusuke SUZUKI
846a76024a Merge the following from the English version:
1.95 -> 1.96	www/ja/search/web.atoz
	1.389 -> 1.390	www/ja/share/sgml/news.xml
2011-08-24 16:36:30 +00:00
Johann Kois
75703cd7f6 The FreeBSD Foundation has published their first "semi-annual newsletter" for 2011.
Inital patch provided by:       ryusuke@
2011-08-24 13:52:32 +00:00
Ryusuke SUZUKI
6bc06f0ff7 Delete dead entries ("BSD News" and "Daemon News"). 2011-08-22 16:42:02 +00:00
Wolfram Schneider
1ca9f5d420 configure architectures for NetBSD and OpenBSD 2011-08-21 12:35:12 +00:00
Wolfram Schneider
067bcb25fb display user selected Architecture on result page 2011-08-21 12:20:31 +00:00
Glen Barber
9c24e1fdb8 Mostly minor tweaks to google.js:
o Add security/svnweb to regex
o Reorder regex alphabetically
o Add 'freebsd.org' domain name to the GA array
o Add one-line sample code if we ever need/want to track non-FreeBSD.org
  sites
o Add 'page load time' to the GA array
o While here, add more useful comments to the 'custom var' array

Submitted by:		eadler (mostly, original version)
2011-08-20 23:47:06 +00:00
Wolfram Schneider
9c1e2ed82d basic support for specific architectures and machine types pages (i386, arm, etc.) 2011-08-20 20:25:00 +00:00
Wolfram Schneider
0c4967ca65 indent 2011-08-20 20:22:59 +00:00
Mark Linimon
e47666362f Reword the timeout policies to be more readable [1]. While here, add
a bit about the GNATS autoassigner.

Suggested by:	swills, gjb [1]
2011-08-20 18:35:40 +00:00
Ryusuke SUZUKI
d9f645645b Merge the following from the English version:
1.52 -> 1.53	www/ja/news/news.sgml
2011-08-18 15:06:05 +00:00
Ryusuke SUZUKI
ed053ab6cf o Fix mistranslation.
o Rewrap line.
2011-08-18 14:14:39 +00:00
Glen Barber
e1177ba9ce Remove stale URLs.
Spotted by:		ryusuke
2011-08-18 13:42:55 +00:00
Ryusuke SUZUKI
81f04f5279 Merge the following from the English version:
1.388 -> 1.389	www/ja/share/sgml/news.xml
2011-08-18 09:54:41 +00:00
Eitan Adler
2316043f1c - Add myself to developers.sgml
- Add news entry

Approved by:    sahil (mentor)
2011-08-18 04:24:11 +00:00
Glen Barber
0dc9d78394 Remove outdated links:
- http://www.daemonnews.org/ - seems to be no longer FreeBSD related;
  additionally, provides URLs to questionable content

- http://bsdfreak.org/ - no updates since May 2010

Submitted by:		Alec Berry (alec % witopia!net) (via docs@)
2011-08-18 01:10:39 +00:00
Glen Barber
72b2954981 Add the 'docs' subdomain to the regex list. 2011-08-17 21:40:30 +00:00
Johann Kois
b7350bd66a PR: www/159290
Add "FreeBSD Spain", the first usergroup from Spain.

Requested by:   gobledb ett gmail dott com
2011-08-17 15:05:49 +00:00
Glen Barber
5f4df6f787 Add a missing </script> tag. 2011-08-17 14:18:39 +00:00
Glen Barber
cba5de5c7c Remove trailing "/(.*)?" from regex check - document.location.host only
returns the hostname, not trailing page information.

With input from:	simon
2011-08-17 13:58:23 +00:00
Glen Barber
7ac36b27cf Fix regular expression testing for 'freebsd.org' domain [1]
Don't look for plain 'freebsd.org'

Pointy hat to:		gjb [1]
Pointed out by:		simon [2]
2011-08-17 13:21:14 +00:00
Ryusuke SUZUKI
71d3293359 Merge the following from the English version:
1.27 -> 1.28	www/ja/platforms/ppc.sgml
2011-08-17 10:02:41 +00:00
Ryusuke SUZUKI
8cf82e1961 Update broken links to "Power PC chip documentation" [1] and PowerPC wiki page.
Reported by: Steve Dasey <steve.dasey _at_ virgin dot net> [1] (via freebsd-doc)
Reviewed by: grehan
2011-08-17 08:53:52 +00:00
Glen Barber
04e8aed0fa Fix (again) the logic to test if the hosting domain is a FreeBSD.org
domain and not a mirror by adding some regex to the javascript.
2011-08-17 03:20:07 +00:00
Glen Barber
a2c689ab4d Pull in Google Analytics code to the cgi pages.
Noticed by:	gavin
2011-08-17 00:30:05 +00:00
Glen Barber
49fd6cb456 Check that the hosting domain is actually a FreeBSD.org domain, so
we don't accidentally obtain data from mirrors.

Submitted by:		eadler (via email)
2011-08-16 23:19:35 +00:00
Ryusuke SUZUKI
8b5b159fb2 Merge the following from the English version:
1.5 -> 1.6	www/ja/releases/4.4R/Makefile
	1.4 -> 1.8	www/ja/releases/4.4R/announce.sgml
	1.3 -> 1.5	www/ja/releases/4.4R/notes.sgml
2011-08-16 15:30:24 +00:00
Glen Barber
e6c3ad80c8 Add Google Analytics code to the remaining parts of the www/ tree. 2011-08-15 19:14:53 +00:00
Ryusuke SUZUKI
5b79dc48c2 Merge the following from the English version:
1.172 -> 1.173	www/ja/index.xsl
2011-08-15 09:46:56 +00:00
Glen Barber
5224f14211 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
2011-08-15 00:30:17 +00:00
Konstantin Belousov
5a3e3c0bc1 Announce KyivBSD 2011 2011-08-12 12:16:21 +00:00
Ryusuke SUZUKI
0580d9d171 o &url.doc.base-en; -> &url.doc.base;
o Refine translation.
2011-08-11 15:16:29 +00:00
Ryusuke SUZUKI
352b177526 Translate not-translated words. 2011-08-10 13:03:42 +00:00
Ryusuke SUZUKI
fec6bbf14d Change a link to smp/index.html, to translated page. 2011-08-10 11:42:37 +00:00
Ryusuke SUZUKI
c269eb15f7 Merge the following from the English version:
1.1 -> 1.2	www/ja/releases/4.3R/Makefile
	1.2 -> 1.6	www/ja/releases/4.3R/announce.sgml
	1.18 -> 1.21	www/ja/releases/4.3R/errata.sgml
	1.3 -> 1.6	www/ja/releases/4.3R/notes.sgml
2011-08-10 10:41:26 +00:00
Hiroki Sato
23dace8125 Update DEPENDSET.events to support the split events.xml.
Spotted by:	jkois
2011-08-09 06:32:50 +00:00
Johann Kois
27930293d5 Restore the entry for "bsd_day(2011)".
It went missing during the recent split of "events.xml".

Requested/Noticed by:   pgj@
2011-08-08 12:23:38 +00:00
Rene Ladan
7bbc97892a MFen the Dutch website:
- administration.sgml 1.43 -> 1.44
- where.sgml 1.108 -> 1.111 (includes gjb's fix)
2011-08-07 20:57:59 +00:00
Glen Barber
3962a5b77a Correct the links to the TODO page in the wiki.
Spotted by:	rene
2011-08-07 20:35:28 +00:00
Ryusuke SUZUKI
dbbfeffc6f Merge the following from the English version:
1.1 -> 1.2	www/ja/releases/4.2R/Makefile
	1.2 -> 1.4	www/ja/releases/4.2R/announce.sgml
	1.2 -> 1.4	www/ja/releases/4.2R/errata.sgml
	1.2 -> 1.5	www/ja/releases/4.2R/notes.sgml
2011-08-06 14:14:57 +00:00
Ryusuke SUZUKI
0c4fe490bd Fix broken links. 2011-08-06 13:50:15 +00:00
Johann Kois
ed7f8999cb MFde: Resync the German website
www/de/administration.sgml                      1.43  -> 1.44
www/de/community.xsl                            Fixes only
www/de/where.sgml                               1.108 -> 1.111
www/de/share/sgml/navibar.l10n.ent              1.33  -> 1.34
www/de/share/sgml/news.xml                      1.385 -> 1.388

Obtained from:  The FreeBSD German Documentation Project
2011-08-06 11:36:17 +00:00
Ryusuke SUZUKI
7b8b5ef545 Merge the following from the English version:
1.385 -> 1.388	www/ja/share/sgml/news.xml
2011-08-06 01:54:24 +00:00
Ryusuke SUZUKI
31f775f932 Merge the following from the English version:
1.108 -> 1.111	www/ja/where.sgml
2011-08-06 01:21:47 +00:00