HTML::Entities::encode_numeric is not exported
[ikiwiki.git] / doc / bugs / pruning_is_too_strict.mdwn
blobee954e4bc3e8cb8b0dd7a91762e47751c28c86e8
1 ikiwiki compiles my wiki successfully. But the svn post-commit hook it installs doesn't work at all. Instead of rendering the files, it deletes their rendered versions. The reason is that the src directory, /home/.kelli/glasserc/wikiwc, matches the prune regexp, so no files in the wiki get added to @files.
3 I think the prune regexp would be more useful if it was only used to check the relative path from the src root to a file in the wiki.
5 > I agree with this feature wish.  Here is a _first cut_
6 > implementation for this feature.
8 > --[[roktas]]
10 [[bugs/Done]], and sorry it took so long to apply --[[Joey]]
12 > Thank you! -- Ethan