forked from hamano/apache-mod-markdown
-
Notifications
You must be signed in to change notification settings - Fork 1
Markdown filter module for Apache HTTPD Server
License
jiggak/apache-mod-markdown
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
mod_markdown ============ mod_markdown is Markdown filter module for Apache HTTPD Server. ## Dependencies * discount http://www.pell.portland.or.us/~orc/Code/discount/ ## Build % ./autogen.sh % ./configure --with-apache=<APACHE_DIR> --with-discount=<DISCOUNT_DIR> % make % make install ## Configration in httpd.conf: LoadModule markdown_module modules/mod_markdown.so <Location /markdown> AddHandler markdown .md # If you want to use stylesheet. MarkdownCss style.css </Location>
About
Markdown filter module for Apache HTTPD Server
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 73.6%
- Shell 26.4%