projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f230436
)
on javascript, plugins, and htmlscrubber
author
Joey Hess
<joey@kitenet.net>
Mon, 17 May 2010 04:42:52 +0000
(
00:42
-0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 17 May 2010 04:42:52 +0000
(
00:42
-0400)
doc/plugins/contrib/flattr/discussion.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/plugins/contrib/flattr/discussion.mdwn
b/doc/plugins/contrib/flattr/discussion.mdwn
new file mode 100644
(file)
index 0000000..
98b7771
--- /dev/null
+++ b/
doc/plugins/contrib/flattr/discussion.mdwn
@@ -0,0
+1,4
@@
+FWIW, it is possible for a plugin like this to add javascript to pages that
+are protected by htmlscrubber. Just return a token in your preprocess hook,
+and then have a format hook that replaces the token with the javascript.
+--[[Joey]]