cvs commit: doc/share/mk doc.docbook.mk doc.xml.mk doc/share/sgml freebsd-html.dsl www/en index.xsl www/share/sgml common.ent header.ent www/share/mk web.site.mk

Hiroki Sato hrs at FreeBSD.org
Tue Jan 31 02:01:33 UTC 2012


hrs         2012-01-31 02:01:32 UTC

  FreeBSD doc repository

  Modified files:
    share/mk             doc.xml.mk doc.docbook.mk 
    share/sgml           freebsd-html.dsl 
    en                   index.xsl 
    share/sgml           common.ent header.ent 
    share/mk             web.site.mk 
  Log:
  - 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
  
  Revision  Changes    Path
  1.131     +3 -0      doc/share/mk/doc.docbook.mk
  1.17      +3 -0      doc/share/mk/doc.xml.mk
  1.10      +43 -2     doc/share/sgml/freebsd-html.dsl
  1.177     +5 -2      www/en/index.xsl
  1.82      +5 -1      www/share/mk/web.site.mk
  1.8       +2 -1      www/share/sgml/common.ent
  1.19      +7 -2      www/share/sgml/header.ent


More information about the cvs-doc mailing list