aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/embed.mdwn
Commit message (Collapse)AuthorAge
* 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.