FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
void-linux.github.io/atom.xml at master · void-linux/void-linux.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
void-linux
/
void-linux.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
79
Code
Issues
9
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
void-linux.github.io
/
atom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (29 loc) · 909 Bytes
Breadcrumbs
void-linux.github.io
/
atom.xml
Copy path
File metadata and controls
33 lines (29 loc) · 909 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
28
29
30
31
32
33
---
layout: nil
---
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
feed
xmlns
=
"
http://www.w3.org/2005/Atom
"
>
<
title
>Void news</
title
>
<
subtitle
>Follow Void Linux news</
subtitle
>
<
link
href
=
"
https://voidlinux.org/
"
/>
<
link
type
=
"
application/atom+xml
"
rel
=
"
self
"
href
=
"
https://voidlinux.org/atom.xml
"
/>
<
updated
>{{ site.time | date_to_xmlschema }}</
updated
>
<
author
>
<
name
>Void Linux Team</
name
>
</
author
>
<
id
>https://voidlinux.org/</
id
>
{% for post in site.posts limit:20 %}
<
entry
>
<
title
>{{ post.title | xml_escape }}</
title
>
<
link
href
=
"
https://voidlinux.org{{ post.url }}
"
/>
<
id
>https://voidlinux.org{{ post.id }}</
id
>
<
published
>{{ post.date | date_to_xmlschema }}</
published
>
<
updated
>{{ post.date | date_to_xmlschema }}</
updated
>
<
content
type
=
"
xhtml
"
>
<
div
xmlns
=
"
http://www.w3.org/1999/xhtml
"
>
<
p
>{{ post.content }}</
p
>
</
div
>
</
content
>
</
entry
>
{% endfor %}
</
feed
>
Back
|
FazBrowse Home
|
New Git URL