Skip to content

aheadley/apache-mod-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C 73.6%
  • Shell 26.4%