diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-22 22:57:06 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-23 14:24:12 +0100 |
commit | 7c0a764bb7c68f10cc58c0edf8b65b74495c1401 (patch) | |
tree | f3b55bc544c69f47c660732fc6d85d88c484df35 /topic/index.html | |
parent | 8ecba6b9ed637978915c29b6b5f3116759395fbc (diff) |
Add topic guide and playing multimedia article
Diffstat (limited to 'topic/index.html')
-rw-r--r-- | topic/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/topic/index.html b/topic/index.html new file mode 100644 index 0000000..b26915c --- /dev/null +++ b/topic/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>Topic Guide</title> + <link rel="icon" type="image/png" href="/img/favicon.png"> + <link rel="stylesheet" href="/style.css"> + </head> + <body> +<header> + <span class="date">Updated on 2025-03-23</span> + <nav> + <a href="/">Home</a> / + <a href="/topic">Topic Guide</a> + </nav> +</header> +<main class="main"> + <h1>Topic Guide</h1> + <p>This page contains a list of guides on special topics the are not covered + in the <a href="/user_help.html">Dillo manual</a>. While the manual puts the + main focus on the browser and its features, some other topics require + additional pieces of software so they are better covered in an different + place. + <article> + <h2><a href="playing-multimedia">Playing multimedia</a></h2> + <p>While Dillo cannot play video or audio directly from the browser, it can + <em>easily</em> offload this task to other programs. This article covers how + to setup mpv with yt-dlp to be able to watch YouTube videos or listen to + Bandcamp albums by opening the URLs directly from Dillo. + </article> +</main> +<footer> +<a href="../index.html">← Home</a> +</footer> +</html> |