This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: | |
# Octopress HTML5 Audio Tag | |
# http://antoncherkasov.me/projects/octopress-plugins | |
# Author: | |
# Anton Cherkasov | |
# http://antoncherkasov.me | |
# [email protected] | |
# Syntax: | |
# {% audio url/to/mp3 %} | |
# {% audio url/to/mp3 url/to/ogg %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://example.org | |
$HTTP["host"] == "example.org" { | |
url.rewrite-if-not-file = ( "^/([^.]+)$" => "/index.php/$1" ) | |
} | |
#http://example.org/forum | |
$HTTP["host"] == "example.org" { | |
url.rewrite-if-not-file = ( "^/forum/([^.]+)$" => "forum/index.php/$1" ) |