Commit graph

10 commits

Author SHA1 Message Date
Hiroki Sato
a3e34ae400 - Fix ($user-html-header$) to support <script src="foo">. While the rendered
result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
  unnecessary spaces after the tag, most of the www browsers and HTML
  processors cannot recognize it as the end of <script>.  To workaround this,
  ($user-html-headers$) now outputs the start and the end tag independently
  in each single line.

- Add %html-header-script% to control if <script> is included in <head>.

- Add html.header.script.google knob for SGML and XML documents in non-DocBook
  DTD.  %html.header.script.google; and $html.header.script.google.

- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion.  Note that
  <script> is disabled temporarily.

Discussed with:	gjb and core
Tested by:	gjb
2012-01-31 02:01:32 +00:00
Dmitry Morozovsky
4a50f95240 Implement <SVNref> tag element, which generates link to SVNweb to the given
revision.

Mark last two __FreeBSD_version bumps with it, and format long lines.

Prodded by:			glebius
With great DSL help from:	pluknet
2011-12-18 12:51:56 +00:00
Doug Barton
fb52d5ad60 We now have an embarrassment of riches in callout graphics, so expand
our horizons!

Submitted by:	gjb
2011-09-05 23:19:53 +00:00
Marc Fonvieille
6549aa799b Update some manpathes. 2011-03-13 19:29:57 +00:00
Hiroki Sato
ab50a81819 Remove redundant LI (langage-independent) parts of freebsd.dsl in
directories for the localization.  ($email-footer$) should be
revisited later because it still involves both of its style (LI) and
content (LD).
2010-12-08 06:26:00 +00:00
Marc Fonvieille
7e7db4927b Fix manpath for ports manual pages, while I'm there let's update some
outdated manpaths.
2010-08-19 21:27:15 +00:00
Pav Lucistnik
c467c723a1 - Move xorg manpage collection to 7.4 2009-12-14 16:12:01 +00:00
Manolis Kiagias
8547bdd163 Allow ports manpages to point to the now available 7.1-RELEASE pages
PR:		docs/132587
Submitted by:	Patrick McCary <pat@patmccary.com>
2009-03-12 22:59:52 +00:00
Hiroki Sato
7dd62cc679 Add the following idiom for <acronym> with description:
<acronym>FOO<remark role="acronym">DESC OF FOO</remark></acronym>

Discussed on:	-doc
2008-12-24 17:18:27 +00:00
Hiroki Sato
3b81966abe Split freebsd.dsl into -html, -print, and -common parts for ease
in modification.  No functionality change here.
2008-12-24 17:06:07 +00:00