diff options
author | martin f. krafft <madduck@madduck.net> | 2008-03-15 14:17:53 +0100 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-15 13:15:57 -0400 |
commit | 7893c7ff5c7c1e2df3c018b97f294028476f74e3 (patch) | |
tree | 915e28184def9de9093e53d05d7558fa77bc1033 /plugins/rst | |
parent | 1fac30a0698f9d001efa1190ba39bbdaad2492cc (diff) | |
download | ikiwiki-7893c7ff5c7c1e2df3c018b97f294028476f74e3.tar ikiwiki-7893c7ff5c7c1e2df3c018b97f294028476f74e3.tar.gz |
remove todo comment about refactoring
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit c6e7416f65285eba154a6a9b08c1401490f68bd1)
Diffstat (limited to 'plugins/rst')
-rwxr-xr-x | plugins/rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/rst b/plugins/rst index c1f07e4cd..06b36b80c 100755 --- a/plugins/rst +++ b/plugins/rst @@ -3,9 +3,6 @@ # # rst — xml-rpc-based ikiwiki plugin to process RST files # -# TODO: the top of this file should be converted to a python library for -# ikiwiki plugins -# # based a little bit on rst.pm by Sergio Talens-Oliag, but only a little bit. :) # # Copyright © martin f. krafft <madduck@madduck.net> |