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@
where present so that browsers can automatically detect the presense
of a feed and present the user with a subscribe icon (orange RSS icon
on right side of location bar in Firefox) so they don't have to
manually look for a subscription button on the html page.
"Skip section navigation" and thus add the missing space between them
PR: www/105026
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Approved by: keramida (mentor)
of <foo /> because it has no EmptyElemTag (described in Sect 3.1,
XML 1.0 Spec.).
- Use &header2.word.search; for a word "Search".
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>?share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.