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

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

commit 96eaed24d724253e87332fdd84e74434ccb3ca3b
Merge: e4e0614 dd5c02d
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Mon Jan 7 21:25:37 2019 +0100

    Merge pull request #8 from vieiro/feature/html-convert
    
    Donation 3 - HTML to AsciiDoc Conversion

 .gitignore                                         |   3 +
 html-convert/README.md                             |  13 +
 html-convert/nbactions.xml                         |  66 +++
 html-convert/pom.xml                               |  94 +++++
 .../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        |  33 ++
 .../tools/tutorials/section-template.mustache      |  27 ++
 19 files changed, 1685 insertions(+)


---------------------------------------------------------------------
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