logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 3b5880c41e8daad6a8ece975e0b05a2ade0e78ff
parent 4534608f787924afeef3be5ea9da75fbe715af10
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 17 Mar 2024 14:45:16 +0100

bookmarks.xsl.in: Link to /bookmarks.atom

Diffstat:

Mbookmarks.xsl.in1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bookmarks.xsl.in b/bookmarks.xsl.in @@ -14,6 +14,7 @@ <h1>Bookmarks</h1> <p> This is generated from <a href="/bookmarks.xbel">/bookmarks.xbel</a>, a standard-compliant <a href="http://pyxml.sourceforge.net/topics/xbel/">XBEL</a> file, which you can process and import in some browsers. (XSLT file used for it: <a href="/bookmarks.xsl">/bookmarks.xsl</a>).<br /> + An Atom syndication feed is also available at <a rel="alternate" type="application/atom+xml" href="/bookmarks.atom">/bookmarks.atom</a> if you want to get updates about new entries.<br /> It currently contains <xsl:number value="count(//bookmark)"/> links organised in <xsl:number value="count(//folder)"/> folders. </p>