Simon L. B. Nielsen
fc6392e562
Disable Google Analytics for now until we get the FreeBSD Privacy Policy
...
wording fixed to "allow" us to share the IP address etc. with Google.
Dicussed with: core
Submitted by: gjb
2011-08-31 20:00:29 +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
Glen Barber
72b2954981
Add the 'docs' subdomain to the regex list.
2011-08-17 21:40:30 +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
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
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
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
Shaun Amott
f2ea3e0f43
- Elide inline HTML MIME parts when there is a plaintext part available.
...
- Don't display S/MIME signatures [1]; reduce to the attachment link.
- Make the self-referencing-URL removal regex case insensitive.
Suggested by: gavin [1]
2011-07-22 23:38:59 +00:00
Shaun Amott
defc87e9c4
Introducing the 3rd generation PR viewer.
...
This is a significant improvement over the previous version, with more
robust patch handling, better encoding/charset handling, numerous
long-overdue bug fixes and a generally more maintainable codebase.
2011-07-20 22:23:23 +00:00
Simon L. B. Nielsen
d36e14e988
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.
2011-06-12 08:45:47 +00:00
Simon L. B. Nielsen
f294738834
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
2011-06-07 21:33:11 +00:00
Daniel Gerzo
767d46fd8c
- Add a new feature to our top horizontal navigation menu -- a drop down
...
navigation boxes. This is implemented in pure CSS and does not require
javascript, etc.
- Tested with all modern browsers (firefox, opera, safari, chrome, ie7+)
where this feature works w/o problems. IE6 doesn't display drop down
menus but has no regressions against the original implementation.
- The drop down menus probably need some polishing, but for this we need
someone with more design skills ;)
- I believe this will allow our users to navigate through the web site
more efficiently and quickly
- Note that this change should to be ported by our translation teams to
their localized versions of web site. For this reason I am not
removing now deprecated parts of modified style sheets as these need to
be kept until after localized pages will be ported to these new menus;
otherwise they will be rendered pretty badly.
Reviewed by: www@, doc@
2009-07-06 22:09:22 +00:00
Murray Stokely
2b2f298231
Use correct relative path of rss icon.
2008-01-16 02:10:22 +00:00
Murray Stokely
9746635150
Add CSS to display feed links below the left navigation bar on second
...
level pages.
2008-01-15 21:18:19 +00:00
Chin-San Huang
b50d8c77ae
Improve the layout for query-pr.
...
Submitted by: Bjoern A. Zeeb <bzeeb-lists _at_ lists dot zabbadoz dot net>
2007-06-04 04:39:51 +00:00
Simon L. B. Nielsen
6445567abe
Add CSS from/for cvsweb 3.0.6.
2007-03-17 21:29:35 +00:00
Simon L. B. Nielsen
6734cc0b82
Break a long line by using standard doc/www Makefile style.
2007-03-17 15:36:10 +00:00
Shaun Amott
bcf51bb940
Add mime_boundary CSS class.
...
Approved by: simon
2006-12-09 15:48:29 +00:00
Marc Fonvieille
1c0e7dfb77
Put the Foundation link on the top navbar.
...
Requested by: rwatson
Approved by: doceng
2006-12-03 19:44:01 +00:00
Shaun Amott
d121693cf7
Add an extra CSS class for the recent query-pr.cgi addition.
...
Approved by: pav
2006-11-27 17:38:28 +00:00
Shaun Amott
2212fec61a
Introducing the new GNATS web interface.
...
This was written from scratch, and offers numerous enhancements over the
old script; notably:
- Patches are parsed, coloured, uudecoded, and downloadable.
- Cleaner, clearer layout.
- Easier-to-read Audit-Trail.
Reviewed by: freebsd-www (well, I tried...)
Approved by: simon
2006-09-18 21:25:38 +00:00
Ceri Davies
3d58a1a76c
Place a:active definitions after a:hover ones, as per the
...
recommendations at http://www.w3schools.com/css/css_pseudo_classes.asp .
PR: www/97043
Submitted by: Atsushi SUGAWARA
2006-05-09 22:25:53 +00:00
Jun Kuriyama
1c1dd0fe74
Add a workaround to notify to browsers reloading newer
...
layout.css file.
This hack will be removed later.
2006-05-09 07:30:29 +00:00
Jun Kuriyama
82308ccf20
Finally, launch new logo header and resource page.
...
Legal page at freebsdfoundation.org will be available in a few days.
Thanks to: Anton Gural (designer), Deb Goodkin (legal coordinate)
2006-05-08 23:15:38 +00:00
Simon L. B. Nielsen
558caadee6
Remove some unintentional horizontal white space on the middle of the
...
front/index page.
Reviewed by: ale, emily, joeld, remko
2006-04-26 19:48:51 +00:00
Giorgos Keramidas
4e8332d00f
Trim EOL spaces. No other content/CSS changes included.
2005-11-23 14:25:40 +00:00
Giorgos Keramidas
561dea0814
Trim ^M characters from end of lines.
...
All the other layout/... files are UNIX-format text files already.
2005-11-23 14:24:51 +00:00
Giorgos Keramidas
bc80eafff4
Add $FreeBSD$ id lines, to make change tracking easier.
...
PR: www/89453
Submitted by: Rudolf Cejka
2005-11-23 14:22:07 +00:00
Marc Fonvieille
3cc0a07c18
Revert my changes since they do not completly/correctly fix the font
...
issue.
2005-11-10 19:02:40 +00:00
Marc Fonvieille
e7be721e9a
Some <tt></tt> and <pre></pre> font-size tweaks to match previous
...
change.
2005-11-09 14:08:09 +00:00
Marc Fonvieille
45ebb802d4
Change font-size: 69%; for font-size: small; this should give a better
...
rendering for IE and gecko based browsers (esp. if no minimum size font
is defined) users.
This is not perfect but the fonts displayed should be readable.
2005-11-09 07:02:56 +00:00
Marc Fonvieille
898ddc10e0
Comment out the font-size setting for <tt></tt> to fix rendering for
...
gecko based browser (under X11).
2005-11-07 13:59:05 +00:00
Marc Fonvieille
6bc6fe465f
Comment out font-size: 1.4em; line. This fix the huge monospaced font
...
for <pre></pre> tags.
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
Tested by: keramida, Web Developer Firefox extension
2005-11-04 14:27:58 +00:00
Ceri Davies
3dc72d2f46
Textareas within forms should not have their content centred.
...
PR: www/87865
Submitted by: Andreas Klemm <andreas at klemm dot apsfilter dot org>
2005-10-23 15:55:35 +00:00
Marc Fonvieille
e55322f671
DOS to UNIX file conversion.
2005-10-06 19:46:52 +00:00
Marc Fonvieille
3785c908a6
Add Go button to mirrors site selection box
...
PR: www/87007
Submitted by: Daniel Gerzo <danger@rulez.sk>
2005-10-06 19:37:11 +00:00
Murray Stokely
9ead42d12f
Correct CSS comment character.
...
Submitted by: gad
2005-10-06 02:02:28 +00:00
Murray Stokely
9c028d9643
Correct non-white background issue reported on the list.
...
Submitted by: Emily Boyd <soc-emily@FreeBSD.org>
2005-10-06 01:13:52 +00:00
Murray Stokely
e40b23f9b5
Add layout styles/images for new website design.
...
Submitted by: Emily Boyd
Sponsored by: Google Summer of Code
2005-10-04 05:49:13 +00:00