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.
rather than our own (poor) search.cgi. Provide results from www, lists,
wiki and forums.FreeBSD.org.
Discussed with: peter, gjb
Approved by: doceng (gjb), core (emaste)
secure versions of the sites, so link to the secure version directly.
Note that for wiki links I have only fixed up key links in navbars etc,
there are a large number of other links but fixing them does not seem
worth the churn.
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]