aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/embed.mdwn
Commit message (Expand)AuthorAge
* formattingJoey Hess2008-12-31
* deprecate embed plugin too•••I see that this plugin's lists of safe content are already well out of date, and htmlscrubber_skip offers a non whitelist based approach, so let's deprecate this plugin for 3.0. Joey Hess2008-12-26
* Migrate doc/plugins via prefix_directives•••This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives Simon McVittie2008-07-21
* * Add embed plugin, which allows embedding content from google maps, video,••• calendar, and youtube. Normally, the htmlsanitiser eats these since they use unsafe tags, the embed plugin overrides it for trusted sites. * The googlecalendar plugin is now deprecated, and will be removed eventually. Please switch to using the embed plugin. joey2007-08-23