From eaf525c9a79507fdb97f8f4e67169fa83ec3def1 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 1 Jul 2012 16:38:49 -0400 Subject: [PATCH] /lib restructuring --- README.md | 1 + css/main.css | 2 +- index.html | 10 +-- js/reveal.min.js | 63 ------------------ js/{slidenotes.js => reveal.slidenotes.js} | 0 lib/{js => highlight}/highlight.js | 0 lib/{css => highlight}/zenburn.css | 0 lib/{fonts => }/leaguegothic/LICENSE | 0 .../leaguegothic/league_gothic-webfont.ttf | Bin lib/{js => polyfills}/classList.js | 0 {slidenotes => lib/slidenotes}/index.js | 2 +- {slidenotes => lib/slidenotes}/notes.html | 0 12 files changed, 8 insertions(+), 70 deletions(-) delete mode 100644 js/reveal.min.js rename js/{slidenotes.js => reveal.slidenotes.js} (100%) rename lib/{js => highlight}/highlight.js (100%) rename lib/{css => highlight}/zenburn.css (100%) rename lib/{fonts => }/leaguegothic/LICENSE (100%) rename lib/{fonts => }/leaguegothic/league_gothic-webfont.ttf (100%) rename lib/{js => polyfills}/classList.js (100%) rename {slidenotes => lib/slidenotes}/index.js (97%) rename {slidenotes => lib/slidenotes}/notes.html (100%) diff --git a/README.md b/README.md index 74b922e..e55c339 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ You can change the appearance of the speaker notes by editing the file at `slide - API methods for adding or removing all event listeners - The 'slidechange' event now includes currentSlide and previousSlide - Fixed bug where 'slidechange' was firing twice when history was enabled +- Changed /lib structure #### 1.3 - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff) diff --git a/css/main.css b/css/main.css index 5797256..16fae24 100644 --- a/css/main.css +++ b/css/main.css @@ -11,7 +11,7 @@ @font-face { font-family: 'League Gothic'; - src: url('../lib/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype'); + src: url('../lib/leaguegothic/league_gothic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } diff --git a/index.html b/index.html index d65c1ca..a3378f1 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - + @@ -264,8 +264,8 @@ linkify( 'a' ); - - + + @@ -317,7 +317,7 @@ linkify( 'a' ); - - + \ No newline at end of file diff --git a/js/reveal.min.js b/js/reveal.min.js deleted file mode 100644 index 7a68ab0..0000000 --- a/js/reveal.min.js +++ /dev/null @@ -1,63 +0,0 @@ -/*! - * reveal.js 1.4 - * http://lab.hakim.se/reveal-js - * MIT licensed - * - * Copyright (C) 2012 Hakim El Hattab, http://hakim.se - */ -var Reveal=(function(){var j=".reveal .slides>section",a=".reveal .slides>section.present>section",e=!!("ontouchstart" in window),k=0,c=0,H={controls:true,progress:false,history:false,loop:false,mouseWheel:true,rollingLinks:true,transition:"default",theme:"default"},T=[],d={},J=document.body.style.WebkitPerspective!==undefined||document.body.style.MozPerspective!==undefined||document.body.style.msPerspective!==undefined||document.body.style.OPerspective!==undefined||document.body.style.perspective!==undefined,l=document.body.style.WebkitTransform!==undefined||document.body.style.MozTransform!==undefined||document.body.style.msTransform!==undefined||document.body.style.OTransform!==undefined||document.body.style.transform!==undefined,x=!!document.body.classList; -mouseWheelTimeout=0,writeURLTimeout=0,touch={startX:0,startY:0,startSpan:0,startCount:0,handled:false,threshold:40};function h(V){if((!l&&!J)||!x){document.body.setAttribute("class","no-transforms"); -return;}d.wrapper=document.querySelector(".reveal");d.progress=document.querySelector(".reveal .progress");d.progressbar=document.querySelector(".reveal .progress span"); -if(H.controls){d.controls=document.querySelector(".reveal .controls");d.controlsLeft=document.querySelector(".reveal .controls .left");d.controlsRight=document.querySelector(".reveal .controls .right"); -d.controlsUp=document.querySelector(".reveal .controls .up");d.controlsDown=document.querySelector(".reveal .controls .down");}z();q(H,V);C();D();if(navigator.userAgent.match(/(iphone|ipod|android)/i)){document.documentElement.style.overflow="scroll"; -document.body.style.height="120%";window.addEventListener("load",P,false);window.addEventListener("orientationchange",P,false);}}function C(){if(J===false){H.transition="linear"; -}if(H.controls&&d.controls){d.controls.style.display="block";}if(H.progress){d.progress.style.display="block";}if(H.transition!=="default"){d.wrapper.classList.add(H.transition); -}if(H.theme!=="default"){d.wrapper.classList.add(H.theme);}if(H.mouseWheel){document.addEventListener("DOMMouseScroll",m,false);document.addEventListener("mousewheel",m,false); -}if(H.rollingLinks){E();}}function z(){document.addEventListener("keydown",S,false);document.addEventListener("touchstart",v,false);document.addEventListener("touchmove",R,false); -document.addEventListener("touchend",L,false);window.addEventListener("hashchange",t,false);if(H.controls&&d.controls){d.controlsLeft.addEventListener("click",n(w),false); -d.controlsRight.addEventListener("click",n(i),false);d.controlsUp.addEventListener("click",n(r),false);d.controlsDown.addEventListener("click",n(A),false); -}}function K(){document.removeEventListener("keydown",S,false);document.removeEventListener("touchstart",v,false);document.removeEventListener("touchmove",R,false); -document.removeEventListener("touchend",L,false);window.removeEventListener("hashchange",t,false);if(H.controls&&d.controls){d.controlsLeft.removeEventListener("click",n(w),false); -d.controlsRight.removeEventListener("click",n(i),false);d.controlsUp.removeEventListener("click",n(r),false);d.controlsDown.removeEventListener("click",n(A),false); -}}function q(W,V){for(var X in V){W[X]=V[X];}}function I(X,V){var Y=X.x-V.x,W=X.y-V.y;return Math.sqrt(Y*Y+W*W);}function n(V){return function(W){W.preventDefault(); -V.call();};}function P(){setTimeout(function(){window.scrollTo(0,1);},0);}function S(W){if(W.target.contentEditable!="inherit"||W.shiftKey||W.altKey||W.ctrlKey||W.metaKey){return; -}var V=false;switch(W.keyCode){case 80:case 33:N();V=true;break;case 78:case 34:u();V=true;break;case 72:case 37:w();V=true;break;case 76:case 39:i();V=true; -break;case 75:case 38:r();V=true;break;case 74:case 40:A();V=true;break;case 36:F(0);V=true;break;case 35:F(Number.MAX_VALUE);V=true;break;case 32:O()?Q():u(); -V=true;break;case 13:if(O()){Q();V=true;}break;}if(V){W.preventDefault();}else{if(W.keyCode===27&&J){if(O()){Q();}else{B();}W.preventDefault();}}}function v(V){touch.startX=V.touches[0].clientX; -touch.startY=V.touches[0].clientY;touch.startCount=V.touches.length;if(V.touches.length===2){touch.startSpan=I({x:V.touches[1].clientX,y:V.touches[1].clientY},{x:touch.startX,y:touch.startY}); -}}function R(aa){if(!touch.handled){var Y=aa.touches[0].clientX;var X=aa.touches[0].clientY;if(aa.touches.length===2&&touch.startCount===2){var Z=I({x:aa.touches[1].clientX,y:aa.touches[1].clientY},{x:touch.startX,y:touch.startY}); -if(Math.abs(touch.startSpan-Z)>touch.threshold){touch.handled=true;if(Ztouch.threshold&&Math.abs(W)>Math.abs(V)){touch.handled=true;w();}else{if(W<-touch.threshold&&Math.abs(W)>Math.abs(V)){touch.handled=true;i();}else{if(V>touch.threshold){touch.handled=true; -r();}else{if(V<-touch.threshold){touch.handled=true;A();}}}}}}aa.preventDefault();}}function L(V){touch.handled=false;}function m(V){clearTimeout(mouseWheelTimeout); -mouseWheelTimeout=setTimeout(function(){var W=V.detail||-V.wheelDelta;if(W>0){u();}else{N();}},100);}function t(V){D();}function E(){if(J){var W=document.querySelectorAll(".reveal .slides section a:not(.image)"); -for(var X=0,V=W.length;X'+Y.innerHTML+"";}}}}function B(){d.wrapper.classList.add("overview");var V=Array.prototype.slice.call(document.querySelectorAll(j)); -for(var aa=0,Y=V.length;aa3?"none":"block"; -}aa[Z].classList.remove("past");aa[Z].classList.remove("present");aa[Z].classList.remove("future");if(ZY){aa[Z].classList.add("future"); -}}if(V.querySelector("section")){aa[Z].classList.add("stack");}}aa[Y].classList.add("present");var X=aa[Y].getAttribute("data-state");if(X){T=T.concat(X.split(" ")); -}}else{Y=0;}return Y;}function b(ab,ag){var Y=T.concat();T.length=0;var af=k,W=c;k=U(j,ab===undefined?k:ab);c=U(a,ag===undefined?c:ag);stateLoop:for(var Z=0,ad=T.length; -Z0,right:k0,down:c0||c>0){V+=k;}if(c>0){V+="/"+c;}window.location.hash=V;}}function o(W,V){var X=document.createEvent("HTMLEvents",1,2); -X.initEvent(W,true,true);q(X,V);d.wrapper.dispatchEvent(X);}function s(){if(document.querySelector(a+".present")){var W=document.querySelectorAll(a+".present .fragment:not(.visible)"); -if(W.length){W[0].classList.add("visible");o("fragmentshown",{fragment:W[0]});return true;}}else{var V=document.querySelectorAll(j+".present .fragment:not(.visible)"); -if(V.length){V[0].classList.add("visible");o("fragmentshown",{fragment:V[0]});return true;}}return false;}function G(){if(document.querySelector(a+".present")){var W=document.querySelectorAll(a+".present .fragment.visible"); -if(W.length){W[W.length-1].classList.remove("visible");o("fragmenthidden",{fragment:W[0]});return true;}}else{var V=document.querySelectorAll(j+".present .fragment.visible"); -if(V.length){V[V.length-1].classList.remove("visible");o("fragmenthidden",{fragment:V[0]});return true;}}return false;}function F(W,V){b(W,V);}function w(){if(O()||G()===false){b(k-1,0); -}}function i(){if(O()||s()===false){b(k+1,0);}}function r(){if(O()||G()===false){b(k,c-1);}}function A(){if(O()||s()===false){b(k,c+1);}}function N(){if(G()===false){if(f().up){r(); -}else{var V=document.querySelector(".reveal .slides>section.past:nth-child("+k+")");if(V){c=(V.querySelectorAll("section").length+1)||0;k--;b();}}}}function u(){if(s()===false){f().down?A():i(); -}}function M(){if(O()){Q();}else{B();}}return{initialize:h,navigateTo:F,navigateLeft:w,navigateRight:i,navigateUp:r,navigateDown:A,navigatePrev:N,navigateNext:u,toggleOverview:M,addEventListeners:z,removeEventListeners:K,addEventListener:function(W,X,V){(d.wrapper||document.querySelector(".reveal")).addEventListener(W,X,V); -},removeEventListener:function(W,X,V){(d.wrapper||document.querySelector(".reveal")).removeEventListener(W,X,V);}};})(); \ No newline at end of file diff --git a/js/slidenotes.js b/js/reveal.slidenotes.js similarity index 100% rename from js/slidenotes.js rename to js/reveal.slidenotes.js diff --git a/lib/js/highlight.js b/lib/highlight/highlight.js similarity index 100% rename from lib/js/highlight.js rename to lib/highlight/highlight.js diff --git a/lib/css/zenburn.css b/lib/highlight/zenburn.css similarity index 100% rename from lib/css/zenburn.css rename to lib/highlight/zenburn.css diff --git a/lib/fonts/leaguegothic/LICENSE b/lib/leaguegothic/LICENSE similarity index 100% rename from lib/fonts/leaguegothic/LICENSE rename to lib/leaguegothic/LICENSE diff --git a/lib/fonts/leaguegothic/league_gothic-webfont.ttf b/lib/leaguegothic/league_gothic-webfont.ttf similarity index 100% rename from lib/fonts/leaguegothic/league_gothic-webfont.ttf rename to lib/leaguegothic/league_gothic-webfont.ttf diff --git a/lib/js/classList.js b/lib/polyfills/classList.js similarity index 100% rename from lib/js/classList.js rename to lib/polyfills/classList.js diff --git a/slidenotes/index.js b/lib/slidenotes/index.js similarity index 97% rename from slidenotes/index.js rename to lib/slidenotes/index.js index d27847e..26b0463 100644 --- a/slidenotes/index.js +++ b/lib/slidenotes/index.js @@ -11,7 +11,7 @@ io = io.listen(app); var opts = { port : 1947, - baseDir : __dirname + '/../' + baseDir : __dirname + '/../../' }; io.sockets.on('connection', function(socket) { diff --git a/slidenotes/notes.html b/lib/slidenotes/notes.html similarity index 100% rename from slidenotes/notes.html rename to lib/slidenotes/notes.html