From 1bf7fa836d59c344d47a044aed9222ab83441dde Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 22 Oct 2022 04:34:51 +0300 Subject: [PATCH] Update .readme --- .readme/_sites.md | 8 ++++++++ .readme/config.json | 4 ---- .readme/readme.json | 4 ++++ .readme/{template.md => readme.md} | 32 +++++++++++++++--------------- .readme/status.json | 4 ++++ .readme/status.md | 4 ++++ 6 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 .readme/_sites.md delete mode 100644 .readme/config.json create mode 100644 .readme/readme.json rename .readme/{template.md => readme.md} (97%) create mode 100644 .readme/status.json create mode 100644 .readme/status.md 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 @@ + + + + + + + +
SiteStatus                                                   
example.comexample.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"