aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/filecheck.pm
Commit message (Collapse)AuthorAge
* filecheck: accept MIME types that don't contain ';'Simon McVittie2014-09-10
|
* filecheck: Fix bug that prevented File::MimeInfo::Magic from ever being used.Joey Hess2012-11-04
|
* remove misc sectionJoey Hess2012-03-28
|
* make use of precompiled regex objectsSimon McVittie2010-11-20
|
* add a missing chompJoey Hess2010-10-19
|
* filecheck: Fall back to using the file command if the freedesktop magic file ↵Joey Hess2010-08-09
| | | | cannot identify a file.
* add getsetup hookJoey Hess2010-07-14
|
* filecheck: Fix bug that prevented the pagespecs from matching when not ↵Joey Hess2010-03-25
| | | | called by attachment plugin.
* remove a few leftover manual folding indicatorsJoey Hess2010-03-25
|
* pagespec error/failure distinction and error display by inlineJoey Hess2009-04-23
| | | | | | | | | | | | | * 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.
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* filecheck: Fall back to testing for binary or plain text files if no mime ↵Joey Hess2008-09-01
| | | | type is detected.
* filecheck: Fixed two bits broken in move from attachment.Joey Hess2008-08-28
|
* humansize moved to filecheckJoey Hess2008-08-27
| | | | | It's not used there, but it makes sense to keep it there as it's the inverse of parsesize.
* filecheck: New plugin factoring out the PageSpec additions that were ↵Joey Hess2008-08-25
originally part of the attachment plugin.