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

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


    from e4e0614  Merge pull request #7 from thilina01/patch-1
     add d00be8c  Donation 3 - HTML to AsciiDoc Conversion
     add 9e62bab  Trails. Syntax HL. Enhanced Language Detection
     add 8369711  pygments syntax highlighting for other toolchains
     add dd5c02d  Fixing clickable images
     new 96eaed2  Merge pull request #8 from vieiro/feature/html-convert

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   3 +
 html-convert/README.md                             |  13 +
 {wiki-convert => html-convert}/nbactions.xml       |  31 +-
 {wiki-convert => html-convert}/pom.xml             |  74 ++--
 .../tools/tutorials/AsciidocPostProcessor.java     | 240 +++++++++++
 .../tutorials/CustomAsciiDocDocumentBuilder.java   | 462 +++++++++++++++++++++
 ...CustomAsciiDocDocumentBuilderWithoutTables.java |  47 +++
 .../netbeans/tools/tutorials/ExternalLinksMap.java |  81 ++++
 .../netbeans/tools/tutorials/HTMLConverter.java    | 276 ++++++++++++
 .../org/netbeans/tools/tutorials/Language.java     |  66 +++
 .../tools/tutorials/LocalizedTutorialSection.java  |  91 ++++
 .../tools/tutorials/TutorialsBundle.properties     |  31 ++
 .../tutorials/TutorialsBundle_es_CA.properties     |  31 ++
 .../tools/tutorials/TutorialsBundle_ja.properties  |  31 ++
 .../tutorials/TutorialsBundle_pt_BR.properties     |  31 ++
 .../tools/tutorials/TutorialsBundle_ru.properties  |  31 ++
 .../tutorials/TutorialsBundle_zh_CN.properties     |  31 ++
 .../tools/tutorials/index-template.mustache        |  20 +-
 .../tools/tutorials/section-template.mustache      |  20 +-
 19 files changed, 1532 insertions(+), 78 deletions(-)
 create mode 100644 html-convert/README.md
 copy {wiki-convert => html-convert}/nbactions.xml (53%)
 copy {wiki-convert => html-convert}/pom.xml (52%)
 create mode 100644 
html-convert/src/main/java/org/netbeans/tools/tutorials/AsciidocPostProcessor.java
 create mode 100644 
html-convert/src/main/java/org/netbeans/tools/tutorials/CustomAsciiDocDocumentBuilder.java
 create mode 100644 
html-convert/src/main/java/org/netbeans/tools/tutorials/CustomAsciiDocDocumentBuilderWithoutTables.java
 create mode 100644 
html-convert/src/main/java/org/netbeans/tools/tutorials/ExternalLinksMap.java
 create mode 100644 
html-convert/src/main/java/org/netbeans/tools/tutorials/HTMLConverter.java
 create mode 100644 
html-convert/src/main/java/org/netbeans/tools/tutorials/Language.java
 create mode 100644 
html-convert/src/main/java/org/netbeans/tools/tutorials/LocalizedTutorialSection.java
 create mode 100644 
html-convert/src/main/resources/org/netbeans/tools/tutorials/TutorialsBundle.properties
 create mode 100644 
html-convert/src/main/resources/org/netbeans/tools/tutorials/TutorialsBundle_es_CA.properties
 create mode 100644 
html-convert/src/main/resources/org/netbeans/tools/tutorials/TutorialsBundle_ja.properties
 create mode 100644 
html-convert/src/main/resources/org/netbeans/tools/tutorials/TutorialsBundle_pt_BR.properties
 create mode 100644 
html-convert/src/main/resources/org/netbeans/tools/tutorials/TutorialsBundle_ru.properties
 create mode 100644 
html-convert/src/main/resources/org/netbeans/tools/tutorials/TutorialsBundle_zh_CN.properties
 copy wiki-convert/wiki-asciidoc/apidesign.asciidoc => 
html-convert/src/main/resources/org/netbeans/tools/tutorials/index-template.mustache
 (66%)
 copy wiki-convert/wiki-asciidoc/apidesign.asciidoc => 
html-convert/src/main/resources/org/netbeans/tools/tutorials/section-template.mustache
 (64%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to