Skip to content

Commit

Permalink
add snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyelee committed Dec 19, 2014
1 parent a4bde07 commit 3f67564
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ mdserver

Static http server with markdown supported.

Like the famous `SimpleHTTPServer` in python, `mdserver` can start a http server with given directory(default to current directory) as the `DocumentRoot`. U can also specify the port.
`mdserver` can start a http server with given directory(default to current directory) as the `DocumentRoot`. U can also specify the port.

Beside `markdown` files, mdserver` supports most of the common used file types, include `html`, `json`, and other static files like `js`, `css`, and `png` etc. Due to those, `mdserver` can also be simply used as a alternative to the `python -m SimpleHTTPServer`.


## Installation

Expand Down Expand Up @@ -82,3 +85,7 @@ mdserver -p 8788 -r ~/github/mdserver -l ~/github/style/base.css
```

Visit: `http://localhost:8788 `

## Snapshot

![snapshot](https://github.com/zhiyelee/mdserver/raw/master/snapshot.png)
Binary file added snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f67564

Please sign in to comment.