From a3f0c993e5d140910be8ed85c5d5b863db8207de Mon Sep 17 00:00:00 2001 From: Greg Mefford Date: Sat, 15 Feb 2014 15:22:49 -0500 Subject: [PATCH 1/2] Allow multiple occurances of %VERSION% on the same line --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07baf90..b1d23a7 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ update: | validate-version @echo "Don't forget to commit this" %.js: %.js.in | validate-version - sed -e "s/%VERSION%/$(VERSION)/" $< > $@ + sed -e "s/%VERSION%/$(VERSION)/g" $< > $@ %.html: %.html.in | validate-version - sed -e "s/%VERSION%/$(VERSION)/" $< > $@ + sed -e "s/%VERSION%/$(VERSION)/g" $< > $@ From d7c99c7eabc4e6523671af06370e4ba16ba5f81e Mon Sep 17 00:00:00 2001 From: Greg Mefford Date: Sat, 15 Feb 2014 15:27:37 -0500 Subject: [PATCH 2/2] Re-organized the Logstash home page for better first-impression --- _layouts/default.html | 39 ++++++++--------- _layouts/default.html.in | 39 ++++++++--------- images/screenshot.png | Bin 28277 -> 167773 bytes index.html | 53 +++++++++++++++++------ index.html.in | 53 +++++++++++++++++------ regen.sh | 0 style.css | 91 ++++++++++++++++++++++++++++++++------- 7 files changed, 192 insertions(+), 83 deletions(-) mode change 100644 => 100755 regen.sh diff --git a/_layouts/default.html b/_layouts/default.html index 735c02a..6717d51 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,33 +2,28 @@ - logstash - open source log management + Logstash - open source log management -
-
- +
+
+ + a log with a moustash + logstash + + +
+
+ {{ content }}
- -
- {{ content }} -
-
- -