You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2016/09/27 04:07:33 UTC

[2/2] incubator-systemml-website git commit: Remove obsolete feed artifact

Remove obsolete feed artifact


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/5866218c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/5866218c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/5866218c

Branch: refs/heads/master
Commit: 5866218c4321a8303959648fae65424fb9830f2f
Parents: 6d559fe
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Sep 21 08:34:52 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Mon Sep 26 21:07:20 2016 -0700

----------------------------------------------------------------------
 feed.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/5866218c/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
deleted file mode 100644
index 4222b6e..0000000
--- a/feed.xml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-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>
-        {% 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>