mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
more testing of gh-pages metadata
This commit is contained in:
parent
6381d26f9c
commit
db1a11be10
1 changed files with 5 additions and 32 deletions
|
@ -1,46 +1,19 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
status: publish
|
|
||||||
published: true
|
|
||||||
title: Version history
|
title: Version history
|
||||||
permalink: /version-history/
|
permalink: /version-history/
|
||||||
author:
|
|
||||||
display_name: greenshot
|
|
||||||
login: admin
|
|
||||||
email: greenshot-developers@lists.sourceforge.net
|
|
||||||
url: http://getgreenshot.org/
|
|
||||||
author_login: admin
|
|
||||||
author_email: greenshot-developers@lists.sourceforge.net
|
|
||||||
author_url: http://getgreenshot.org/
|
|
||||||
wordpress_id: 322
|
|
||||||
wordpress_url: http://getgreenshot.org/
|
|
||||||
date: !binary |-
|
|
||||||
MjAxMi0wMy0yNCAxMTozNzo1OSArMDEwMA==
|
|
||||||
date_gmt: !binary |-
|
|
||||||
MjAxMi0wMy0yNCAwOTozNzo1OSArMDEwMA==
|
|
||||||
categories: []
|
categories: []
|
||||||
tags: []
|
tags: []
|
||||||
comments: []
|
comments: []
|
||||||
---
|
---
|
||||||
|
Download other versions of Greenshot
|
||||||
|
|
||||||
|
**Please note:** Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather [download the latest stable version](/current/)
|
||||||
|
|
||||||
|
|
||||||
{% for release in site.github.releases %}
|
{% for release in site.github.releases %}
|
||||||
{{release.name}}}
|
{{release.name}}
|
||||||
{% for asset in release.assets %}
|
{% for asset in release.assets %}
|
||||||
* [{{asset.name}}]({{asset.browser_download_url}})
|
* [{{asset.name}}]({{asset.browser_download_url}})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<!-- TODO retrieve downloadable files -->
|
|
||||||
|
|
||||||
<div class="two-col left-box">
|
|
||||||
<h2>Download other versions of Greenshot</h2>
|
|
||||||
<p><strong>Please note:</strong> Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather <a href="/current/">download the latest stable version</a>. </p>
|
|
||||||
<h3>Installers</h3>
|
|
||||||
<p><?=$installers?></p>
|
|
||||||
</div>
|
|
||||||
<div class="two-col right-box">
|
|
||||||
<h3>ZIP archives</h3>
|
|
||||||
<p><?=$zips?></p>
|
|
||||||
<h3>Source code</h3>
|
|
||||||
<p><?=$srcs?></p>
|
|
||||||
</div>
|
|
||||||
<div style="clear:both"></div>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue