browsers like Safari and IE seem to use wider fonts, making the text
wrap and disrupting the rest of the page. Also add a nowrap property
just in case.
that fonts are not tiny and the site uses more than the middle third of
the monitor. Discussed in -doc.
Differential Revision: https://reviews.freebsd.org/D3215
hub.freebsd.org and the supporting 15 year old binaries have gone away.
Highlights:
- Sync up the cgi scripts to be closer to the standard page look
and feel and the canonical url locations.
- Adjust the search controls to include the docs.freebsd.org doc set.
- Replace the remaining wais search references.
- Fix up the embedded paths that depended on a symlink and/or nfs jungle
on hub. These aren't present in the jail this now runs in.
- Fix a typo (stray backtick) in one of the header entities.
- Remove the remaining no-longer-functional gnats components - they
ran on hub and no longer exist.
Build tested by: gjb
Brought to you by: lots of coffee, profanity and confusion.
Improve the text and descriptions around the tables
Make Virtual Machine images easier to find
Differential Revision: https://reviews.freebsd.org/D1102
Reviewed by: gjb, rodrigc, bcr
Approved by: wblock (mentor)
Sponsored by: ScaleEngine Inc.
or google.com servers. This was always the intention, but due to a bug
it would also run when (for example) accessed via
http://www.freebsd.org.nyud.net.
Approved by: webstats (eadler)
Note that different browsers implement different methods of DNT and
that some chosen values for the JS API has changed sine this was originally implemented.
Approved by: doceng
IE 9+
Fx 4+
Chrome 4+
Safari 5+
Remove Support for
Fx before 4.0
Chrome between 0.2 and 4.0
Safari between 3.0 and 5.0
Of note: in the third hunk the "real" value and the prefixed values
differ.
Tested on Chrome & Firefox 19
Approved by: bcr (mentor)
the default page header. The following changes were made:
- Remove the Donate to FreeBSD button added a few days ago
- Add stylesheet entries for the new button. Note this
button is pure CSS, and does not use background images
for the rounded boarders.
- Move the 'Donate' and 'Contact' links from the header:
o 'Donate' is now 'Hardware Donations' in the menu
dropdown.
o 'Contact' is now in the footer.
o The 'Donate' link that existed in the menu dropdown
is now 'Monetary Donations'.
- The header2.donatebutton entity is now used for this
button, so translation teams can modify localized
header.l10n.ent for the button text.
- Comment the header2.searchnav entity entries in header.ent
for now, until I figure out what to do with them.
This change should have zero UI regressions, and solves the
problem of the previously added button pushing the 'New to
FreeBSD' button down into the security text.[1]
Requested by: deb
Reported by: emaste[1], gavin[1]
This should have been here since it was committed.
Implement DNT checks
Make enable/disabling the flip of an obvious switch.
Remove pointless custom variable (it doesn't work anyways)
Fix some style errors
Add a file allowing Google to verify that I "control" freebsd.org
Reviewed by: doceng (gjb)
Approved by: bcr (mentor)
much better ways of doing this in modern web browsers. Furthermore, it
never worked as well as it should have done, as too much of the website is
built around fixed layouts.
It was felt it was best to remove the size switcher from all languages at
once, so that the infrastructure (styleswitcher.js etc.) could be removed
at the same time.
Discussed at: Cambridge DevSummit, August 2012
Discussed on: www@
Approved by: gabor (mentor)
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
Approved by: doceng (implicit)
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
information in the www and the doc directory.
- Add various administration files to svnadmin.
Approved by: doceng (implicit)