Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 0ae2bcdc9 -> 2473d849a
Remove unnecessary build timestamps in the generated site This prevents unnecessary changes. For compatibility matrix, this is anyways incorrect -- it should state when it was last updated, not when the site was last generated. For feed.xml, there's no clear standard and there seems to be no expectation that the timestamp is there. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/771786c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/771786c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/771786c9 Branch: refs/heads/asf-site Commit: 771786c9bac3b72936822aabdb43e0cc823cba57 Parents: 0ae2bcd Author: Davor Bonaci <[email protected]> Authored: Sun Nov 6 12:46:47 2016 -0800 Committer: Davor Bonaci <[email protected]> Committed: Sun Nov 6 12:46:47 2016 -0800 ---------------------------------------------------------------------- src/documentation/runners/capability-materix.md | 2 -- src/feed.xml | 2 -- 2 files changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/771786c9/src/documentation/runners/capability-materix.md ---------------------------------------------------------------------- diff --git a/src/documentation/runners/capability-materix.md b/src/documentation/runners/capability-materix.md index d7af766..22c602c 100644 --- a/src/documentation/runners/capability-materix.md +++ b/src/documentation/runners/capability-materix.md @@ -8,8 +8,6 @@ redirect_from: --- # Beam Capability Matrix -<span style='font-size:11px;float:none'>Last updated: {{ site.time | date: '%Y-%m-%d %H:%M %Z' }}</span> - Apache Beam (incubating) provides a portable API layer for building sophisticated data-parallel processing engines that may be executed across a diversity of exeuction engines, or <i>runners</i>. The core concepts of this layer are based upon the Beam Model (formerly referred to as the [Dataflow Model](http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf)), and implemented to varying degrees in each Beam runner. To help clarify the capabilities of individual runners, we've created the capability matrix below. Individual capabilities have been grouped by their corresponding <span class="wwwh-what-dark">What</span> / <span class="wwwh-where-dark">Where</span> / <span class="wwwh-when-dark">When</span> / <span class="wwwh-how-dark">How</span> question: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/771786c9/src/feed.xml ---------------------------------------------------------------------- diff --git a/src/feed.xml b/src/feed.xml index a6628bd..8c8f178 100644 --- a/src/feed.xml +++ b/src/feed.xml @@ -8,8 +8,6 @@ layout: null <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>
