diff options
author | https://www.google.com/accounts/o8/id?id=AItOawna1dYW4AIhTgNOMGflUf8PlpHlugZn5cA <William@web> | 2010-10-05 14:08:23 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-05 14:08:23 +0000 |
commit | 421de42c2a09d8e933dd25581333afa09c56ff15 (patch) | |
tree | db593ce5267e76e4bfce02354099a00b313be050 /doc/todo | |
parent | 267d2ce476756335142424b34fe4341081a67f36 (diff) | |
download | ikiwiki-421de42c2a09d8e933dd25581333afa09c56ff15.tar ikiwiki-421de42c2a09d8e933dd25581333afa09c56ff15.tar.gz |
Add gitbranch template to inline_raw_files.mdwn.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/inline_raw_files.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/todo/inline_raw_files.mdwn b/doc/todo/inline_raw_files.mdwn index 2968bad40..b5a525ac0 100644 --- a/doc/todo/inline_raw_files.mdwn +++ b/doc/todo/inline_raw_files.mdwn @@ -1,13 +1,14 @@ +[[!template id=gitbranch branch=wtk/master author="[[wtk]]"]] + summary ======= Extend inlining to handle raw files (files with unrecognized extensions). -Also raise an error in IkiWiki::pagetype($file) if $file is blank, which avoids trying to do much with missing files, etc. +Also raise an error in `IkiWiki::pagetype($file)` if `$file` is blank, which avoids trying to do much with missing files, etc. -I've included this patch (and some other adjustments) in my [branch] of the IkiWiki Git repository. I'm using the new code in my [blog][]. +I'm using the new code in my [blog][]. -[branch]: http://github.com/wking/ikiwiki [blog]: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/yacc2dot/ usage |