From 580a72c4449c57cb743e09f44eeeb374cd00f172 Mon Sep 17 00:00:00 2001 From: David Banham Date: Fri, 8 Mar 2013 11:51:58 +1100 Subject: Bring multiplex up to date --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index bc2f360..18c80a0 100644 --- a/index.html +++ b/index.html @@ -358,6 +358,13 @@ function linkify( selector ) { theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none + globals: { + //multiplex: { + // id: '206589480dc41733' + // , secret: '13627006143682682664' + // , url: 'revealjs.jit.su:80' + //} + }, // Optional libraries used to extend on reveal.js dependencies: [ @@ -366,8 +373,11 @@ function linkify( selector ) { { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, + // { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }, + // { src: 'socket.io/socket.io.js', async: true, condition: function() { return !!document.body.classList; } }, + // { src: 'plugin/multiplex/client.js', async: true, condition: function() { return !!document.body.classList; } }, + // { src: 'plugin/multiplex/master.js', async: true, condition: function() { return !!document.body.classList; } }, { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } - // { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } ] }); -- cgit v1.2.3 From 4963f15ab31406cf1ee53dc4d116eb8f630f2b1a Mon Sep 17 00:00:00 2001 From: David Banham Date: Sat, 9 Mar 2013 10:16:44 +1100 Subject: Prevent users from accidentally using common credentials --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 18c80a0..5d69f8a 100644 --- a/index.html +++ b/index.html @@ -360,8 +360,9 @@ function linkify( selector ) { transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none globals: { //multiplex: { - // id: '206589480dc41733' - // , secret: '13627006143682682664' + //// Generate a unique id and secret at http://revealjs.jit.su/token + // id: '' + // , secret: '' // , url: 'revealjs.jit.su:80' //} }, -- cgit v1.2.3