smiley: warn instead of error for missing smileys
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 13 Aug 2010 09:21:11 +0000 (11:21 +0200)
committerJoey Hess <joey@kitenet.net>
Fri, 13 Aug 2010 21:58:21 +0000 (17:58 -0400)
commitdf5de5b967a1e6e14161fd1269efe5b17d33eec1
tree4de148bb1bfda0812db7095cc2d3a63d89bf9bb8
parent07e27bd082cf8ecd55908f6486a344bb74503de6
smiley: warn instead of error for missing smileys

A missing smileys.mdwn caused the plugin to error out interrupting the
building process. Instead, we check for the file presence and warn without
erroring out in case it's missing, in a similar fashion as it's
currently done for the shortcut plugin.
IkiWiki/Plugin/smiley.pm