commit: 2319f7675949dc77ec9da692ff2f1f4bacc3a765
parent 3522a14cdc9ba139d9320f2f745dab8b8a964a46
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 24 Jul 2016 04:03:25 +0200
notes/gitlab: Creation (RSS feeds tip)
Diffstat:
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/notes/gitlab.shtml b/notes/gitlab.shtml
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+<!--#include file="/templates/head.shtml" -->
+ <title>Gitlab — lanodan’s cyber-home</title>
+ </head>
+ <body>
+<!--#include file="/templates/en/nav.shtml" -->
+ <main>
+ <p>To have RSS feeds on commits just put .atom after the branch name.</p>
+ <p>In example: <a href="https://gitlab.com/lanodan/blog/commits/master?utf8=%E2%9C%93&search=notes%2F">original</a> search for commit about notes and <a href="https://gitlab.com/lanodan/blog/commits/master.atom?utf8=%E2%9C%93&search=notes%2F">result</a></p>
+ </main>
+<!--#include file="/templates/en/footer.html" -->
+ </body>
+</html>