Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • archived_aeber12s_1/fslab.de
  • archived_avinok2s_1/fslab.de
  • fsl/fslab.de
3 results
Show changes
Showing
with 3787 additions and 24 deletions
......@@ -3,28 +3,39 @@ layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.title | xml_escape }}</title>
<description>{{ site.description | xml_escape }}</description>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml" />
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
{% for tag in post.tags %}
<category>{{ tag | xml_escape }}</category>
{% endfor %}
{% for cat in post.categories %}
<category>{{ cat | xml_escape }}</category>
{% endfor %}
</item>
{% endfor %}
</channel>
<channel>
<title>{{ site.title | xml_escape }}</title>
<description>{{ site.description | xml_escape }}</description>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml" />
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{% if post.categories contains 'event' %}
{% capture eventstuff %}
<p>
Anfang: {{ post.eventstart | date: "%d.%m.%Y %H:%M" }}<br />
Ende: {{ post.eventend | date: "%d.%m.%Y %H:%M" }}<br />
Ort: {% if post.location %}{{ post.location }}{% else %}Free Software Lab{% endif %}
{% if post.organizer %}<br />Organisation: {{ post.organizer }}{% endif %}
</p>
{% endcapture %}
{{ eventstuff | xml_escape }}
{% endif %}
{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
{% for tag in post.tags %}
<category>{{ tag | xml_escape }}</category>
{% endfor %}
{% for cat in post.categories %}
<category>{{ cat | xml_escape }}</category>
{% endfor %}
</item>
{% endfor %}
</channel>
</rss>
File added
File added
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
File added
File added
This diff is collapsed.
images/favicons/android-chrome-192x192.png

13.6 KiB

images/favicons/android-chrome-512x512.png

43.5 KiB

images/favicons/apple-touch-icon.png

12.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/images/favicons/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
images/favicons/favicon-16x16.png

885 B

images/favicons/favicon-32x32.png

1.44 KiB

images/favicons/favicon.ico

14.7 KiB

{
"name": "Free Software Labor",
"icons": [
{
"src": "/images/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
\ No newline at end of file
images/favicons/mstile-144x144.png

9.58 KiB

images/favicons/mstile-150x150.png

9.1 KiB

images/favicons/mstile-310x150.png

9.85 KiB

images/favicons/mstile-310x310.png

22.3 KiB