Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 02:01:33 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <201201310201.q0V21X46025028@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201310201.q0V21X46025028>