geopaparazzi / usermanual

The user manual space
GNU General Public License v3.0
5 stars 11 forks source link

usermanual

Usermanual Space.

Create pull requests to contribute.

The best way to contribute is to:

It can be a bit of work to set up asciidoctor and the plugins to generate the HTML locally but it allows you to make sure your changes look good and any links work properly.

Installing Asciidoc

Geopaparazzi's usermanual uses Asciidoc's .adoc format for the source 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.

After reviewing your changes by looking at the HTML, please submit a Pull Request.

Thanks!