Update .readme
This commit is contained in:
8
.readme/_sites.md
Normal file
8
.readme/_sites.md
Normal file
@@ -0,0 +1,8 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th align="left">Site</th><th align="left">Status </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>
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"build": "README.md",
|
||||
"files": ["./.readme/template.md"]
|
||||
}
|
||||
4
.readme/readme.json
Normal file
4
.readme/readme.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"build": "README.md",
|
||||
"files": ["./.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.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
#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.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
#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).
|
||||
4
.readme/status.json
Normal file
4
.readme/status.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"build": "STATUS.md",
|
||||
"files": ["./.readme/status.md"]
|
||||
}
|
||||
4
.readme/status.md
Normal file
4
.readme/status.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Status
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
#include "./.readme/_sites.md"
|
||||
Reference in New Issue
Block a user