summaryrefslogtreecommitdiff
path: root/share/xml/xhtml.xsl
Commit message (Collapse)AuthorAgeFilesLines
* - MFHGabor Kovesdan2013-07-111-1/+32
|\ | | | | | | Notes: svn path=/projects/db5/; revision=42250
| * Merge the projects/entities branch into head/Rene Ladan2013-07-091-1/+31
|/ | | | | | | | | | | | | | | | | | | | | | | | The primary purposes are to clean up duplicated author definitions in both share/xml/authors.ent and share/xml/developers.ent, and as a added bonus simplify writing up author names/email addresses in web pages. Apart from merging developers.ent into authors.ent, removing the former, and updating the Committers Guide there should be little user-visible changes: - a.portmgr renamed to a.portmgr.members - a.doceng renamed to a.doceng.members - team.re renamed to a.re.members.email and moved from share/xml/freebsd.ent to share/xml/authors.ent - a.core updated and moved from share/xml/mailing-lists.ent to share/xml/teams.ent - share/pgpkeys/{addkey.sh|README} updated Translations are untouched except for build fixes. Approved by: doceng (gjb) Approved by: gjb (mentor) Notes: svn path=/head/; revision=42226
* MSSmartTagsPreventParsing is an ancient feature and including theEitan Adler2013-01-171-2/+0
| | | | | | | | | | | | header is now pointless bytes. All current browsers accept "shortcut icon" as <link> location. Reviewed by: -doc Approved by: bcr (mentor) Notes: svn path=/head/; revision=40667
* Use <xhtml:base> to fix resolution of relative document URIs.Hiroki Sato2012-12-241-0/+1
| | | | Notes: svn path=/head/; revision=40473
* Per request of deb@, put the "Donate to FreeBSD" button inGlen Barber2012-12-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=40361
* - Rename the share/sgml directories to share/xmlGabor Kovesdan2012-10-011-0/+168
- Fix build errors from the next change Approved by: doceng (implicit) Notes: svn path=/head/; revision=39632