From 4aeb76cdacd95b34df1a9b149bdccd6f44031fc1 Mon Sep 17 00:00:00 2001 From: Robin Buse Date: Tue, 16 Aug 2011 23:25:42 +0300 Subject: [PATCH 1/3] Reworked the start page (brighter, added top bar, font on Windows sharper), fixed some padding bugs (firefox) and compressed the js --- static/index.html | 181 ++++++++++++++++++++++------------------------ 1 file changed, 86 insertions(+), 95 deletions(-) diff --git a/static/index.html b/static/index.html index c4f2e4e9..ac1cf62c 100644 --- a/static/index.html +++ b/static/index.html @@ -1,124 +1,115 @@ - + Etherpad Lite - +
-
New Pad
-
-
or create/open a Pad with the name
+
New Pad

or create/open a Pad with the name
-
- - + typeof costumStart == "function" && costumStart(); + + \ No newline at end of file From d3a33024ec55f7781ced7c2521158532d356acfa Mon Sep 17 00:00:00 2001 From: Robin Buse Date: Wed, 17 Aug 2011 21:58:07 +0300 Subject: [PATCH 2/3] reverted js functions but reduced if clause using ternary operation --- static/index.html | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/static/index.html b/static/index.html index ac1cf62c..e995cdb2 100644 --- a/static/index.html +++ b/static/index.html @@ -96,20 +96,31 @@ \ No newline at end of file From 80c9f8ae8f44afd72d377ccf33efe4773623eefb Mon Sep 17 00:00:00 2001 From: Robin Buse Date: Fri, 19 Aug 2011 03:06:29 +0300 Subject: [PATCH 3/3] typo fix :) --- bin/buildForWindows.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 bin/buildForWindows.sh diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh old mode 100755 new mode 100644 index faad735e..1c693fa5 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -30,7 +30,7 @@ hash unzip > /dev/null 2>&1 || { START_FOLDER=$(pwd); -echo "create a clean enviroment in /tmp/etherpad-lite-win..." +echo "create a clean environment in /tmp/etherpad-lite-win..." rm -rf /tmp/etherpad-lite-win cp -ar . /tmp/etherpad-lite-win cd /tmp/etherpad-lite-win @@ -70,4 +70,4 @@ mv etherpad-lite-win.zip $START_FOLDER echo "clean up..." rm -rf /tmp/etherpad-lite-win -echo "finished. You can find the zip in the etherpad lite root folder, its called etherpad-lite-win.zip" +echo "Finished. You can find the zip in the Etherpad Lite root folder, it's called etherpad-lite-win.zip"