mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Remove version history / releases
This commit is contained in:
parent
dcf7efb3b1
commit
299a1ffc80
49 changed files with 1 additions and 9479 deletions
|
@ -11,8 +11,6 @@ breadcrumbs:
|
|||
- bitcoin
|
||||
- Bitcoin Core
|
||||
---
|
||||
{% assign date_sorted_releases = site.releases | sort: 'optional_date', 'last' %}
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||
|
||||
# Bitcoin Core
|
||||
{:.not-displayed}
|
||||
|
@ -84,27 +82,6 @@ breadcrumbs:
|
|||
|
||||
### News
|
||||
|
||||
{% comment %}<!-- Capture all the releases into a string and convert it to an array -->{% endcomment %}
|
||||
{% capture text_releases %}
|
||||
{% for p in date_sorted_releases reversed %}
|
||||
{% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}<a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>::
|
||||
{% endfor %}
|
||||
{% endcapture %}
|
||||
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
|
||||
|
||||
- [New Bitcoin Core website](https://bitcoincore.org)
|
||||
{% comment %}<!-- show the latest three releases -->{% endcomment %}
|
||||
{% for release in array_releases %}
|
||||
{% if forloop.index <= 3 %}
|
||||
- {{ release }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
For more news, see the complete list of [Bitcoin Core releases][bcc
|
||||
version history]. For notifications of new releases, <a
|
||||
type="application/rss+xml" href="/en/rss/releases.rss">subscribe to the
|
||||
RSS feed</a>.
|
||||
|
||||
<br class="clear">
|
||||
|
||||
<script>
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
lang: en
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Bitcoin Core releases</title>
|
||||
<link>https://bitcoin.org/en/version-history</link>
|
||||
<description>This RSS feed allows to follow Bitcoin Core new releases.</description>
|
||||
<image>
|
||||
<title>Bitcoin Core releases</title>
|
||||
<url>https://bitcoin.org/img/icons/logo_rss.png</url>
|
||||
<link>https://bitcoin.org/en/version-history</link>
|
||||
</image>
|
||||
{% assign date_sorted_releases = site.releases | sort: 'optional_date', 'last' %}
|
||||
{% for p in date_sorted_releases reversed %}
|
||||
<item>
|
||||
<title>{{ p.title | xmlescape }}</title>
|
||||
<link>https://bitcoin.org{{ p.url }}</link>
|
||||
<guid>https://bitcoin.org{{ p.url }}</guid>
|
||||
{% if p.optional_date %}
|
||||
<pubDate>{{ p.optional_date | date: "%a, %d %b %Y" }} 00:00:00 GMT</pubDate>
|
||||
{% else %}
|
||||
<pubDate>{{ site.time | date: "%a, %d %b %Y" }} 00:00:00 GMT</pubDate>
|
||||
{% warn "This release doesn't have optional_date set" %}
|
||||
{% endif %}
|
||||
{% if p.excerpt %}
|
||||
<description><![CDATA[{{ p.excerpt }}]]></description>
|
||||
{% endif %}
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base-core
|
||||
lang: en
|
||||
id: version-history
|
||||
title: Version History - Bitcoin Core
|
||||
breadcrumbs:
|
||||
- bitcoin
|
||||
- bcc
|
||||
- News
|
||||
---
|
||||
{% assign date_sorted_releases = site.releases | sort: 'optional_date', 'last' %}
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||
<div class="versiontext">
|
||||
<h1>Bitcoin Core version history<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
<ul>
|
||||
{% for p in date_sorted_releases reversed %}
|
||||
<li>
|
||||
{% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}<a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue