tree: 3a851a9697de4d02cc9442ac2a4caf30b192ccc1 [path history] [tgz]
  1. src/
  2. nbactions-dismissed.xml
  3. nbactions.xml
  4. pom.xml
  5. README.md
  6. web-archive.yml
tutorials-convert/README.md

tutorials-convert

This tool reads the NetBeans tutorials in HTML format and converts them to AsciiDoc format.

The NetBeans platform tutorials can be found in https://github.com/wadechandler/netbeans-static-site

Getting started

  1. Clone the repository:

Choose a directory of your liking and clone the repo:

git clone https://github.com/wadechandler/netbeans-static-site.git
  1. Run mvn package exec:java X, where “X” is the directory in the previous step.
  2. Open the tutorials-asciidoc directory to see the results.
  3. See the generated “external-links.txt” file to see referenced external links.

NOTE: This tool is expected to be run once, after that manual revision of generated files should be done.