Commit graph

8 commits

Author SHA1 Message Date
Hiroki Sato
d4e4d91864 - 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
Greg Lewis
b26181ebd9 . Add an entity for JRE. 2012-01-16 07:11:53 +00:00
Greg Lewis
106a21b0b3 . As far as I can tell, Java, JDK and OpenJDK are actually registered
trademarks rather than just trademarks.  Admittedly I'm not sure quite
  what difference that makes, but I believe this is more accurate.  This
  also makes them render something sensible in Firefox rather than a
  double quote.
2011-11-27 08:01:03 +00:00
Hiroki Sato
ce700f06d1 - Update FreeBSD/pc98 status.
- Use &arch.*;.

Suggested by:	ryusuke
2011-08-02 21:06:57 +00:00
Greg Lewis
47a1d5e24e . Add OpenJDK as a trademark.
http://www.sun.com/software/opensource/java/faq.jsp#j5
2010-01-09 15:55:30 +00:00
Simon L. B. Nielsen
fddb531f9a Place errata's on security.FreeBSD.org alongside the security
advisories.

Discussed with:	cperciva
2006-08-28 18:05:04 +00:00
Hiroki Sato
9cc1640385 Implement dynamic generation of &base; entity for XML documents and
activate it instead of using a static &base;.  Since an .xml database file
(or an .xslt stylesheet file) is used from various directories, the static
&base; no longer works.

PR:	www/102331
2006-08-21 18:27:43 +00:00
Hiroki Sato
cfd9e12239 www cleanup mega commit:
- 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.
2006-08-19 21:20:54 +00:00
Renamed from share/sgml/includes.misc.sgml (Browse further)