Moved README.md sources to .readme folder

This commit is contained in:
freearhey
2019-11-02 00:59:42 +03:00
parent 9475d64d94
commit 0eda036a3f
9 changed files with 17 additions and 15 deletions

View File

@@ -1,42 +0,0 @@
# IPTV
Collection of 8000+ publicly available IPTV channels from all over the world.
Internet Protocol television (IPTV) is the delivery of television content over Internet Protocol (IP) networks.
## Usage
To watch IPTV you just need to paste this link `https://iptv-org.github.io/iptv/index.m3u` to any player with support M3U-playlists.
![VLC Network Panel](preview.png)
If your application does not support nested playlists, you can instead use one of these playlists:
- `https://iptv-org.github.io/iptv/index.full.m3u` (grouped by country and content)
- `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country)
- `https://iptv-org.github.io/iptv/index.content.m3u` (grouped by content)
- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language)
Or select one of the playlists from the list below.
## Playlists by category
#include "./helpers/categories.md"
## Playlists by language
#include "./helpers/languages.md"
## Playlists by country
#include "./helpers/countries.md"
## Resources
You can find a links to various IPTV related resources in a separate [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository.
## Contribution
Please make sure to read the [Contributing Guide](.github/CONTRIBUTING.md) before making a pull request.
If you just found an error or have any suggestions on how to organize a playlist please send an [issue](https://github.com/iptv-org/iptv/issues).

View File

@@ -1 +0,0 @@
<table><thead><tr><th align="left">Language</th><th align="right">Channels</th><th align="left">Playlist</th></tr></thead><tbody><tr><td align="left">Albanian</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/sq.m3u</code></td></tr><tr><td align="left">Arabic</td><td align="right">20</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ar.m3u</code></td></tr><tr><td align="left">Bulgarian</td><td align="right">7</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/bg.m3u</code></td></tr><tr><td align="left">Chinese</td><td align="right">839</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/zh.m3u</code></td></tr><tr><td align="left">Croatian</td><td align="right">2</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/hr.m3u</code></td></tr><tr><td align="left">Czech</td><td align="right">16</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/cs.m3u</code></td></tr><tr><td align="left">Danish</td><td align="right">8</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/da.m3u</code></td></tr><tr><td align="left">Dutch</td><td align="right">7</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/nl.m3u</code></td></tr><tr><td align="left">English</td><td align="right">178</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/en.m3u</code></td></tr><tr><td align="left">Estonian</td><td align="right">9</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/et.m3u</code></td></tr><tr><td align="left">Finnish</td><td align="right">2</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fi.m3u</code></td></tr><tr><td align="left">Greek</td><td align="right">11</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/el.m3u</code></td></tr><tr><td align="left">Hebrew</td><td align="right">10</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/he.m3u</code></td></tr><tr><td align="left">Maltese</td><td align="right">2</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/mt.m3u</code></td></tr><tr><td align="left">Norwegian Bokmål</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/nb.m3u</code></td></tr><tr><td align="left">Persian</td><td align="right">4</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fa.m3u</code></td></tr><tr><td align="left">Portuguese</td><td align="right">51</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/pt.m3u</code></td></tr><tr><td align="left">Serbian</td><td align="right">5</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/sr.m3u</code></td></tr><tr><td align="left">Spanish</td><td align="right">26</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/es.m3u</code></td></tr><tr><td align="left">Turkish</td><td align="right">39</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/tr.m3u</code></td></tr><tr><td align="left">Undefined</td><td align="right">5448</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr></tbody></table>

View File

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

View File

@@ -85,7 +85,7 @@ function generateCountriesTable() {
]
})
util.createFile('./helpers/countries.md', table)
util.createFile('./.readme/_countries.md', table)
}
function generateLanguagesTable() {
@@ -105,7 +105,7 @@ function generateLanguagesTable() {
]
})
util.createFile('./helpers/languages.md', table)
util.createFile('./.readme/_languages.md', table)
}
function generateCategoriesTable() {
@@ -125,11 +125,11 @@ function generateCategoriesTable() {
]
})
util.createFile('./helpers/categories.md', table)
util.createFile('./.readme/_categories.md', table)
}
function generateReadme() {
markdownInclude.compileFiles(path.resolve(__dirname, './markdown.json'))
markdownInclude.compileFiles(path.resolve(__dirname, '../.readme/config.json'))
}
main()