- Add 11.1-RELEASE to the Handbook index page.
en_US.ISO8859-1/htdocs/index.xsl:
- Add 11.1-RELEASE to the website index page.
en_US.ISO8859-1/htdocs/releases/index.xml:
- Uncomment 'Legacy Releases' on the releases page.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
The only website translations that have been updated in the last 2 years are
German and Japanese. Some of the download pages in these translations offer
FreeBSD 2.2.8 and 3.4, builds for Alpha, or 11.0-RELEASe for pc98 because
the pages have not been updated.
Reported by: matteo@openwrt.org via the FOSDEM FreeBSD Booth
Reviewed by: bcr
their links from the front and download page and the side bar.
Move these releases to the list of past releases and mark them as
"not officially supported".
Do not remove the entities for these releases as they are still used in
other parts of the documentation.
Submitted by: rene
Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D9018
10.2-RELEASE on the website again.
This is based on the original patch in the review URL with
very minor additions.
Submitted by: Shawn Debnath
Differential Revision: https://reviews.freebsd.org/D6156
Sponsored by: The FreeBSD Foundation
Under the heading 'Latest Releases', be more clear that 9.2 and 8.4 are
supported releases, not dead legacy code, and that they can still be used.
Reviewed by: gjb
Approved by: bcr (mentor), eadler (mentor)
N.M-BETA1 and N.M-RC1 from the upcoming N.M-RELEASE
testing builds. It causes too much confusion when
N.M-BETA1 is shown on the index page, but N.M-BETA2
is available on FTP.
Sponsored by: The FreeBSD Foundation
that we will be soon entering the release cycle. As such, we are
not able to easily link to the upcoming release schedule.html page
from the index page unless we already have BETA release builds on
the FTP mirrors.
Implement some evil to eliminate this limitation:
- In share/xml/release.l10n.ent, move reusable text from the
'helptest' header, and into a beta.helptest macro, and include
the new macro in beta.desc.
- Add a new entity, beta.local.where, which is ignored by default.
When enabled in the schedule.xml for the upcoming release, it
prints information about where to download the testing builds.
- Add two new entities, beta.upcoming and beta2.upcoming, which
are used in index.xsl, and when set, direct the URL to the
upcoming release schedule.html page instead of directly to
where.html. With this change, we can advertise that a release
cycle is about to start, and not need downloadable images yet.
Sponsored by: The FreeBSD Foundation
rel.current -> 10, rel2.current -> 9, rel3.current -> 8.
Turn off the beta.testing entity.
Update where.xml accordingly.
Add rel3.current to the legacy releases on the index page.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
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]
- 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)