-
Notifications
You must be signed in to change notification settings - Fork 64
OfflineDocumentation
Prev (QMapShack AppImages for some Linux versions) | Home | Manual | Index | (Getting started) Next
Table of contents
(Valid as of QMapShack version 1.14.1)
The official source of help for QMapShack (QMS) is the online QMapShack Wiki on GitHub. This Wiki includes help for QMapTool (QMT), too. The online documentation is also available offline as
- a QMapShack help browser or as
- a local copy (clone) of the QMS Wiki.
The QMS offline help needs access to the Internet only for following links to pages not being part of the QMS Wiki (external links).
Both forms of the offline help have their specific advantages and disadvantages:
Advantages | Disadvantages |
---|---|
QMS help browser | . |
easy access to table of contents, index, and full-text search | . |
no extra viewer/browser required for rendering | . |
installed with QMS but can be downloaded and used without QMS installation | . |
open with F1 click from within QMS |
. |
separate comfortable viewer | . |
. | no possibility to edit pages |
Local Wiki copy | . |
available without QMS installation | . |
possibility to edit pages | . |
. | special Markdown viewer or Markdown Internet browser plugin required for rendering pages |
. | rendering quality depends on Markdown variant used in viewer or browser |
. |
git is required for the installation of a local Wiki copy |
Remark: Everything described for QMS is analogously valid for QMapTool (QMT). Some differences are mentioned later on this page.
-
QMS is installed on the computer (preferred way to use the offline help):
- Start QMS.
- Press
F1
on the keyboard. The QMS help browser pops-up. Use the contents, index, or search tabs to find the help topic of interest.
-
QMS can't be installed on the computer:
-
Go to the QMS source code repository and download the files
QMSHelp.qch
andQMSHelp.qhc
(when having a QMS installation these 2 files can be found in thedoc/html
subdirectory of the QMS installation directory). -
Be sure Qt assistant is installed together with Qt and on your path.
-
To open QMS help run the following command in a console window:
assistant -collectionFile path_to_qmshelp.qhc/QMSHelp.qhc
-
-
For QMapTool help replace
qmapshack
in the download link withqmaptool
and replaceQMS
in the file names withQMT
.
To install and use a local copy of the QMS Wiki carry out the following steps:
-
If not yet available, install git (tool for access to GitHub revision control system) and make sure that
git
is found on your path. -
Create a local directory, say
QMapShack-doc
. -
Run the following command in a console window to download the Wiki pages to the local computer:
git clone https://github.com/Maproom/qmapshack.wiki.git QMapShack-doc
-
The Wiki consists of Markdown (
*.md
) and some other files, and to read them you will need some Markdown plugin to your browser. When looking for a Markdown plugin select one that supports GitHub Flavored Markdown (GFM).Example of a plugin for Google Chrome browser: Markdown viewer/Browser extension.
-
Open a Markdown (
MD
) file in the browser with activated Markdown plugin. Good starting pages areHome.md
andDocMain.md
. From these pages other help pages can be accessed. -
The QMapTool part of the Wiki can be found in the
QMapTool
subdirectory. Starting pages areQMTHome.md
andQMTDocMain
.
Remark: The files necessary for the QMS/QMT offline help can be created locally when having a local copy of the QMS Wiki. To do so
-
read the information at the top of the file
Makefile.make
, -
install the tools mentioned in this information,
-
run the command
make VERBOSE=YES -f Makefile.make show
This will create and open the QMS help browser.
Prev (QMapShack AppImages for some Linux versions) | Home | Manual | Index | Top | (Getting started) Next