-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the command line used to create the HTML #5
Comments
It is not exactly simple, but we can find the best way. It would indeed be good if someone could provide also the compiled update, that way it could be merged even while travelling. The command I use is:
with ASCIIDOCTOR_FOLDER being the folder I keep the installation in. The installation requires some extension:
|
To those interested in contributing to the Geopaparazzi doc, AsciiDoc is the format of the .adoc files, but asciidoctor is used to convert the .adoc files to .html (and .pdf?). While you can simply use a text editor to edit the .adoc files, to see the results in html you need to run them through asciidoctor. I installed and ran asciidoctor on Windows by:
This will create index.html in the same directory. |
Oh, and also install coderay: gem install coderay |
The sections on "A small handbook for developers" (development.adoc) and the Appendix require additional s/w (plantUML/Graphviz) to render diagrams. |
Rendering Folders in development.adoc: To get the two folder blocks ("Contents of the Geopaparazzi git root folder", "Contents of plugins folder") in development.adoc to render properly, you need to:
For some reason it will render properly from the command line, but not in the AsciidocFX editor. And on Windows it shows the hidden files and folders. |
What is the asciidoc command line used to produce the HTML version of the Reference Manual? We may want to include that as a file in this repo.
The text was updated successfully, but these errors were encountered: