Files in the top-level directory from the latest check-in
- examples
- po
- test
- egg-markdown-color.h
- egg-markdown-style.h
- egg-markdown.c
- egg-markdown.h
- help-viewer.c
- help-viewer.h
- LICENSE
- Makefile
- markdown-text-view.c
- markdown-text-view.h
- README.md
- screenshot.png
ABOUT
mdview
is a viewer for a set of hyperlinked set of documents.
The documents themselves are plain text in Markdown format, though
only a subset of Markdown tags are supported. The subset that mdview
supports is located in examples/index.md.
The code originally came from hardinfo, from its "help-viewer" directory.
James 2015
DEPENDENCIES
- GTK2 and it dependencies.
- pkg-config to detect the rest of the required libs.
BUILDING
Just type "make", if everything is all right it will build an executable "mdview" for you.
LICENSE
GNU General Public License Version 2, following the original license from hardinfo.