aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/embed.mdwn
Commit message (Collapse)AuthorAge
* formattingJoey Hess2008-12-31
|
* deprecate embed plugin tooJoey Hess2008-12-26
| | | | | | 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.
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* * Add embed plugin, which allows embedding content from google maps, video,joey2007-08-23
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.