diff --git a/.readme/_sites.md b/.readme/_sites.md
new file mode 100644
index 00000000..b28b5063
--- /dev/null
+++ b/.readme/_sites.md
@@ -0,0 +1,8 @@
+
+
+ Site | Status |
+
+
+ example.com |  |
+
+
\ No newline at end of file
diff --git a/.readme/config.json b/.readme/config.json
deleted file mode 100644
index 88556a84..00000000
--- a/.readme/config.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "build": "README.md",
- "files": ["./.readme/template.md"]
-}
diff --git a/.readme/readme.json b/.readme/readme.json
new file mode 100644
index 00000000..db539a62
--- /dev/null
+++ b/.readme/readme.json
@@ -0,0 +1,4 @@
+{
+ "build": "README.md",
+ "files": ["./.readme/readme.md"]
+}
diff --git a/.readme/template.md b/.readme/readme.md
similarity index 97%
rename from .readme/template.md
rename to .readme/readme.md
index a73700cb..2cd9f24a 100644
--- a/.readme/template.md
+++ b/.readme/readme.md
@@ -1,16 +1,16 @@
-# EPG
-
-EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
-
-## Usage
-
-To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player.
-
-
-#include "./.readme/_countries.md"
-
-All guides also have a compressed and JSON version. To download them, simply change the extension from `.xml` to `.xml.gz` or `.json` respectively.
-
-## Contribution
-
-If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).
+# EPG
+
+EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
+
+## Usage
+
+To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player.
+
+
+#include "./.readme/_countries.md"
+
+All guides also have a compressed and JSON version. To download them, simply change the extension from `.xml` to `.xml.gz` or `.json` respectively.
+
+## Contribution
+
+If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).
diff --git a/.readme/status.json b/.readme/status.json
new file mode 100644
index 00000000..1505b3a8
--- /dev/null
+++ b/.readme/status.json
@@ -0,0 +1,4 @@
+{
+ "build": "STATUS.md",
+ "files": ["./.readme/status.md"]
+}
\ No newline at end of file
diff --git a/.readme/status.md b/.readme/status.md
new file mode 100644
index 00000000..3ee20ea5
--- /dev/null
+++ b/.readme/status.md
@@ -0,0 +1,4 @@
+# Status
+
+
+#include "./.readme/_sites.md"