diff options
author | https://www.google.com/accounts/o8/id?id=AItOawna1dYW4AIhTgNOMGflUf8PlpHlugZn5cA <William@web> | 2010-10-05 13:33:36 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-05 13:33:36 +0000 |
commit | b02081b6f7de340372100227efc4b97d494b170f (patch) | |
tree | 1b88aebe0984715802b2b1946e883d90f7241c9b /doc | |
parent | 3f104d1eb7cc15dec0d3a7a67db85fbe63484281 (diff) | |
download | ikiwiki-b02081b6f7de340372100227efc4b97d494b170f.tar ikiwiki-b02081b6f7de340372100227efc4b97d494b170f.tar.gz |
Added link to git repository with support for inlining raw files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/inline_raw_files.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/inline_raw_files.mdwn b/doc/todo/inline_raw_files.mdwn new file mode 100644 index 000000000..0e0f0c298 --- /dev/null +++ b/doc/todo/inline_raw_files.mdwn @@ -0,0 +1,16 @@ +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. + +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][]. + +[branch]: http://www.physics.drexel.edu./~wking/code/git/git.php?p=ikiwiki.git +[blog]: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/yacc2dot/ + +usage +===== + + \[[!inline pagenames="somefile.txt" template="raw" feeds="no"]] |