The references wiki pages no longer exist. In addition having a
standalone web page for IPv6 isn't useful anymore. Analytics shows less
than one hit per month.
I still can't seem to get this to work on either Firefox or Chrome, but
it is likely that I'm testing wrong rather than finding a non-working
feature.
This leaves the actually broken files removed from earlier commits, but
restores the ones that should still be working.
Reported by: jhb
Neither modern Firefox nor Chrome supports OpenSearch, at least in the
form as presented. Documentation suggests it might be possible to get
this to work, but remove for now until and unless someone can get them
to work.
These have not worked in some time and no one has complained, so the
value in fixing them is clearly limited as well.
Neither modern Firefox nor Chrome supports OpenSearch so this entire
section will be removed in the next commit. Separate commits for
tracking and clarity.
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.
- remove Latvian list, which does not exist on referenced page
- remove French list, which does not exist on referenced page
- remove duplicate Brazilian Portuguese
- etc.
On the (manually maintained!) sitemap make a number of changes
- remove references to now deleted inetnet.html pages
- remove some old references to features.html which was
rewritten by allan jude
- remove reference to c99 and bigdisk projects
There are a few remaining explicit uses of http://www.freebsd.org/cgi/
but all of these appear to be outdated e.g. pointing to GNATS) and need
updating.
Switch &cgibase; to use protocol-relative links, rather than hardcoding
http. Switch two others (ftpbase and ftpbaseerrata) whilst here.
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.
- 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.
map to point to it.
I'm not particularly happy about linking to the wiki from the main site,
but this change seems like the least-bad option, for now at least.
Discussed with: bcr
Approved by: bcr (mentor)
the stylesheet syntax more strictly.
|It is an error for the value of either the use attribute or the match
|attribute to contain a VariableReference.
| (XSL Transformations (XSLT) Version 1.0, Section 12.2)
- Documentation is updated from DocBook 4.1/SGML to DocBook 4.2/XML
- Webpages are updated from HTML 4.01 Transitional to XHTML 1.0 Transitional
- Static webpages are now processed by XSLT behind the scenes
- Webpages are now built with less cycles; tidy has been removed and the
date processing is now done by XSLT
- Generated webpages are now actually valid (they did not use to be)
- All XSLT stylesheets now pull in a main XSLT, which reduces
duplicated markup
- Site map and index are converted to an XML format with an
XSLT transformation that generates the output
- For docs, there is now only one entity set for both articles and books
- Some trademark/legalnotice entities have been merged to a cohesive
single entity file
- Untranslated entity sets are now always pulled in from the English tree
instead of redundant copies
- The base and enbase entities are already automatically generated so
remove inline definitions from individual files
- Fetch the LEGAL file via http instead of depending on CVS
- Convert id names to lowercase to avoid mixing different styles and
for better readability
- All PSGML comments are removed since they are mostly useless
- Convert character entities to normal characters
- Do not copy CSS files but override only necessary part
- Fix build with newest tidy
- Partly update the fdp-primer to reflect changes
Approved by: doceng (implicit)
- 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)