summaryrefslogtreecommitdiff
path: root/doc/plugins/googlecalendar.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-31 13:33:10 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-31 13:33:10 -0500
commitffec6806087981420eaf83c8d83cc4523a46d0de (patch)
treeea6c5462ab1ced6288492bdb01424488b76089ce /doc/plugins/googlecalendar.mdwn
parent8c571160cf32be6e9c2698d1a02f95d7bdf073b1 (diff)
parent3e8b7a6b196767d2c7d21790b6ed7c3fb5f70d31 (diff)
Merge branch 'next'
Diffstat (limited to 'doc/plugins/googlecalendar.mdwn')
-rw-r--r--doc/plugins/googlecalendar.mdwn20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/plugins/googlecalendar.mdwn b/doc/plugins/googlecalendar.mdwn
deleted file mode 100644
index bca2ae74f..000000000
--- a/doc/plugins/googlecalendar.mdwn
+++ /dev/null
@@ -1,20 +0,0 @@
-[[!template id=plugin name=googlecalendar author="[[Joey]]"]]
-[[!tag type/special-purpose]]
-
-*Note*: This plugin is deprecated. Please switch to the [[embed]] plugin.
-
-This plugin allows embedding a google calendar iframe in the wiki.
-Normally, if the [[htmlscrubber]] is enabled, such iframes are scrubbed out
-of the wiki content since they're not very safe if created by malicious
-users. But some iframes are legitimate, and safe, if you trust the embedded
-content. This plugin is an example of how to deal with this in ikiwiki.
-
-Example use:
-
- \[[!googlecalendar html="""
- <iframe src="http://www.google.com/calendar/embed?src=adkrdken8mupngh13jshlbenoc%40group.calendar.google.com&title=OSEL%20Calendar&chrome=NAVIGATION&bgcolor=%2371d873&height=588" style=" border-width:0 " width="480" frameborder="0" height="588"></iframe>
- """]]
-
-The iframe should be the one provided by google. Note that it's used in a
-way that avoids cross-site scripting attacks, assuming you trust google's
-content.