From 6083c7a23cadf4a71580daaadbb78fc95934531b Mon Sep 17 00:00:00 2001 From: Thierry Poinot Date: Sun, 22 Apr 2012 13:34:17 +0200 Subject: [PATCH] refactoring files and directory structure --- {lib => css}/zerobin.css | 0 {lib => img}/busy.gif | Bin {lib => img}/icon_clone.png | Bin {lib => img}/icon_new.png | Bin {lib => img}/icon_send.png | Bin {lib => img}/icon_shorten.png | Bin {lib => js}/base64.js | 0 {lib => js}/jquery.js | 0 {lib => js}/rawdeflate.js | 0 {lib => js}/rawinflate.js | 0 {lib => js}/sjcl.js | 0 {lib => js}/zerobin.js | 0 tpl/page.html | 20 ++++++++++---------- 13 files changed, 10 insertions(+), 10 deletions(-) rename {lib => css}/zerobin.css (100%) rename {lib => img}/busy.gif (100%) rename {lib => img}/icon_clone.png (100%) rename {lib => img}/icon_new.png (100%) rename {lib => img}/icon_send.png (100%) rename {lib => img}/icon_shorten.png (100%) rename {lib => js}/base64.js (100%) rename {lib => js}/jquery.js (100%) rename {lib => js}/rawdeflate.js (100%) rename {lib => js}/rawinflate.js (100%) rename {lib => js}/sjcl.js (100%) rename {lib => js}/zerobin.js (100%) diff --git a/lib/zerobin.css b/css/zerobin.css similarity index 100% rename from lib/zerobin.css rename to css/zerobin.css diff --git a/lib/busy.gif b/img/busy.gif similarity index 100% rename from lib/busy.gif rename to img/busy.gif diff --git a/lib/icon_clone.png b/img/icon_clone.png similarity index 100% rename from lib/icon_clone.png rename to img/icon_clone.png diff --git a/lib/icon_new.png b/img/icon_new.png similarity index 100% rename from lib/icon_new.png rename to img/icon_new.png diff --git a/lib/icon_send.png b/img/icon_send.png similarity index 100% rename from lib/icon_send.png rename to img/icon_send.png diff --git a/lib/icon_shorten.png b/img/icon_shorten.png similarity index 100% rename from lib/icon_shorten.png rename to img/icon_shorten.png diff --git a/lib/base64.js b/js/base64.js similarity index 100% rename from lib/base64.js rename to js/base64.js diff --git a/lib/jquery.js b/js/jquery.js similarity index 100% rename from lib/jquery.js rename to js/jquery.js diff --git a/lib/rawdeflate.js b/js/rawdeflate.js similarity index 100% rename from lib/rawdeflate.js rename to js/rawdeflate.js diff --git a/lib/rawinflate.js b/js/rawinflate.js similarity index 100% rename from lib/rawinflate.js rename to js/rawinflate.js diff --git a/lib/sjcl.js b/js/sjcl.js similarity index 100% rename from lib/sjcl.js rename to js/sjcl.js diff --git a/lib/zerobin.js b/js/zerobin.js similarity index 100% rename from lib/zerobin.js rename to js/zerobin.js diff --git a/tpl/page.html b/tpl/page.html index 5ae1aec..06873b0 100644 --- a/tpl/page.html +++ b/tpl/page.html @@ -1,13 +1,13 @@ ZeroBin - - - - - - - + + + + + + +