summaryrefslogtreecommitdiff
path: root/www/p5-Text-MultiMarkdown-ApacheHandler/files/pkg-message.in
blob: 4567c60cd992dd97b195da7e38d32fafe835d4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ type: install
  message: <<EOM
Please create %%PREFIX%%/etc/apache22/Includes/mmd.conf
with the following contents:

AddType text/multimarkdown .markdown .mmd
<Files ~ "\.(mmd|markdown)$">
	SetHandler perl-script
	PerlHandler Text::MultiMarkdown::ApacheHandler
	PerlSetVar mm_useSmartyPants 1
</Files>
EOM
}
]