Project

mdview

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
markdown preview mdview starts a web server that allows you to browse directories and view `.md` files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

[]: {{{1

File        : README.md
Maintainer  : Felix C. Stegerman <flx@obfusk.net>
Date        : 2013-10-25

Copyright   : Copyright (C) 2013  Felix C. Stegerman
Version     : v0.3.1

[]: }}}1

Gem Version

Description

[]: {{{1

mdview - markdown preview

mdview starts a web server that allows you to browse directories and view .md files.

[]: }}}1

Examples

$ mdview        # run on localhost:8888
$ mdview 9999   # run on localhost:9999

Specs & Docs

$ rake spec # TODO
$ rake docs

TODO

  • specs/docs?
  • ...

License

[]: {{{1

GPLv2 [1].

[]: }}}1

References

[]: {{{1

[1] GNU General Public License, version 2 --- http://www.opensource.org/licenses/GPL-2.0

[]: }}}1

[]: ! ( vim: set tw=70 sw=2 sts=2 et fdm=marker : )