]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn
A rough implementation is now available, needs testing.
[ikiwiki.git] / doc / todo / po:_remove_po_files_when_disabling_plugin.mdwn
index 5d0318ae10f66363642ac49539d3f2c7dbd9a6e4..6c11fa17baafc5db4ebab4b916f4151096b8bbdc 100644 (file)
@@ -11,3 +11,9 @@ files from the source repository when it has been disabled?
 >> `rcs_remove` rather than a good old `unlink`. --[[intrigeri]]
 
 >>> I guess you could call `rcs_remove` followed by `unlink`. --[[Joey]] 
+
+>>>> Implemented in my `po-disable` branch, added a basic test case
+>>>> that passes, not tested in a real ikiwiki with a VCS yet.
+>>>> Not sure I'll have time to do better any time soon, but for
+>>>> anyone interested to lead this to completion, it should be a good
+>>>> starting point. --[[intrigeri]]