diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-10-28 22:01:22 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-10-28 22:05:44 +0200 |
commit | c5ecb74930c688420749773ff2100bcfb96c4342 (patch) | |
tree | fb8df972192c1ab605e6cf3f1b6f973f7125755d | |
parent | cbe047d3a7c47d22b4f0c301975413293d83902e (diff) |
chore: update docs
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.md | 31 |
2 files changed, 30 insertions, 7 deletions
@@ -101,9 +101,9 @@ server { #+end_src ** Screenshots -[[https://files.migalmoreno.com/tubo_kiosk.jpg]] -[[https://files.migalmoreno.com/tubo_channel.jpg]] -[[https://files.migalmoreno.com/tubo_stream.jpg]] +| Kiosk | Channel | Stream | +|----------------------------------------------+------------------------------------------------+-----------------------------------------------| +| [[https://files.migalmoreno.com/tubo_kiosk.jpg]] | [[https://files.migalmoreno.com/tubo_channel.jpg]] | [[https://files.migalmoreno.com/tubo_stream.jpg]] | ** Contributing Feel free to open an issue with bug reports or feature requests. PRs are more than welcome too. @@ -43,7 +43,7 @@ To retrieve the data, it wraps the excellent [NewPipe Extractor](https://github. </tbody> </table> -If you consider self-hosting Tubo let me know about your instance via the [contribution methods](#org6588695). See [installation](#org4704244) for ways to set up Tubo in your server. +If you consider self-hosting Tubo let me know about your instance via the [contribution methods](#org7e7911e). See [installation](#org0916606) for ways to set up Tubo in your server. ## Installation @@ -118,9 +118,32 @@ If you want to self-host Tubo and make it publicly accessible you'll need to set ## Screenshots -![img](https://files.migalmoreno.com/tubo_kiosk.jpg) -![img](https://files.migalmoreno.com/tubo_channel.jpg) -![img](https://files.migalmoreno.com/tubo_stream.jpg) +<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> + + +<colgroup> +<col class="org-left" /> + +<col class="org-left" /> + +<col class="org-left" /> +</colgroup> +<thead> +<tr> +<th scope="col" class="org-left">Kiosk</th> +<th scope="col" class="org-left">Channel</th> +<th scope="col" class="org-left">Stream</th> +</tr> +</thead> + +<tbody> +<tr> +<td class="org-left"><img src="https://files.migalmoreno.com/tubo_kiosk.jpg" alt="tubo_kiosk.jpg" /></td> +<td class="org-left"><img src="https://files.migalmoreno.com/tubo_channel.jpg" alt="tubo_channel.jpg" /></td> +<td class="org-left"><img src="https://files.migalmoreno.com/tubo_stream.jpg" alt="tubo_stream.jpg" /></td> +</tr> +</tbody> +</table> ## Contributing |