Skip to content

zqd/reader.md

Repository files navigation

MDR is a markdown document reader and navigator system designed for lightweight docs that can be easily hosted on GitHub for community contributions, that also allows custom HTML and templating for total control of your own wiki-like site.

By offloading editing to GitHub, you site can run blazingly fast with just a few files, and a couple of lines of Markdown. In fact, almost half the projects size is Parsedown, a better Markdown processor, without the need to offer registration, editing, or any of that messy stuff like password resets that comes with it (if you're looking to have that handled, try Simplet).

Code Quality

Codacy Badge Code Climate Test Coverage

What Do You Need?

Install Guide

  1. Copy all the files into your web folder.
  2. Edit _mdr/nginx.conf. You only need to change server_name, root, and error_log.
  3. Use that conf file to configure Nginx. You can do this with the command sudo ln -s /var/www/com.example/_mdr/nginx.conf /etc/nginx/sites-enabled/com.example
  4. Take a look at the settings at the top of _mdr/index.php. You can change any of the settings in that file and the site will update as soon as you save it.

Libraries

Library Version Language
Parsedown 1.5.1 PHP
ParsedownExtra 0.7.0 PHP
Normalize.css Automatic (from JSDelivr) CSS
Colors.css Automatic (from JSDelivr) CSS
elementary Web Styles January 2015 (sans Fonts) CSS
Droid Serif Automatic (from Google Fonts) Font
Open Sans Automatic (from Google Fonts) Font
Inconsolata Automatic (from Google Fonts) Font
REM Polyfill Automatic (from JSDelivr) JavaScript

About

a markdown document reader and navigator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published