Unmaintained package! Use at your own risk!
You want to take over development? File an issue and we can arrange ownership transfer of the AUR package too.
Build a functionnaly similar program to visit1985's mdp, at least for the parser, to display a Markdown file in the way less(1) does for text files.
This program should be easy to extend using derivatives of the DisplayDriver class to have a new frontend and derivatives of the Parser class (see the status.md file for more information).
Up
: go upDown
: go downSpace
: go down half pagePgUp
: go up one pagePgDown
: go down one pageu
: display URL linksq
: quit program
This program depends on :
- C++11
- ncurses
- Doxygen (to generate the documentation)
To build the program, follow these steps :
- create a
build
directory - run
cmake $source_directory
- run
make
To install the program, run make install
.
See cmake(1)
documentation for additionnal configuration options.
To build the documentation, run doxygen
in the source directory
this project follows the semantic versionning guidelines provided at
semver.org with versions numbered as
major.minor.revision
:
major
is increased after a backwards incompatible api change.minor
is increased after a backwards compatible api change.revision
is increased after a change with no effect on the api.
any version with major
being 0 should not be considered stable nor
should its api.
Versions history can be found in the file ChangeLog.md
This software and all related documents are licenced under the
MIT licence (see LICENCE
file for more informations).
Copyright 2016 Simon Doppler dopsi@member.fsf.org
The main development repo is here.