FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lvivJavaClub.github.io/release.xml at master · lvivJavaClub/lvivJavaClub.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lvivJavaClub
/
lvivJavaClub.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lvivJavaClub.github.io
/
release.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 1.3 KB
Breadcrumbs
lvivJavaClub.github.io
/
release.xml
Copy path
File metadata and controls
35 lines (35 loc) · 1.3 KB
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
34
35
---
layout: null
permalink: /release.xml
---
{% assign feed_url = page.url | absolute_url %}<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
feed
xmlns
=
"
http://www.w3.org/2005/Atom
"
>
<
title
>Release</
title
>
<
id
>{{ feed_url }}</
id
>
<
updated
>{{ site.releases[0].EntryPublished | date_to_xmlschema }}</
updated
>
<
rights
>Copyright © {{ 'now' | date: "%Y" }}, Lviv JavaClub</
rights
>
{% assign releases = site.releases | where_exp: "post", "post.draft != true" %} {% for release in releases limit: 50 %}
<
entry
>
<
title
>{{ release.FeedTitle }}</
title
>
<
link
rel
=
"
alternate
"
type
=
"
text/html
"
href
=
"
{{ post | absolute_url }}
"
/>
<
link
rel
=
"
related
"
type
=
"
text/html
"
href
=
"
{{ post | absolute_url }}
"
/>
<
id
>{{ post | absolute_url }}</
id
>
<
imageUrl
xml
:
lang
=
"
en
"
>
<![CDATA[
{{ release.EntryImageUrl }}
]]>
</
imageUrl
>
<
published
>{{ release.EntryPublished | date_to_xmlschema }}</
published
>
<
updated
>{{ release.EntryPublished | default: post.date | date_to_xmlschema }}</
updated
>
<
author
>
<
name
>{{ release.Product }}</
name
>
<
uri
>{{ release.EntryUrl | default: site.url }}</
uri
>
</
author
>
<
content
type
=
"
html
"
xml
:
base
=
"
{{ site.url }}
"
xml
:
lang
=
"
en
"
>
<![CDATA[
<div>
{{ release.content }}
</div>
]]>
</
content
>
</
entry
>{% endfor %}
</
feed
>
Back
|
FazBrowse Home
|
New Git URL