From 4006463241dcd3c089d19c9a85865bcc93aed63b Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 5 Mar 2015 00:22:39 +0100 Subject: [PATCH] - yWeb: rename original style to tuxbox style --- src/nhttpd/web/Y_Dist.css | 4 ++-- src/nhttpd/web/Y_Version.txt | 2 +- src/nhttpd/web/styles/Makefile.am | 2 +- .../styles/{Y_Dist-Original_yWeb.css => Y_Dist-Tuxbox.css} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename src/nhttpd/web/styles/{Y_Dist-Original_yWeb.css => Y_Dist-Tuxbox.css} (75%) diff --git a/src/nhttpd/web/Y_Dist.css b/src/nhttpd/web/Y_Dist.css index 0ccf32fc7..35f1301dc 100644 --- a/src/nhttpd/web/Y_Dist.css +++ b/src/nhttpd/web/Y_Dist.css @@ -1,5 +1,5 @@ -/* - Original yWeb Style - Do not modify. +/* + Tuxbox yWeb Style - Do not modify. When you're a distributor, use your own styles/Y_Dist-.css file. When you're a user, use Y_User.css. diff --git a/src/nhttpd/web/Y_Version.txt b/src/nhttpd/web/Y_Version.txt index 7fd7eedc9..39f8ecf2c 100644 --- a/src/nhttpd/web/Y_Version.txt +++ b/src/nhttpd/web/Y_Version.txt @@ -1,4 +1,4 @@ -version=2.9.0.11 +version=2.9.0.12 date=04.03.2015 type=Release info=Port CST diff --git a/src/nhttpd/web/styles/Makefile.am b/src/nhttpd/web/styles/Makefile.am index 1ae499e90..e3f6d2acf 100644 --- a/src/nhttpd/web/styles/Makefile.am +++ b/src/nhttpd/web/styles/Makefile.am @@ -1,3 +1,3 @@ installdir = $(DATADIR)/neutrino/httpd/styles -install_DATA = Y_Dist-Original_yWeb.css +install_DATA = Y_Dist-Tuxbox.css diff --git a/src/nhttpd/web/styles/Y_Dist-Original_yWeb.css b/src/nhttpd/web/styles/Y_Dist-Tuxbox.css similarity index 75% rename from src/nhttpd/web/styles/Y_Dist-Original_yWeb.css rename to src/nhttpd/web/styles/Y_Dist-Tuxbox.css index c24b0c767..35f1301dc 100644 --- a/src/nhttpd/web/styles/Y_Dist-Original_yWeb.css +++ b/src/nhttpd/web/styles/Y_Dist-Tuxbox.css @@ -1,5 +1,5 @@ /* - Original yWeb Style - Do not modify. + Tuxbox yWeb Style - Do not modify. When you're a distributor, use your own styles/Y_Dist-.css file. When you're a user, use Y_User.css.