Added stubs for download and version history pages

This commit is contained in:
jklingen 2015-04-07 22:55:42 +02:00
commit 4c58ed3e50
3 changed files with 79 additions and 27 deletions

View file

@ -1,27 +0,0 @@
---
layout: page
title: Downloads
tags: menu
---
<div class="row">
{% assign sorted_faqs = site.faqs | sort:"sort_id" %}
<div class="col-md-6 col-md-offset-3">
<div id="user_accordion" class="panel-group">
{% for faq in sorted_faqs %}
<div class="panel panel-primary">
<div class="panel-heading btn btn-block" data-toggle="collapse" data-target="#faq_body_{{ forloop.index }}">
<h2 class="panel-title">{{ faq.title }}<span class="glyphicon glyphicon-chevron-down pull-right"/></h2>
</div>
<div id="faq_body_{{ forloop.index }}" class="panel-collapse collapse">
<div class="panel-body ">
{{ faq.content | markdownify }}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>

41
pages/downloads.markdown Normal file
View file

@ -0,0 +1,41 @@
---
layout: page
status: publish
published: true
title: Downloads
permalink: /downloads/
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: 5
wordpress_url: http://getgreenshot.org/blog/
date: !binary |-
MjAxMC0wNi0xOSAyMjozMzozNSArMDIwMA==
date_gmt: !binary |-
MjAxMC0wNi0xOSAyMDozMzozNSArMDIwMA==
categories: []
comments: []
tags: menu
---
<!-- TODO retrieve downloadable files -->
<div class="two-col left-box">
<h2>Download the latest stable release</h2>
<p><a class="button" href="/current/" title="Download the latest stable version of Greenshot" rel="nofollow" target="_blank">Download</a></p>
<p><a href="#" onclick="jQuery('#w8info').slideToggle();return false;">(Info for Windows 8 users)</a><br/> <span id="w8info" style="display:none">Windows might ask you to install .NET 3.5 when running Greenshot. You can skip this. <a href="/faq/why-does-windows-8-suggest-to-install-earlier-net-versions-when-starting-greenshot/">Read more</a></span></p>
<p>In most cases, the latest stable version will be the best choice for you. However, if you are looking for the latest unstable version, need an older version or the ZIP distribution, you will find everything you need in the <a href="/version-history/" title="Download other versions of Greenshot">version history</a>.</p>
<h2>Source code</h2>
<p>If you want to download or have a look at the source code, you can do so at <a href="https://bitbucket.org/greenshot/greenshot/">Greenshot's Git respository</a> at BitBucket.</p>
</div>
<div class="two-col right-box">
<h2>Download translations</h2>
<p>If you want to use Greenshot in another language, simply download the appropriate language file and save it to the "Languages" subdirectory of Greenshot's installation directory.<br />
<strong>Note:</strong> <img src="/wp-content/themes/greenshot/images/flags/us.gif" width="16" height="11" alt="EN" /> English and <img src="/wp-content/themes/greenshot/images/flags/de.gif" width="16" height="11" alt="DE" /> German language files are included in the program by default.</p>
<p><?=$langs?></p>
<p><?=$helps?></p>
</div>
<div style="clear:both"></div>

View file

@ -0,0 +1,38 @@
---
layout: page
status: publish
published: true
title: 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: []
tags: []
comments: []
---
<!-- 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>