From: Joey Hess Date: Sat, 30 Apr 2011 20:52:19 +0000 (-0400) Subject: add github timo repo X-Git-Tag: 3.20110430~5 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/86aaa4223c80e438190abef447d2c9101c87ea66?hp=05b55f06fa36f45a80231bd43a9e1503c445ca2a add github timo repo --- diff --git a/doc/git.mdwn b/doc/git.mdwn index d221b7c35..ebea400ee 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -72,6 +72,7 @@ think about merging them. This is recommended. :-) * [[levitte]] `git://github.com/levitte/ikiwiki.git` * jo `git://git.debian.org/users/jo-guest/ikiwiki.git` ([browse](http://git.debian.org/?p=users/jo-guest/ikiwiki.git;a=summary)) +* [[timonator]] `git://github.com/timo/ikiwiki.git` ## branches diff --git a/doc/todo/nested_preprocessor_directives.mdwn b/doc/todo/nested_preprocessor_directives.mdwn index 1d44cea88..f38f94444 100644 --- a/doc/todo/nested_preprocessor_directives.mdwn +++ b/doc/todo/nested_preprocessor_directives.mdwn @@ -26,7 +26,7 @@ nesting, a new syntax would be needed. Maybe something xml-like? >> >> \[[!directive text=<> ... ->> <> FOO]] >> >> Since that's implemented, I will probably just merge it, >> once I satisfy myself it doesn't blow up in any edge cases.