summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/filecheck.pm
AgeCommit message (Collapse)Author
2010-11-20make use of precompiled regex objectsSimon McVittie
2010-10-19add a missing chompJoey Hess
2010-08-09filecheck: Fall back to using the file command if the freedesktop magic file ↵Joey Hess
cannot identify a file.
2010-07-14add getsetup hookJoey Hess
2010-03-25filecheck: Fix bug that prevented the pagespecs from matching when not ↵Joey Hess
called by attachment plugin.
2010-03-25remove a few leftover manual folding indicatorsJoey Hess
2009-04-23pagespec error/failure distinction and error display by inlineJoey Hess
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * inline: Display a handy error message if the inline cannot display any pages due to such an error. This is perhaps somewhat incomplete, as other users of pagespecs do not display the error, and will eventually need similar modifications to inline. I should probably factor out a pagespec_match_all function and make it throw ErrorReasons.
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-09-01filecheck: Fall back to testing for binary or plain text files if no mime ↵Joey Hess
type is detected.
2008-08-28filecheck: Fixed two bits broken in move from attachment.Joey Hess
2008-08-27humansize moved to filecheckJoey Hess
It's not used there, but it makes sense to keep it there as it's the inverse of parsesize.
2008-08-25filecheck: New plugin factoring out the PageSpec additions that were ↵Joey Hess
originally part of the attachment plugin.