-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xslt.xml
27 lines (27 loc) · 924 Bytes
/
feed.xslt.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
id: 169
layout: atom
---
{%- comment -%}
*
* This layout loops through all of the collections and provide stylesheet
* and page for inclusion to the project mapping via layout.
*
* You may see the running code here:
* https://chetabahana.github.io/feed.xml
*
* The Structure of a Feed
* The JSON Feed format as JSON Feed Version 1.1
*
* Reference:
* https://github.com/XSLTdoc/XSLTdoc
* https://tools.ietf.org/html/rfc4287
* https://ef.gy/serving-an-atom-bundle
* https://github.com/jekyll/jekyll-feed
* https://awasu.com/kb/content/URL_Rewriting.php
* https://www.w3schools.com/xml/xsl_elementref.asp
* https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms762660(v=vs.85)
* https://github.com/chetabahana/chetabahana.github.io/blob/Chetabahana/_layouts/atom.xsl#L28
* https://www.data2type.de/xml-xslt-xslfo/newsfeeds-rss-atom/referenz-atom-elemente/atom-link/
*
{%- endcomment -%}