Update .readme

This commit is contained in:
Aleksandr Statciuk 2022-10-22 04:34:51 +03:00
parent fe1ab9f2e1
commit 1bf7fa836d
6 changed files with 36 additions and 20 deletions

8
.readme/_sites.md Normal file
View file

@ -0,0 +1,8 @@
<table>
<thead>
<tr><th align="left">Site</th><th align="left">Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th></tr>
</thead>
<tbody>
<tr><td valign="top" rowspan="1">example.com</td><td nowrap><a href="https://github.com/iptv-org/epg/actions/workflows/example.com.yml"><img src="https://github.com/iptv-org/epg/actions/workflows/example.com.yml/badge.svg" alt="example.com" style="max-width: 100%;"></a></td></tr>
</tbody>
</table>

View file

@ -1,4 +0,0 @@
{
"build": "README.md",
"files": ["./.readme/template.md"]
}

4
.readme/readme.json Normal file
View file

@ -0,0 +1,4 @@
{
"build": "README.md",
"files": ["./.readme/readme.md"]
}

View file

@ -1,16 +1,16 @@
# EPG # EPG
EPG (Electronic Program Guide) for thousands of TV channels collected from different sources. EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
## Usage ## 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. 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.
<!-- prettier-ignore --> <!-- prettier-ignore -->
#include "./.readme/_countries.md" #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. 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 ## 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). 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).

4
.readme/status.json Normal file
View file

@ -0,0 +1,4 @@
{
"build": "STATUS.md",
"files": ["./.readme/status.md"]
}

4
.readme/status.md Normal file
View file

@ -0,0 +1,4 @@
# Status
<!-- prettier-ignore -->
#include "./.readme/_sites.md"