From a6ae27b3c4eb5826c7ab188ec3ebe50be3dd32b4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 15 May 2019 02:01:48 +0200 Subject: Blog Updater (planet): Config + Template Update, Use OpenJDK 1.8 --- planet2/config/planet-config.xml | 8 ++++---- planet2/config/planet-template.html | 20 +++++++++++--------- planet2/update-planet.sh | 4 ++-- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/planet2/config/planet-config.xml b/planet2/config/planet-config.xml index 89372e7..4e8241d 100644 --- a/planet2/config/planet-config.xml +++ b/planet2/config/planet-config.xml @@ -13,10 +13,10 @@ /srv/www/jogamp.org/planet - - - - + + + + diff --git a/planet2/config/planet-template.html b/planet2/config/planet-template.html index 4b16c92..c6b8260 100644 --- a/planet2/config/planet-template.html +++ b/planet2/config/planet-template.html @@ -2,9 +2,11 @@ Planet JogAmp - + + + <#list feedlinks as feed> @@ -39,14 +41,14 @@

Feeds

- Powered by Hungry Harry + Powered by Hungry Harry

updated ${updated?string("MMM d, hh:mm")} diff --git a/planet2/update-planet.sh b/planet2/update-planet.sh index 5dcd292..57c9918 100644 --- a/planet2/update-planet.sh +++ b/planet2/update-planet.sh @@ -3,8 +3,8 @@ PLANET2=/srv/www/jogamp.org/planet2 cd $PLANET2 -export JRE_HOME=/opt-linux-x86_64/jre7 -# export JRE_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::") +# export JRE_HOME=/opt-linux-x86_64/jre7 +export JRE_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::") $JRE_HOME/bin/java -jar HungryHarry-SNAPSHOT-jar-with-dependencies.jar $PLANET2/config/planet-config.xml -- cgit v1.2.3