From 7cae2951248245cb8b4da69d0f28065c394b31a2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 May 2010 00:42:52 -0400 Subject: on javascript, plugins, and htmlscrubber --- doc/plugins/contrib/flattr/discussion.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/plugins/contrib/flattr/discussion.mdwn (limited to 'doc/plugins/contrib/flattr') diff --git a/doc/plugins/contrib/flattr/discussion.mdwn b/doc/plugins/contrib/flattr/discussion.mdwn new file mode 100644 index 000000000..98b7771c5 --- /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]] -- cgit v1.2.3 From 744919eba0448c2d7494f57b89afa2d27dde5fbd Mon Sep 17 00:00:00 2001 From: jwalck Date: Mon, 17 May 2010 04:52:27 +0000 Subject: --- doc/plugins/contrib/flattr/discussion.mdwn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/plugins/contrib/flattr') diff --git a/doc/plugins/contrib/flattr/discussion.mdwn b/doc/plugins/contrib/flattr/discussion.mdwn index 98b7771c5..586139e9c 100644 --- a/doc/plugins/contrib/flattr/discussion.mdwn +++ b/doc/plugins/contrib/flattr/discussion.mdwn @@ -2,3 +2,8 @@ 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]] + +> Thanks, That's good to know. I'll try to continue the development of this +> plugin later, for now I just needed it to work. :) It will most likely +> evolve as my page does too. +> --[[jaywalk]] -- cgit v1.2.3 From ddb4f2410486f46255c4909bbb43b75c4b08f308 Mon Sep 17 00:00:00 2001 From: jwalck Date: Mon, 17 May 2010 04:56:44 +0000 Subject: --- doc/plugins/contrib/flattr/jaywalk.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/plugins/contrib/flattr/jaywalk.mdwn (limited to 'doc/plugins/contrib/flattr') diff --git a/doc/plugins/contrib/flattr/jaywalk.mdwn b/doc/plugins/contrib/flattr/jaywalk.mdwn new file mode 100644 index 000000000..31b3e0c4d --- /dev/null +++ b/doc/plugins/contrib/flattr/jaywalk.mdwn @@ -0,0 +1,5 @@ +Jonatan Walck. Home page: [jonatan.walck.se](http://jonatan.walck.se) + +## Contact ## +* jonatan at walck dot se +* [I2P-Bote key](http://jonatan.walck.i2p/docs/i2p-bote.txt) [what is this?](http://i2pbote.i2p.to/) -- cgit v1.2.3 From 4de7cdf2aaa7f35a33178da23e793e79ff073225 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 May 2010 13:13:11 -0400 Subject: fix location --- doc/plugins/contrib/flattr/jaywalk.mdwn | 5 ----- doc/users/jaywalk.mdwn | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 doc/plugins/contrib/flattr/jaywalk.mdwn create mode 100644 doc/users/jaywalk.mdwn (limited to 'doc/plugins/contrib/flattr') diff --git a/doc/plugins/contrib/flattr/jaywalk.mdwn b/doc/plugins/contrib/flattr/jaywalk.mdwn deleted file mode 100644 index 31b3e0c4d..000000000 --- a/doc/plugins/contrib/flattr/jaywalk.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -Jonatan Walck. Home page: [jonatan.walck.se](http://jonatan.walck.se) - -## Contact ## -* jonatan at walck dot se -* [I2P-Bote key](http://jonatan.walck.i2p/docs/i2p-bote.txt) [what is this?](http://i2pbote.i2p.to/) diff --git a/doc/users/jaywalk.mdwn b/doc/users/jaywalk.mdwn new file mode 100644 index 000000000..31b3e0c4d --- /dev/null +++ b/doc/users/jaywalk.mdwn @@ -0,0 +1,5 @@ +Jonatan Walck. Home page: [jonatan.walck.se](http://jonatan.walck.se) + +## Contact ## +* jonatan at walck dot se +* [I2P-Bote key](http://jonatan.walck.i2p/docs/i2p-bote.txt) [what is this?](http://i2pbote.i2p.to/) -- cgit v1.2.3