diff --git a/README.md b/README.md
index bccd8ca0c..d5a8e0606 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,23 @@
Minimal Linux Live
=======
-Website: http://skamilinux.hu/minimal
+Website 1: http://minimal.idzona.com
-Tutorial: http://skamilinux.hu/minimal/the_dao_of_minimal_linux_live.txt
+Website 2: http://skamilinux.hu/minimal
+
+Tutorial: http://minimal.idzona.com/the_dao_of_minimal_linux_live.txt
Architecture: http://blog.idzona.com/2016/04/component-architecture-of-minimal-linux-live.html
-Emulator: http://skamilinux.hu/minimal/emulator
+Emulator: http://minimal.idzona.com/emulator
-
+
YouTube: https://youtu.be/u5KYDaCLChc?list=PLe3TW5jDbUAiN9E9lvYFLIFFqAjjZS9xS
-
+
Other projects based on "Minimal Linux Live":
diff --git a/www/index.html b/www/index.html
index c4fd36045..e5a56ecc8 100644
--- a/www/index.html
+++ b/www/index.html
@@ -16,7 +16,7 @@
@@ -524,21 +524,18 @@
var html = footerDiv.innerHTML;
var sepa = '
| ';
- var afterSepa = 'Hosting by
{2}.'
+ var afterSepa = '
{2}'
var hostname = window.location.hostname;
- //hostname = 'linux-bg.org';
switch(hostname) {
- case 'linux-bg.org': {
- html += sepa;
- html += 'Hosting by
linux-bg.org';
- html += ' and ';
- html += '
linux-bulgaria.org.';
+ case 'minimal.idzona.com' : {
+ html += sepa;
+ html += afterSepa.replace("{1}", 'microweber.com').replace("{2}", 'Microweber CMS');
- footerDiv.innerHTML = html;
-
- break;
+ footerDiv.innerHTML = html;
+
+ break;
}
default: {
if(hostname != "") {
diff --git a/www/the_dao_of_minimal_linux_live.txt b/www/the_dao_of_minimal_linux_live.txt
index f7771bebc..ffa6b3d23 100644
--- a/www/the_dao_of_minimal_linux_live.txt
+++ b/www/the_dao_of_minimal_linux_live.txt
@@ -1,8 +1,9 @@
- The Dao of Minimal Linux Live (15-Feb-2015)
+ The Dao of Minimal Linux Live (10-Sep-2016)
Author: Ivan Davidov
- Website: http://minimal.linux-bg.org
+ Website: http://minimal.idzona.com
+ http://skamilinux.hu/minimal
Email: davidov (dot) i {at} gmail [dot] com
Redistributed by:
@@ -88,7 +89,7 @@
7_generate_iso.sh
build_minimal_linux_live.sh
- If you have followed the explanation posted on http://minimal.linux-bg.org then you already
+ If you have followed the explanation posted on http://minimal.idzona.com then you already
know that you need to execute the script "build_minimal_linux_live.sh". If you open this
file with text editor you will find out that all this script does is to execute all other
scripts one by one.