logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 2da3d96f527fdbf09a48f53a1f264fbe7ef68f37
parent 68d4d47719b2aa2e44ff9d56f027c66a0e39d390
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 23 Feb 2017 17:38:17 +0100

notes/feeds: Youtube & DeviantArt urls

Diffstat:

Anotes/feeds.shtml18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/notes/feeds.shtml b/notes/feeds.shtml @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> +<!--#include file="/templates/head.shtml" --> + <title>osu! — lanodan’s cyber-home</title> + </head> + <body> +<!--#set var="feedUrl" value='http://gitlab.com/lanodan/blog/commits/master.atom?utf8=%E2%9C%93&search=notes%2F' --><!--#include file="/templates/en/nav.shtml" --> + <main> + <h1>List of non-advertised RSS/Atom feeds</h1> + <ul> + <li><strong>DeviantArt</strong>: <code>http://backend.deviantart.com/rss.xml?type=deviation&amp;q=by%3A<em>username</em>+sort%3Atime+meta%3Aall</code> example: <a href="http://backend.deviantart.com/rss.xml?type=deviation&amp;q=by%3AJocelynSamara+sort%3Atime+meta%3Aall">JocelynSamara</a> + <li><strong>Youtube</strong>: <code>https://www.youtube.com/feeds/videos.xml?channel_id=<em>channed_id</em></code> example: <a href="https://www.youtube.com/feeds/videos.xml?channel_id=UCPhACJPOrdHabeo5_xfFRdA">Cordélia Aime</a> + </ul> + </main> +<!--#include file="/templates/en/footer.html" --> + </body> +</html>