Replace unused release announcement field by releases notes content

This commit is contained in:
Saivann 2014-04-12 17:21:24 -04:00
parent eaaa38a2e9
commit 1ffd2cf573
4 changed files with 3 additions and 9 deletions

View file

@ -121,7 +121,6 @@ Release notes should be placed in `_releases/YYYY-MM-DD-VERSION.md` and adhere t
``` ```
--- ---
title: Bitcoin Core version 0.9.0 released title: Bitcoin Core version 0.9.0 released
src: http://sourceforge.net/p/bitcoin/mailman/message/32119564/
--- ---
Bitcoin Core v0.9.0 is now available for download at Bitcoin Core v0.9.0 is now available for download at
@ -131,7 +130,6 @@ Bitcoin Core v0.9.0 is now available for download at
``` ```
* `VERSION` is used to define the version and construct the URL. It should adhere to this format: `v0.3.24`. * `VERSION` is used to define the version and construct the URL. It should adhere to this format: `v0.3.24`.
* `title: ...` will be used as the title * `title: ...` will be used as the title
* `src: ...` (optional) link to full annoucement
### Alerts ### Alerts

View file

@ -5,11 +5,6 @@ lang: en
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases"> <link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
<div class="versiontext"> <div class="versiontext">
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1> <h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{% if page.src %}
<p>
<a href="{{ page.src }}">Full announcement (including signatures)</a>
</p>
{% endif %}
{{ content }} {{ content }}
</div> </div>
<a href="/en/version-history">Go back to the version history</a> <a href="/en/version-history">Go back to the version history</a>

View file

@ -1,7 +1,7 @@
--- ---
title: Bitcoin version 0.3.24 released title: Bitcoin version 0.3.24 released
src: http://sourceforge.net/mailarchive/message.php?msg_id=27771039
--- ---
[Full announcement (including signatures)](http://sourceforge.net/mailarchive/message.php?msg_id=27771039)
Bitcoin v0.3.24 is now available for download at Bitcoin v0.3.24 is now available for download at
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.24/> <http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.24/>

View file

@ -1,7 +1,8 @@
--- ---
title: Bitcoin version 0.4.0 released title: Bitcoin version 0.4.0 released
src: http://sourceforge.net/mailarchive/message.php?msg_id=28132490
--- ---
[Full announcement (including signatures)](http://sourceforge.net/mailarchive/message.php?msg_id=28132490)
Bitcoin version 0.4.0 is now available for download at: Bitcoin version 0.4.0 is now available for download at:
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.4.0/> <http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.4.0/>