You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2017/11/04 17:49:19 UTC

[incubator-netbeans] 01/01: Merge pull request #240 from matthiasblaesing/netbeans-114-html-grammar

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 6bf080f4193c470dc44ec1efa29b740544543eb5
Merge: 5233e23 b47077f
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Sat Nov 4 18:49:16 2017 +0100

    Merge pull request #240 from matthiasblaesing/netbeans-114-html-grammar
    
    [NETBEANS-114] Reintegrate HTML 3.2-XHTML 1.0 DTDs and entity definitions

 .../html/editor/resources/DTDs/3_2/html32.dtd      |  648 ++++++++++
 .../html/editor/resources/DTDs/3_2/lat1.ent        |  108 ++
 .../html/editor/resources/DTDs/4_0/HTMLlat1.ent    |  194 +++
 .../html/editor/resources/DTDs/4_0/HTMLspecial.ent |   78 ++
 .../html/editor/resources/DTDs/4_0/HTMLsymbol.ent  |  241 ++++
 .../html/editor/resources/DTDs/4_0/frameset.dtd    |   85 ++
 .../html/editor/resources/DTDs/4_0/loose.dtd       | 1141 +++++++++++++++++
 .../html/editor/resources/DTDs/4_0/strict.dtd      |  917 ++++++++++++++
 .../html/editor/resources/DTDs/4_01/HTMLlat1.ent   |  194 +++
 .../editor/resources/DTDs/4_01/HTMLspecial.ent     |   77 ++
 .../html/editor/resources/DTDs/4_01/HTMLsymbol.ent |  241 ++++
 .../html/editor/resources/DTDs/4_01/frameset.dtd   |   85 ++
 .../html/editor/resources/DTDs/4_01/loose.dtd      | 1142 +++++++++++++++++
 .../html/editor/resources/DTDs/4_01/strict.dtd     |  919 ++++++++++++++
 .../editor/resources/DTDs/xhtml/xhtml-lat1.ent     |  196 +++
 .../editor/resources/DTDs/xhtml/xhtml-special.ent  |   80 ++
 .../editor/resources/DTDs/xhtml/xhtml-symbol.ent   |  237 ++++
 .../resources/DTDs/xhtml/xhtml1-frameset.dtd       | 1282 ++++++++++++++++++++
 .../editor/resources/DTDs/xhtml/xhtml1-strict.dtd  | 1025 ++++++++++++++++
 .../resources/DTDs/xhtml/xhtml1-transitional.dtd   | 1248 +++++++++++++++++++
 .../modules/html/editor/resources/layer.xml        |    5 +-
 nbbuild/build.xml                                  |    7 +
 22 files changed, 10147 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <co...@netbeans.apache.org>.