Fixed absolute links and references, as well as references that pointed to wp-content dir

This commit is contained in:
jklingen 2015-08-18 23:03:52 +02:00
commit 1806a360de
50 changed files with 98 additions and 97 deletions
_faqs
_includes
_posts
2010-06-30-new-domain-new-look.markdown2010-07-24-a-few-words-on-memory-usage-or-working-set-vs-private-working-set.markdown2011-04-24-greenshot-now-available-in-swedish-finnish-greek-and-hebrew-language.markdown2012-08-10-first-release-candidate-for-greenshot-1-0-is-out.markdown2012-08-10-introducing-the-brand-new-greenshot-language-editor-translators-wanted.markdown2012-09-09-second-release-candidate-for-version-1-0-translations-needed.markdown2012-10-19-getting-closer-third-release-candidate-for-greenshot-1-0-published-today.markdown2012-10-20-release-candidate-4-is-available.markdown2012-10-30-greenshot-1-0-is-finally-available-for-download-now.markdown2013-01-28-how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications.markdown2013-02-17-how-to-send-an-image-to-skype-using-command-line-arguments.markdown2013-04-30-getting-closer-third-release-candidate-for-greenshot-1-1-indonesian-translation.markdown2013-05-07-greenshot-1-1-is-available-introducing-the-capture-zoom.markdown2013-05-30-why-a-free-web-needs-advertising.markdown2013-10-16-current-development-status-future-plans.markdown2013-11-07-how-to-upload-screenshots-to-a-web-server-via-ftp-scp-or-sftp.markdown2013-11-19-promised-no-bundled-installers-no-toolbars-no-unfair-advertisements.markdown2014-05-13-greenshot-1-1-9-bugfix-release.markdown2014-06-22-greenshot-switches-to-jira-for-bug-reports-and-feature-requests.markdown2014-11-11-second-release-candidate-greenshot-1-2.markdown2014-12-05-third-and-hopefully-last-release-candidate-for-greenshot-1-2.markdown2014-12-22-a-little-present-from-us-greenshot-1-2.markdown2015-03-31-greenshot-says-goodbye-to-facebook.markdown2015-04-07-new-bugfix-release-1-2-5.markdown
archive/help
pages

View file

@ -21,7 +21,7 @@ categories: []
tags: []
comments: []
---
<p>Actually, there is. With Greenshot 1.1 we have released an additional installer in PortableApps format, you can download it from our <a href="http://getgreenshot.org/version-history/">version history</a>.<br />
<p>Actually, there is. With Greenshot 1.1 we have released an additional installer in PortableApps format, you can download it from our <a href="/version-history/">version history</a>.<br />
You might also want to try our portable ZIP distribution, which is available for download on the same page.</p>
<p><strong>See also</strong><br />
<a href="http://getgreenshot.org/faq/is-greenshort-really-portable/" title="Is Greenshort really portable?">Is Greenshort really portable?</a></p>
<a href="/faq/is-greenshort-really-portable/" title="Is Greenshort really portable?">Is Greenshort really portable?</a></p>

View file

@ -22,5 +22,5 @@ tags: []
comments: []
---
<p>There are several ways to <a href="/support-greenshot/">show your appreciation for Greenshot</a>, Paypal, Flattr, direct transfer or the Amazon affiliate program.</p>
<p>Greenshot is free of charge <strong>and</strong> free of ads, however some of our costs are covered by website advertising. If you are using adblocking software, you can do us a favor if you disable it for <a href="http://getgreenshot.org/">getgreenshot.org</a>.</p>
<p>Greenshot is free of charge <strong>and</strong> free of ads, however some of our costs are covered by website advertising. If you are using adblocking software, you can do us a favor if you disable it for <a href="/">getgreenshot.org</a>.</p>
<p>Also: spread the word! Let people know that you like Greenshot, tell your colleagues, friends, family, fellow students. And all those other folks at Facebook, Google+, Twitter, etc. of course.</p>

View file

@ -23,12 +23,12 @@ comments: []
---
<p>Before talking about memory usage, let's make sure we are talking the same language: there are some points to notice, and a lot of things that are easily misunderstood.</p>
<ol>
<li>Which Greenshot version are you using? If it is not the latest stable release, please <a href="http://getgreenshot.org/downloads/" title="Downloads">upgrade</a>. Older versions had some memory issues, which we have fixed with version 1.0.</li>
<li>Which tool are you using to measure the memory usage of a program? If it is task manager, you should be aware that the displayed usage is probably higher than the actual value. If memory is available, Windows usually reserves more for running processes than actually needed. You might want to read our blog post about <a href="http://getgreenshot.org/2010/07/24/a-few-words-on-memory-usage-or-working-set-vs-private-working-set/">working set vs. private working set</a> for more information.</li>
<li>Which Greenshot version are you using? If it is not the latest stable release, please <a href="/downloads/" title="Downloads">upgrade</a>. Older versions had some memory issues, which we have fixed with version 1.0.</li>
<li>Which tool are you using to measure the memory usage of a program? If it is task manager, you should be aware that the displayed usage is probably higher than the actual value. If memory is available, Windows usually reserves more for running processes than actually needed. You might want to read our blog post about <a href="/2010/07/24/a-few-words-on-memory-usage-or-working-set-vs-private-working-set/">working set vs. private working set</a> for more information.</li>
<li>In which workflow situation did you encounter the memory usage that you think is too high? Of course, the actual memory usage varies depending on many factors, but when you start Greenshot, the memory usage should be somewhat consistent. When you start to work with it, of course it will go up, the bigger your screenshot, the more memory is needed to process it. After finishing your work and closing image editor windows, the memory usage should go down again. But this does not necessarily happen right away! Even though we mark certain objects as disposable (i.e. no longer needed), the .NET framework and/or Windows may decide to keep them in memory a bit longer for performance reasons.</li>
<li>If you want Greenshot to try to free your RAM from these objects earlier, there is an option in Greenshot's expert settings tab called "Minimize memory footprint". Be aware that checking it might result in loss of performance; that is why we advice not to use it and leave garbage collection (that's what nerds call cleaning up unneeded stuff from memory) to the .NET framework.</li>
<li>Speaking of .NET: it is well known that applications developed on top of the .NET framework often need some extra memory, this is a trade-off one has to consider. As always, there are pros and contras.</li>
</ol>
<p>By now, you probably have an idea that we have had our share of investigation regarding memory usage, we also have optmized a lot. And you can be sure that we are constantly having an eye on it, looking out for possible room for further improvement, keeping the RAM in mind while changing and adding the code. So, general feature requests like "reduce memory footprint" are not likely to change our way of working, since we care about this anyway :)<br />
However, if you have strong indication that Greenshot does not free memory permanently, you should tell us more details about the circumstances. If you encounter a situation which lets memory usage grow more and more after repeatedly doing the same thing, maybe you have actually found a memory leak we are not yet aware of. In these cases, please <a href="getgreenshot.org/tickets/">let us know</a>, including <a href="http://getgreenshot.org/2013/02/07/constructive-feedback-is-always-welcome/">information about your system and an exact description how to reproduce the behavior</a>. We'll have a look at it.</li>
However, if you have strong indication that Greenshot does not free memory permanently, you should tell us more details about the circumstances. If you encounter a situation which lets memory usage grow more and more after repeatedly doing the same thing, maybe you have actually found a memory leak we are not yet aware of. In these cases, please <a href="getgreenshot.org/tickets/">let us know</a>, including <a href="/2013/02/07/constructive-feedback-is-always-welcome/">information about your system and an exact description how to reproduce the behavior</a>. We'll have a look at it.</li>
</ol>

View file

@ -31,6 +31,6 @@ Its storage location depends on which version of Greenshot you are using as well
<p><strong>If you are using the ZIP version of Greenshot</strong>, the file is stored within the directory where you unzipped Greenshot to. This allows you to put Greenshot e.g. on a memory stick and use it as a portable application.</p>
<p>If you want to have a look at the configuration file or need to change something (be careful!), right-click Greenshot's systray icon, select "About Greenshot" and hit the <kbd>I</kbd> key on your keyboard - Greenshot.ini will open in your default text editor.</p>
<p><strong>See also:</strong><br />
<a href="http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a><br />
<a href="http://getgreenshot.org/faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/">What is the best way to control Greenshots configuration at install time?</a><br />
<a href="/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a><br />
<a href="/faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/">What is the best way to control Greenshots configuration at install time?</a><br />
<a href="/faq/is-greenshort-really-portable/">Is Greenshort really portable?</a></p>

View file

@ -22,6 +22,6 @@ tags: []
comments: []
---
<p>If you think you encountered an error, feel free to create a bug report ticket in our <a href="/tickets/">ticketing system</a>. You can find the link on the right-hand side of our website, along with other ways to get help and/or in touch.<br />
Please note: we have better chances of being more helpful more quickly if you provide more information about the issue and the circumstances in which it occurred. Please refer to <a href="http://getgreenshot.org/2013/02/07/constructive-feedback-is-always-welcome/">this list of useful information when reporting a bug</a>.</p>
Please note: we have better chances of being more helpful more quickly if you provide more information about the issue and the circumstances in which it occurred. Please refer to <a href="/2013/02/07/constructive-feedback-is-always-welcome/">this list of useful information when reporting a bug</a>.</p>
<p><strong>See also:</strong><br />
<a href="/faq/where-can-i-find-greenshots-log-file/">Where can I find Greenshots log file?</a></p>

View file

@ -24,11 +24,11 @@ comments: []
<p>There are some special keys that are handled differently by Windows and therefore cannot be inserted into the hotkey configuration panel (Settings > Hotkeys) directly. E.g. this is the case with the <kbd>Windows</kbd> or <kbd>Pause</kbd> keys. However, you can still use them with Greenshot - you just have to edit Greenshot's configuration file manually in order to do so:</p>
<ul>
<li>Exit Greenshot (important, otherwise your manual changes might be overwritten).</li>
<li>Locate and open <a href="http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/" title="Where does Greenshot store its configuration settings?">Greenshot's configuration file</a>.</li>
<li>Locate and open <a href="/faq/where-does-greenshot-store-its-configuration-settings/" title="Where does Greenshot store its configuration settings?">Greenshot's configuration file</a>.</li>
<li>Find the hotkey settings within the file, they are called <code>RegionHotkey</code> (Capture region), <code>WindowHotkey</code> (Capture Window), <code>FullscreenHotkey</code> (Capture fullscreen), <code>LastregionHotkey</code> (Capture last region) and <code>IEHotkey</code> (Capture Internet Explorer) and can usually be found at the beginning of the file.</li>
<li>Change the hotkeys as desired, e.g. if you want to use <kbd>Windows</kbd> + <kbd>P</kbd> to invoke region capture, change the <code>RegionHotkey</code> entry as follows:<br><br />
<code>RegionHotkey=Win + P</code></li>
<li>Start Greenshot.</li>
</ul>
<p><strong>See also:</strong><br />
<a href="http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/" title="Where does Greenshot store its configuration settings?">Where does Greenshot store its configuration settings?</a></p>
<a href="/faq/where-does-greenshot-store-its-configuration-settings/" title="Where does Greenshot store its configuration settings?">Where does Greenshot store its configuration settings?</a></p>

View file

@ -40,4 +40,4 @@ comments: []
Use<strong>greenshot-fixed.ini</strong> to force a set of configuration settings whenever Greenshot starts up. E.g. you might want to ensure that all users use the grayscale option for printing. This file is loaded last, so specifying a setting in here will overwrite the same setting (if present) from the previous files. In most cases fixed settings can also not be changed in Greenshot's settings dialog. If a user succeeds in changing the configuration manually, it will be overwritten again when Greenshot is started next time.</p>
<p>Greenshot will not modify greenshot-defaults.ini or greenshot-fixed.ini. If greenshot.ini is not found in both locations, it will be created automatically in the roaming application data directory, the configuration will then be aggregated from Greenshot's default configuration and greenshot-defaults.ini/greenshot-fixed.ini (if present).</p>
<p><strong>See also:</strong><br />
<a href="http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/" title="Where does Greenshot store its configuration settings?">Where does Greenshot store its configuration settings?</a></p>
<a href="/faq/where-does-greenshot-store-its-configuration-settings/" title="Where does Greenshot store its configuration settings?">Where does Greenshot store its configuration settings?</a></p>

View file

@ -21,7 +21,7 @@ categories: []
tags: []
comments: []
---
<p>As of version 1.1, Greenshot has functionality to use PNG optimizers, like OptiPNG, which can reduce the filesize of PNG files drastically. Currently this functionality is disabled by default as we don't include a tool due to size and license reasons. So this feature needs to be enabled manually in the Greenshot.ini file (see <a href="http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a>) by configuring the path to the executable under the section <code>[Core]</code> in the setting <code>OptimizePNGCommand</code> and eventually (default works with OptiPNG) the command line arguments in the setting <code>OptimizePNGCommandArguments</code>. Note: The command is called whenever a PNG is written or uploaded, so if it is very slow Greenshot will take longer.</p>
<p>As of version 1.1, Greenshot has functionality to use PNG optimizers, like OptiPNG, which can reduce the filesize of PNG files drastically. Currently this functionality is disabled by default as we don't include a tool due to size and license reasons. So this feature needs to be enabled manually in the Greenshot.ini file (see <a href="/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a>) by configuring the path to the executable under the section <code>[Core]</code> in the setting <code>OptimizePNGCommand</code> and eventually (default works with OptiPNG) the command line arguments in the setting <code>OptimizePNGCommandArguments</code>. Note: The command is called whenever a PNG is written or uploaded, so if it is very slow Greenshot will take longer.</p>
<p>Example:<br />
<code><br />
; Optional command to execute on a temporary PNG file, the command should overwrite the file and Greenshot will read it back. Note: this command is also executed when uploading PNG's!<br />
@ -30,4 +30,4 @@ OptimizePNGCommand=C:\Tools\optipng.exe</p>
OptimizePNGCommandArguments="{0}"<br />
</code></p>
<p><strong>See also:</strong><br />
<a href="http://getgreenshot.org/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a></p>
<a href="/faq/where-does-greenshot-store-its-configuration-settings/">Where does Greenshot store its configuration settings?</a></p>

View file

@ -21,7 +21,7 @@ categories: []
tags: []
comments: []
---
<p>In case you are using Windows 8, you might see a message when starting Greenshot, saying "An app on your PC needs the following WIndows feature: .NET Framework 3.5 (includes .NET 2.0 and 3.0)". <a href="http://getgreenshot.org/faq/why-does-windows-8-suggest-to-install-earlier-net-versions-when-starting-greenshot/an-app-on-your-pc-needs-the-following-windows-feature-net-framework-3-5-includes-net-2-0-and-3-0/" rel="attachment wp-att-1028"><img src="http://getgreenshot.org/wp-content/uploads/2013/10/an-app-on-your-pc-needs-the-following-windows-feature-.net-framework-3.5-includes-.net-2.0-and-3.0-300x231.png" alt="An app on your PC needs the following WIndows feature" width="300" height="231" class="alignleft size-medium wp-image-1028" /></a></p>
<p>In case you are using Windows 8, you might see a message when starting Greenshot, saying "An app on your PC needs the following WIndows feature: .NET Framework 3.5 (includes .NET 2.0 and 3.0)". <a href="/faq/why-does-windows-8-suggest-to-install-earlier-net-versions-when-starting-greenshot/an-app-on-your-pc-needs-the-following-windows-feature-net-framework-3-5-includes-net-2-0-and-3-0/" rel="attachment wp-att-1028"><img src="/assets/wp-content/uploads/2013/10/an-app-on-your-pc-needs-the-following-windows-feature-.net-framework-3.5-includes-.net-2.0-and-3.0-300x231.png" alt="An app on your PC needs the following WIndows feature" width="300" height="231" class="alignleft size-medium wp-image-1028" /></a></p>
<p><strong>Just skip it.</strong> As far as we know, Greenshot is working fine with .NET 4.0.</p>
<p>Greenshot 1.x is built to run with .NET Framework version 2.0/3.5, and Windows simply does not know that it can be run on .NET 4.0 also, and thus asks whether to install version 3.5.</p>
<p>If, contrary to expectations, you encounter any errors with this setup, please <a href="getgreenshot.org/tickets/">let us know</a>.</p>

View file

@ -25,5 +25,5 @@ comments: []
<p>Interacting with other programs or parts of the Windows user interface will take away focus from an application window, in this case right-clicking the Windows systray makes the previous window inactive and also hide opened menus, selection list options, etc. Microsoft Windows is designed to work like that, there is nothing we can do about it, but using the hotkeys is a great workaround.</p>
<p>Hint: you can see the currently assigned hotkeys directly in Greenshot's systray menu. You can also assign other keys/combinations in the settings dialog.</p>
<p><strong>See also:</strong><br />
<a href="http://getgreenshot.org/faq/why-does-the-print-key-not-work-in-some-windows/"><br />
<a href="/faq/why-does-the-print-key-not-work-in-some-windows/"><br />
Why does the Print key not work in some windows?</a></p>

View file

@ -58,10 +58,10 @@ jQuery('#tabs-moneytransfer #germany').insertBefore(jQuery('#tabs-moneytransfer
</script>
<div class="tabs">
<ul class="tabs-nav">
<li class="active"><a href="#tabs-paypal"><img src="/wp-content/uploads/2012/11/logo_paypal.gif" title="Paypal" /></a></li>
<li class="active"><a href="#tabs-paypal"><img src="/assets/wp-content/uploads/2012/11/logo_paypal.gif" title="Paypal" /></a></li>
<li class="active"><a href="#tabs-moneytransfer">Transfer</a></li>
<li><a href="#tabs-amazon"><img src="/wp-content/uploads/2012/11/logo_amazon.gif" title="Amazon" /></a></li>
<li><a href="#tabs-flattr"><img src="/wp-content/uploads/2012/11/logo_flattr.gif" title="Flattr" /></a></li>
<li><a href="#tabs-amazon"><img src="/assets/wp-content/uploads/2012/11/logo_amazon.gif" title="Amazon" /></a></li>
<li><a href="#tabs-flattr"><img src="/assets/wp-content/uploads/2012/11/logo_flattr.gif" title="Flattr" /></a></li>
</ul>
<div class="clearer"></div>
<div id="tabs-paypal" class="tabs-content">
@ -124,13 +124,13 @@ You can send us donations directly via money transfer. Please use the account de
The best thing is: there are no additional costs for you :)</p>
<p>Please choose your amazon store:<br/>
<em>[Advertisement]</em></p>
<p><a rel="nofollow" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2F&amp;tag=greenshot-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" class="icon amazon"><img width="16" height="11" title="us" alt="us" src="/wp-content/themes/greenshot/images/flags/us.gif"> amazon.com</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=greenshot-20&amp;l=ur2&amp;o=1" style="border: medium none ! important; margin: 0px ! important;"/><br>
<a rel="nofollow" href="http://www.amazon.co.uk/?_encoding=UTF8&tag=greenshot-21&linkCode=ur2&camp=1634&creative=6738" class="icon amazon"><img width="16" height="11" title="uk" alt="uk" src="/wp-content/themes/greenshot/images/flags/gb.gif"> amazon.co.uk</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.co.uk/e/ir?t=greenshot-21&amp;l=ur2&amp;o=2" style="border: medium none ! important; margin: 0px ! important;"/><br>
<a rel="nofollow" href="http://www.amazon.de/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.de%2F&amp;site-redirect=de&amp;tag=greenshot2-21&amp;linkCode=ur2&amp;camp=1638&amp;creative=6742" class="icon amazon"><img width="16" height="11" title="de" alt="de" src="/wp-content/themes/greenshot/images/flags/de.gif"> amazon.de</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.de/e/ir?t=greenshot2-21&amp;l=ur2&amp;o=3" style="border: medium none ! important; margin: 0px ! important;"/></p>
<p><a rel="nofollow" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2F&amp;tag=greenshot-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" class="icon amazon"><img width="16" height="11" title="us" alt="us" src="/assets/wp-content/themes/greenshot/images/flags/us.gif"> amazon.com</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=greenshot-20&amp;l=ur2&amp;o=1" style="border: medium none ! important; margin: 0px ! important;"/><br>
<a rel="nofollow" href="http://www.amazon.co.uk/?_encoding=UTF8&tag=greenshot-21&linkCode=ur2&camp=1634&creative=6738" class="icon amazon"><img width="16" height="11" title="uk" alt="uk" src="/assets/wp-content/themes/greenshot/images/flags/gb.gif"> amazon.co.uk</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.co.uk/e/ir?t=greenshot-21&amp;l=ur2&amp;o=2" style="border: medium none ! important; margin: 0px ! important;"/><br>
<a rel="nofollow" href="http://www.amazon.de/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.de%2F&amp;site-redirect=de&amp;tag=greenshot2-21&amp;linkCode=ur2&amp;camp=1638&amp;creative=6742" class="icon amazon"><img width="16" height="11" title="de" alt="de" src="/assets/wp-content/themes/greenshot/images/flags/de.gif"> amazon.de</a><img width="1" border="0" height="1" alt="" src="http://www.assoc-amazon.de/e/ir?t=greenshot2-21&amp;l=ur2&amp;o=3" style="border: medium none ! important; margin: 0px ! important;"/></p>
</div>
<div id="amazon2">
<p><strong>
<span lang="de"><img width="16" height="11" title="de" alt="de" src="/wp-content/themes/greenshot/images/flags/de.gif"> Kunden von Amazon.de können uns gerne unterstützem, indem Sie uns etwas von unserer <a href="http://www.amazon.de/registry/wishlist/14V0E5HW3WQ9Z" target="_blank">Wunschliste</a> kaufen (Gutscheine sind immer willkommen :) bitte verwenden Sie getgreenshot@gmail.com als Empfängeradresse).</span><br>
<span lang="de"><img width="16" height="11" title="de" alt="de" src="/assets/wp-content/themes/greenshot/images/flags/de.gif"> Kunden von Amazon.de können uns gerne unterstützem, indem Sie uns etwas von unserer <a href="http://www.amazon.de/registry/wishlist/14V0E5HW3WQ9Z" target="_blank">Wunschliste</a> kaufen (Gutscheine sind immer willkommen :) bitte verwenden Sie getgreenshot@gmail.com als Empfängeradresse).</span><br>
(Amazon.de customers may support us by buying us something from our <a href="http://www.amazon.de/registry/wishlist/14V0E5HW3WQ9Z" target="_blank">wish list</a> (gift coupons are always welcome :) please use getgreenshot@gmail.com as recipient address).)</strong></p>
</div>
</div>
@ -146,7 +146,7 @@ Flattr is a nice way to give back to open source developers, bloggers, artists,
t.parentNode.insertBefore(s, t);
})();
/* ]]> */</script>
<a class="FlattrButton" style="display:none;" href="http://getgreenshot.org/"></a></p>
<a class="FlattrButton" style="display:none;" href="/"></a></p>
<noscript><a href="http://flattr.com/thing/30384/Greenshot-a-free-and-open-source-screenshot-tool" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
</div>

View file

@ -93,4 +93,4 @@ comments:
---
<p>Today we have moved our website from the sourceforge.net subdomain to our new domain <a href="http://getgreenshot.org">http://getgreenshot.org/</a>, which will from now on be the one and only official URL of Greenshot. The Greenshot project is still hosted on sourceforge.net, and you can still visit <a href="http://sourceforge.net/projects/greenshot/">Greenshot's sourceforge pages</a>, but they are no longer integrated in our main navigation.</p>
<p>Is has been a while since we have introduced the new logo on Twitter and Facebook - today, finally, it has arrived on our website, too. And - as the new logo is far too fresh and funky to go with the previous layout of the website - we decided to have a redesign here as well :) We hope you like it.</p>
<p>We have added a new page for <a href="http://getgreenshot.org/screenshots/">screenshots</a>, and - as you probably figured out already - we also have blogging capabilities now, so there is a central place for announcing things like new releases (yes, very soon ;-)). Of course, we will still keep the status message up to date on our <a href="http://www.facebook.com/pages/Greenshot/159817888308/">Facebook</a> and <a href="http://twitter.com/greenshot_tool/">Twitter</a> profiles.</p>
<p>We have added a new page for <a href="/screenshots/">screenshots</a>, and - as you probably figured out already - we also have blogging capabilities now, so there is a central place for announcing things like new releases (yes, very soon ;-)). Of course, we will still keep the status message up to date on our <a href="http://www.facebook.com/pages/Greenshot/159817888308/">Facebook</a> and <a href="http://twitter.com/greenshot_tool/">Twitter</a> profiles.</p>

View file

@ -29,7 +29,7 @@ comments: []
<p>Every once in a while, we read statements like "Woah, the task manager says my Greenshot installation takes x MB of RAM when it is idle! Why does Greenshot need so much memory?"</p>
<p>Actually, it does not. Please do not judge any software by what the task manager says. Of course, the task manager is not lying to you; but its presentation of facts is rather misleading.</p>
<p>The value pointed out as "Mem usage" is actually the size of a processes <em>working set</em>. A working set is not reserved for a single process. When analyzing the memory performance of a process using a tool like Process Explorer (or - with Windows Vista or 7 - changing the displayed columns in the task manager; see link below how this can be done) it is obvious that the working set size is split into two values, <em>WS Private</em> and <em>WS Shareable</em>. </p>
<p>[caption id="attachment_244" align="alignleft" width="212" caption="Example: Process Explorer distinguishing Private and Shareable Working Set"]<a href="http://getgreenshot.org/wp-content/uploads/2010/07/working_set.jpg"><img src="http://getgreenshot.org/wp-content/uploads/2010/07/working_set.jpg" alt="Process Explorer screenshot" title="Private vs. Shareable Working Set" width="212" height="153" class="size-full wp-image-244" /></a>[/caption]</p>
<p>[caption id="attachment_244" align="alignleft" width="212" caption="Example: Process Explorer distinguishing Private and Shareable Working Set"]<a href="/assets/wp-content/uploads/2010/07/working_set.jpg"><img src="/assets/wp-content/uploads/2010/07/working_set.jpg" alt="Process Explorer screenshot" title="Private vs. Shareable Working Set" width="212" height="153" class="size-full wp-image-244" /></a>[/caption]</p>
<p>These terms are pretty much self-explanatory: the private part of a working set is how much the process actually needs, it cannot be used by other processes. The shareable part is most often the bigger part of a working set. What is in there is free for use by any other application running, which is most obvious when running multiple .NET applications. Launch Paint.NET next to Greenshot and you will notice <em>WS shared</em> increasing. Launch SharpDevelop and it will increase even more. Loaded resources are shared between applications, which is a good thing.<br />
If you are curious about the shared working set: cybernetnews has posted a nice article on <a href="http://cybernetnews.com/cybernotes-windows-memory-usage-explained/">Windows memory usage</a>.</p>
<p>Another thing: as long as RAM is not scarce, used memory is not wasted memory. Actually, unused memory is literally of no use. For this reason Windows may be more generous in spending your RAM than actually demanded. So if the process needs some more at a later point, it is already there and can be accessed quickly (i.e. more performant). If other processes demand it, it can still be reallocated.<br />

View file

@ -32,7 +32,7 @@ comments: []
<p>We are happy to announce that Greenshot translation files are now available for Swedish (Tack, Eric F.), Finnish (Kiitos, Jari Majaniemi), Greek (Χάρη, ΓΙΩΡΓΟ ΣΚΟΥΝΤΖΗ) and Hebrew (תודה, רן ששון).<br />
Furthermore, grazie to tonytogna and gracias to Alejandro de Gárate for submitting revised versions of the Italian and Spanish translations.</p>
<p>Thanks to dedicated users, Greenshot is now available in 18 languages - wow... this is really great :)</p>
<p>You can get hold of all translations on our <a href="http://getgreenshot.org/downloads/">download page</a> - just download the desired language file and save it to the "Languages" subdirectory of Greenshot's installation directory.</p>
<p>You can get hold of all translations on our <a href="/downloads/">download page</a> - just download the desired language file and save it to the "Languages" subdirectory of Greenshot's installation directory.</p>
<p>Your language is still missing? Have a look at our <a href="http://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a> - maybe someone has already submitted it, but we have not found the time to check it and put it onto the website.<br />
If there is none, and you would like to submit a translation of your own, you are very welcome to upload it there, of course.</p>
<p>Thanks again to all translators - good job :)</p>

View file

@ -24,9 +24,9 @@ tags:
- '1.0'
comments: []
---
<p>Some time ago we have <a href="http://getgreenshot.org/2012/04/17/working-towards-greenshot-1-0/">announced</a> our work on the next major version of Greenshot: 1.0. Today, we are taking the next step: we have just uploaded the first release candidate for the new version (1.0.1.1980). All features for 1.0 are implemented, and a friendly bunch of people have already provided helpful feedback on the latest unstable releases, so we think that the current version is quite stable and ready to be pushed out as release candidate. But of course, large-scale testing is yet to be done and you are very welcome to help out with it. Just <a href="http://getgreenshot.org/version-history/" target="_blank">download and install Greenshot 1.0.1.1980</a> and <a href="http://sourceforge.net/tracker/?group_id=191585&atid=937972&status=1" target="_blank">let us know</a> if you encounter any bugs or problems. (Note: as long as Greenshot 1.0 is in the release candidate phase, the big download button on our <a href="http://getgreenshot.org/downloads/" title="Downloads">download page</a> still points to Greenshot 0.8, always check the version history if you are looking for the latest release canidates or unstable builds.)</p>
<p>Some time ago we have <a href="/2012/04/17/working-towards-greenshot-1-0/">announced</a> our work on the next major version of Greenshot: 1.0. Today, we are taking the next step: we have just uploaded the first release candidate for the new version (1.0.1.1980). All features for 1.0 are implemented, and a friendly bunch of people have already provided helpful feedback on the latest unstable releases, so we think that the current version is quite stable and ready to be pushed out as release candidate. But of course, large-scale testing is yet to be done and you are very welcome to help out with it. Just <a href="/version-history/" target="_blank">download and install Greenshot 1.0.1.1980</a> and <a href="http://sourceforge.net/tracker/?group_id=191585&atid=937972&status=1" target="_blank">let us know</a> if you encounter any bugs or problems. (Note: as long as Greenshot 1.0 is in the release candidate phase, the big download button on our <a href="/downloads/" title="Downloads">download page</a> still points to Greenshot 0.8, always check the version history if you are looking for the latest release canidates or unstable builds.)</p>
<p>Depending on the number of issues reported, Greenshot 1.0 will hopefully be ready to be officially released as final version soon.</p>
<p>By the way: many translations are not up to date with version 1.0 yet. If you would like to help out: updating translations is is easy if you use our brand new <a href="http://getgreenshot.org/2012/08/10/introducing-the-brand-new-greenshot-language-editor-translators-wanted/" title="Introducing the brand new Greenshot Language Editor translators wanted">Greenshot Language Editor</a>.</p>
<p>By the way: many translations are not up to date with version 1.0 yet. If you would like to help out: updating translations is is easy if you use our brand new <a href="/2012/08/10/introducing-the-brand-new-greenshot-language-editor-translators-wanted/" title="Introducing the brand new Greenshot Language Editor translators wanted">Greenshot Language Editor</a>.</p>
<p>Here is the complete change log for Greenshot 1.0:<br />
<code><br />
Features added:<br />

View file

@ -27,7 +27,7 @@ tags:
- '1.0'
comments: []
---
<p>About <a href="http://getgreenshot.org/2010/07/06/greenshot-goes-multilingual-ready-for-translation/" title="Greenshot goes multilingual ready for translation">two years ago</a> we have added internationalization to Greenshot by simply adding translated XML files to the installation directory. Today, Greenshot is available in nearly <a href="http://getgreenshot.org/downloads/" title="Download translations">30 different languages</a>, most of which have been provided by motivated users from all over the world. Thanks to all of you, we really appreciate your support :)<br />
<p>About <a href="/2010/07/06/greenshot-goes-multilingual-ready-for-translation/" title="Greenshot goes multilingual ready for translation">two years ago</a> we have added internationalization to Greenshot by simply adding translated XML files to the installation directory. Today, Greenshot is available in nearly <a href="/downloads/" title="Download translations">30 different languages</a>, most of which have been provided by motivated users from all over the world. Thanks to all of you, we really appreciate your support :)<br />
"Nearly 30" is a fairly impressive number, even more if you consider that creating and updating translations has been a bit uncomfortable until now: one had to edit XML files manually, and sometimes it proved to be a bit hard to find new messages to update an existing translation within the XML code.</p>
<p>Good news for our friendly translators: we have developed an all-new Greenshot Language Editor, especially for editing Greenshot's translation file. Creating and updating translations has never been so easy: it offers a side-by-side view of two language files, so that you can use a complete language file as template for updating another language. Just a few steps to create a new or update an existing translation:</p>
<ol>
@ -41,5 +41,5 @@ comments: []
<li>Upload the updated file to our <a href="http://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a></li>
</ol>
<p>That's it.</p>
<p>As we have just <a href="http://getgreenshot.org/2012/08/10/first-release-candidate-for-greenshot-1-0-is-out/" title="First release candidate for Greenshot 1.0 is out">started off with release candidates for Greenshot 1.0</a>, now is a good moment to update existing translations for the final release. Most likely, we will not add any more messages for the next version, and of course we'd be very happy to see many translations up-to-date when we release the final version of Greenshot 1.0. If you want to help out, why don't you give the new language editor a try? And, of course, as with Greenshot itself: please <a href="https://sourceforge.net/tracker/?group_id=191585&atid=937972" target="_blank">let us know</a> if you encounter any problems with the editor, too.</p>
<p>As we have just <a href="/2012/08/10/first-release-candidate-for-greenshot-1-0-is-out/" title="First release candidate for Greenshot 1.0 is out">started off with release candidates for Greenshot 1.0</a>, now is a good moment to update existing translations for the final release. Most likely, we will not add any more messages for the next version, and of course we'd be very happy to see many translations up-to-date when we release the final version of Greenshot 1.0. If you want to help out, why don't you give the new language editor a try? And, of course, as with Greenshot itself: please <a href="https://sourceforge.net/tracker/?group_id=191585&atid=937972" target="_blank">let us know</a> if you encounter any problems with the editor, too.</p>
<p>Thanks a lot for your help.</p>

View file

@ -26,8 +26,8 @@ tags:
comments: []
---
<p>We have released the second release candidate for Greenshot 1.0 today, fixing issues that users found while using the first release candidate. Thanks to those who helped us by providing valuable feedback. All changes since the previous version are listed at the end of this post.</p>
<p>Feel free to <a href="http://getgreenshot.org/version-history/" target="_blank">download and install Greenshot 1.0.2.2011</a> and (as always) please <a href="http://sourceforge.net/tracker/?group_id=191585&atid=937972&status=1" target="_blank">let us know</a> if you encounter any bugs or problems with it. (Note: as long as Greenshot 1.0 is in the release candidate phase, the big download button on our <a href="http://getgreenshot.org/downloads/" title="Downloads">download page</a> still points to Greenshot 0.8, always check the version history if you are looking for the latest release canidates or unstable builds.)</p>
<p>Just one thing: there are many translations which are not up to date with the latest changes yet. Greenshot has a fallback mechanism always to display the english message if a translation is not available, so that it can be used even if a translation is incomplete. However, we'd be happy to have as many translations up-to-date as possible when Greenshot 1.0 reaches final state. Please have a look at <a href="http://getgreenshot.org/2012/08/10/introducing-the-brand-new-greenshot-language-editor-translators-wanted/" title="Introducing the brand new Greenshot Language Editor translators wanted">this blog entry</a> to see how you can help us with translations.<br />
<p>Feel free to <a href="/version-history/" target="_blank">download and install Greenshot 1.0.2.2011</a> and (as always) please <a href="http://sourceforge.net/tracker/?group_id=191585&atid=937972&status=1" target="_blank">let us know</a> if you encounter any bugs or problems with it. (Note: as long as Greenshot 1.0 is in the release candidate phase, the big download button on our <a href="/downloads/" title="Downloads">download page</a> still points to Greenshot 0.8, always check the version history if you are looking for the latest release canidates or unstable builds.)</p>
<p>Just one thing: there are many translations which are not up to date with the latest changes yet. Greenshot has a fallback mechanism always to display the english message if a translation is not available, so that it can be used even if a translation is incomplete. However, we'd be happy to have as many translations up-to-date as possible when Greenshot 1.0 reaches final state. Please have a look at <a href="/2012/08/10/introducing-the-brand-new-greenshot-language-editor-translators-wanted/" title="Introducing the brand new Greenshot Language Editor translators wanted">this blog entry</a> to see how you can help us with translations.<br />
By the way: we would like to offer the installer in more languages, and also the homepage of our website, so that Greenshot is easily accessible for people all over the world. For your convenience, we have extracted the text of those to language files, too. You can find them in the <a href="http://greenshot.svn.sourceforge.net/viewvc/greenshot/trunk/Greenshot/Languages/?sortby=date&sortdir=down#dirlist" target="_blank">Languages directory</a> of our repository, e.g. the english files are called language_installer-en-US.xml and language-website-en-US.xml.<br />
This means that you can use the Greenshot Language Editor for these files, too.</p>
<p>Below the release notes for Greenshot 1.0.2 build 2011 Release Candidate 2</p>

View file

@ -32,7 +32,7 @@ Read the <a href="/2012/10/20/release-candidate-4-is-available/">RC4 release pos
For Greenshot 1.0 RC3 we took a bit more time than planned, we want to make Greenshot 1.0 as good as possible and this time was needed.<br />
As we made a lot of changes the risk for new bugs is higher, but if found these will be fixed quickly with RC4 / <ins datetime="2012-10-21T18:35:56+00:00">RC5</ins>.<br />
The final release should be shortly after <del datetime="2012-10-21T18:35:56+00:00">RC4</del> <ins datetime="2012-10-21T18:35:56+00:00">RC5</ins>.</p>
<p><a href="http://getgreenshot.org/version-history/" target="_blank">Download the latest Greenshot release candidate from our version history page</a>.</p>
<p><a href="/version-history/" target="_blank">Download the latest Greenshot release candidate from our version history page</a>.</p>
<p>The exact details of the changes in Greenshot 1.0 RC3 are listed below, but here are the biggest:<br />
* Performance improvements, in several areas but mainly noticeable directly after captures.<br />
* The upload plugins now use our own code, this made it possible to get a consistent experience when authorizing with different platforms<br />

View file

@ -26,7 +26,7 @@ tags:
comments: []
---
<p>Well, that one was short-lived ;-)<br />
The <a href="http://getgreenshot.org/2012/10/19/getting-closer-third-release-candidate-for-greenshot-1-0-published-today/" title="Getting closer… third release candidate for Greenshot 1.0 published today">third release candidate</a> (released only yesterday) introduced two annoying bugs regarding several upload plugins (OAuth authentication process was broken) and the external command plugin (not working).<br />
The <a href="/2012/10/19/getting-closer-third-release-candidate-for-greenshot-1-0-published-today/" title="Getting closer… third release candidate for Greenshot 1.0 published today">third release candidate</a> (released only yesterday) introduced two annoying bugs regarding several upload plugins (OAuth authentication process was broken) and the external command plugin (not working).<br />
Those are fixed now, and the fourth release candidate is now available on our <a href="/version-history/" target="_blank">version history</a>.</p>
<p>Here are the release notes:<br />
<code><br />

View file

@ -25,7 +25,7 @@ tags:
comments: []
---
<p>We are very proud to annouce that Greenshot 1.0 is finally available for download now. It has been two years since the last official release and we have not been lazy in the meantime. There have been a lot of bugfixes and performance improvements, but there are also loads of handy new screenshot features coming with Greenshot 1.0, to name just a few of them:</p>
<p><a href="http://getgreenshot.org/wp-content/uploads/2012/10/Dynamic-destination-picker.png"><img src="http://getgreenshot.org/wp-content/uploads/2012/10/Dynamic-destination-picker-300x286.png" alt="Dynamic destination picker" title="Dynamic destination picker" width="300" height="286" class="alignright size-medium wp-image-639" /></a></p>
<p><a href="/assets/wp-content/uploads/2012/10/Dynamic-destination-picker.png"><img src="/assets/wp-content/uploads/2012/10/Dynamic-destination-picker-300x286.png" alt="Dynamic destination picker" title="Dynamic destination picker" width="300" height="286" class="alignright size-medium wp-image-639" /></a></p>
<ul>
<li>There's a nice new feature called "destination picker", which let's you choose a target for the screenshot you have just created on the fly</li>
<li>We have added several plugins for uploading screenshots to image hosting services like Flickr, Picasa, Imgur, and others. There are also plugins for uploading screenshots directly to Jira and Confluence.
@ -36,7 +36,7 @@ comments: []
</ul>
<p>But that's just a small part of a really huge list of changes. Have a look at the change log at the end of this post.</p>
<p>For those of you that are already using Windows 8: we are able to test with it and have been testing the current relase against Windows 8. Currently Greenshot works, as far as we noticed, as designed when using the normal desktop and can capture the Metro "view" with the region or screen capture. It's not (yet) possible to select Metro applications via the context menu or use the interactive windows capture.</p>
<p><a href="http://getgreenshot.org/wp-content/uploads/2012/10/Setup-Greenshot-with-shadow.png"><img src="http://getgreenshot.org/wp-content/uploads/2012/10/Setup-Greenshot-with-shadow-300x235.png" alt="Selecting plugins during installation process" title="Selecting plugins during installation process" width="300" height="235" class="alignleft size-medium wp-image-638" /></a>Greenshot started off as a very simple tool more than five years ago and has been in beta stadium since then. Over these years, more than 2.000.000 downloads have been recorded from Sourceforge's download servers alone, not even taking into account the numerous software portals that are redistributing different versions of Greenshot <a href="#note-portals">(*)</a>, recently that's more than 20.000 downloads every week.<br />
<p><a href="/assets/wp-content/uploads/2012/10/Setup-Greenshot-with-shadow.png"><img src="/assets/wp-content/uploads/2012/10/Setup-Greenshot-with-shadow-300x235.png" alt="Selecting plugins during installation process" title="Selecting plugins during installation process" width="300" height="235" class="alignleft size-medium wp-image-638" /></a>Greenshot started off as a very simple tool more than five years ago and has been in beta stadium since then. Over these years, more than 2.000.000 downloads have been recorded from Sourceforge's download servers alone, not even taking into account the numerous software portals that are redistributing different versions of Greenshot <a href="#note-portals">(*)</a>, recently that's more than 20.000 downloads every week.<br />
Today Greenshot is a feature-rich (yet simple to use) screenshot tool and the current version is not only the best-featured Greenshot release ever, but also the most stable one. Time to get rid of the odd "beta" label With the help of many friendly users we have ironed out a lot of bugs of the previous versions, added a lot of cool new features, improved old features; and not to forget: we are able to offer Greenshot in 32 languages at the time of this writing. Thanks to the supporters all around the world who helped us to make Greenshot what it is today.</p>
<p>Now go ahead and <a href="/downloads/">download Greenshot 1.0</a> and have fun with the new features. We hope that you like the new version as much as we do</p>
<p><a name="note-portals">*)</a> By the way: we strongly recommend to <strong>always</strong> download Greenshot from our official website http://getgreenshot.org/ - there have been reports about some (even popular) software portals offering wrapped installers of open source projects, bundling adware or even malware with the original installer. Also the installers for download are often outdated or "nightly builds" which might be buggy and are not intended to be used by a wide audience. </p>

View file

@ -23,7 +23,7 @@ tags:
- plugin
comments: []
---
<p><a href="http://getgreenshot.org/wp-content/uploads/2013/01/1-configure-external-commands.png"><img src="http://getgreenshot.org/wp-content/uploads/2013/01/1-configure-external-commands.png" alt="Configuring external commands" width="245" height="300" class="alignright size-medium wp-image-756" /></a>
<p><a href="/assets/wp-content/uploads/2013/01/1-configure-external-commands.png"><img src="/assets/wp-content/uploads/2013/01/1-configure-external-commands.png" alt="Configuring external commands" width="245" height="300" class="alignright size-medium wp-image-756" /></a>
<p> Ever wondered what is the quickest way to have Greenshot output images to other applications on your PC, e.g. your favorite image manipulation software, upload application or instant messenger?</p>
<p>The Greenshot installer comes with a handy plugin called "External Command Plugin", allowing Greenshot to output files to a large number of other programs on your computer. E.g. if you prefer Adobe Photoshop or Inkscape for editing your screenshots, it is an easy task to configure custom destinations which you then can select like any other destination. This will work for any program that offers a <a href="http://en.wikipedia.org/wiki/Command_Line_Interface" target="_blank">command line interface</a> accepting an image path.</p>
<h3>What is a command line interface?</h3>
@ -37,11 +37,11 @@ will open MS Paint to edit image.png located in C:\path\to\ (of course, these ar
<p>You can execute commands yourself using the Windows command line tool (called cmd.exe)</p>
<p>But you can also configure Greenshot to execute commands like these which comes very handy if you often need to pass your screenshots to other software.</p>
<h3>So how does Greenshot's External Command Plugin work?</h3>
<p><a href="http://getgreenshot.org/wp-content/uploads/2013/01/2-external-command-list.png"><img src="http://getgreenshot.org/wp-content/uploads/2013/01/2-external-command-list-300x198.png" alt="List of external commands" title="" width="300" height="198" class="alignleft size-medium wp-image-721" /></a> It's easy... Right click the Greenshot systray icon and click "Configure external commands".</p>
<p>(If it is not there, you are either using an old version of Greenshot or did not select to install the External Command plugin during the installation process. In both cases, you should <a href="http://getgreenshot.org/downloads/">download the latest version of Greenshot's installer</a> and install it. When the installer asks about plugins to install, make sure to check the box next to "External Command Plugin", and proceed with the installation.)</p>
<p><a href="/assets/wp-content/uploads/2013/01/2-external-command-list.png"><img src="/assets/wp-content/uploads/2013/01/2-external-command-list-300x198.png" alt="List of external commands" title="" width="300" height="198" class="alignleft size-medium wp-image-721" /></a> It's easy... Right click the Greenshot systray icon and click "Configure external commands".</p>
<p>(If it is not there, you are either using an old version of Greenshot or did not select to install the External Command plugin during the installation process. In both cases, you should <a href="/downloads/">download the latest version of Greenshot's installer</a> and install it. When the installer asks about plugins to install, make sure to check the box next to "External Command Plugin", and proceed with the installation.)</p>
<p>After doing so, the configuration dialog opens up. For your convenience, we have already added MS Paint to the list (i.e. you can already use it as a screenshot destination from Greenshot's image editor or destination picker.)<br />
Let's have a look at its configuration: click "MS Paint" in the list and then the "Edit" button on the right-hand side, you'll see the configuration options for the MS Paint command:<br />
<a href="http://getgreenshot.org/wp-content/uploads/2013/01/3-edit-external-command.png"><img src="http://getgreenshot.org/wp-content/uploads/2013/01/3-edit-external-command-300x173.png" alt="External command configuration window" title="" width="300" height="173" class="alignright size-medium wp-image-722" /></a>
<a href="/assets/wp-content/uploads/2013/01/3-edit-external-command.png"><img src="/assets/wp-content/uploads/2013/01/3-edit-external-command-300x173.png" alt="External command configuration window" title="" width="300" height="173" class="alignright size-medium wp-image-722" /></a>
<ul>
<li><strong>Name:</strong> how the external command is displayed by Greenshot, you can put in there whatever you like, e.g. <code>MS Paint</code></li>
<li><strong>Command:</strong> path and file name of the executable program accepting the image, e.g. <code>C:\Windows\System32\mspaint.exe</code></li>

View file

@ -25,18 +25,18 @@ tags:
- plugins
comments: []
---
<p><a href="http://getgreenshot.org/2013/02/17/how-to-send-an-image-to-skype-using-command-line-arguments/2-select-skype-contact-2/" rel="attachment wp-att-849" title="Selecting the Skype recipient"><img src="http://getgreenshot.org/wp-content/uploads/2013/02/2-select-skype-contact-300x230.png" alt="2-select-skype-contact" width="300" height="230" class="alignleft size-medium wp-image-849" alt="Selecting the Skype recipient" /></a>You may have read our recent blog article about <a href="http://getgreenshot.org/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/" title="How to use the External Command Plugin to send screenshots to other applications">how to connect Greenshot to other desktop applications using the external command plugin</a>.</p>
<p><a href="/2013/02/17/how-to-send-an-image-to-skype-using-command-line-arguments/2-select-skype-contact-2/" rel="attachment wp-att-849" title="Selecting the Skype recipient"><img src="/assets/wp-content/uploads/2013/02/2-select-skype-contact-300x230.png" alt="2-select-skype-contact" width="300" height="230" class="alignleft size-medium wp-image-849" alt="Selecting the Skype recipient" /></a>You may have read our recent blog article about <a href="/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/" title="How to use the External Command Plugin to send screenshots to other applications">how to connect Greenshot to other desktop applications using the external command plugin</a>.</p>
<p>For most popular software, available command line parameters are well documented, so one can easily find out whether and how it is possible to send an image to it via command line arguments.</p>
<p>In the case of Skype, it takes a bit of investigation to find that out - the <a href="https://support.skype.com/en/faq/FA171/can-i-run-skype-for-windows-desktop-from-the-command-line" rel="nofollow">list of command line arguments published by Skype</a> is very short, and there is no option listed for sending files to Skype.</p>
<p>However, after having a look at Skype's context menu integration (when you right click a file in Windows explorer, there is a Skype entry in the "Send to" sub menu) I found out that there is a undocumented command line parameter called <code>SENDTO</code>.</p>
<p>So, actually it <strong>is</strong> possible to send a file to Skype via command line, and it is as easy as that:<br />
<code>"C:\Program Files (x86)\Skype\Phone\Skype.exe" /sendto: "C:\path\to\image.jpg"</code><br />
(of course, the path could be different on your computer)</p>
<p><a href="http://getgreenshot.org/wp-content/uploads/2013/02/1-configure-skype-command.png" title="Configuring external command for Skype"><img src="http://getgreenshot.org/wp-content/uploads/2013/02/1-configure-skype-command-300x173.png" alt="Configuring external command for Skype" width="300" height="173" class="alignright size-medium wp-image-851" /></a> That is good news for us, because if it is possible using command line arguments, of course it is easily possible to do so with Greenshot's external command plugin as well.<br />
<p><a href="/assets/wp-content/uploads/2013/02/1-configure-skype-command.png" title="Configuring external command for Skype"><img src="/assets/wp-content/uploads/2013/02/1-configure-skype-command-300x173.png" alt="Configuring external command for Skype" width="300" height="173" class="alignright size-medium wp-image-851" /></a> That is good news for us, because if it is possible using command line arguments, of course it is easily possible to do so with Greenshot's external command plugin as well.<br />
It is easy to configure:</p>
<ul>
<li>Right click the Greenshot icon in your systray to bring up Greenshot's context menu</li>
<li>Choose the <a href="http://getgreenshot.org/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/" title="How to use the External Command Plugin to send screenshots to other applications">Configure external commands</a> option</li>
<li>Choose the <a href="/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/" title="How to use the External Command Plugin to send screenshots to other applications">Configure external commands</a> option</li>
<li>Click the "New" button and fill in the info we have just found out:<br><br />
<strong>Name:</strong> <code>Skype</code><br><br />
<strong>Command:</strong> <code>C:\Program Files (x86)\Skype\Phone\Skype.exe</code> (the path might be different on your computer)<br><br />

View file

@ -27,10 +27,10 @@ tags:
comments: []
---
<p>Today we have uploaded the third release candidate for version 1.1. We are very optimistic that this is the last release candidate and that we will release the final version of Greenshot 1.1 very soon.</p>
<p>The current release candidate fixes a bug when using the "Highlight Area" feature of the image editor. Furthermore, we are happy to announce a new language in the family of Greenshot translations: Indonesian is included from now on, you can download it for existing installations of previous versions from our <a href="http://getgreenshot.org/downloads/">downloads page</a>.<br />
<p>The current release candidate fixes a bug when using the "Highlight Area" feature of the image editor. Furthermore, we are happy to announce a new language in the family of Greenshot translations: Indonesian is included from now on, you can download it for existing installations of previous versions from our <a href="/downloads/">downloads page</a>.<br />
Thanks a lot to Afif Brika, who created and submitted the translation.</p>
<p>By the way: a lot of translations are not up to date with version 1.1 yet. If you would like to enhance an existing translation (or even submit a new language), have a look at this <a href="http://getgreenshot.org/2012/08/10/introducing-the-brand-new-greenshot-language-editor-translators-wanted/">blog post</a>. Thanks :)</p>
<p>Enough talk for now, you can download the latest version from our <a href="http://getgreenshot.org/version-history/">version history page</a>, and here is the changelog:</p>
<p>By the way: a lot of translations are not up to date with version 1.1 yet. If you would like to enhance an existing translation (or even submit a new language), have a look at this <a href="/2012/08/10/introducing-the-brand-new-greenshot-language-editor-translators-wanted/">blog post</a>. Thanks :)</p>
<p>Enough talk for now, you can download the latest version from our <a href="/version-history/">version history page</a>, and here is the changelog:</p>
<p><code><br />
1.1.3 build 2596 Release Candidate 3</p>
<p>Features added since 1.1.2:<br />

View file

@ -25,7 +25,7 @@ tags:
comments: []
---
<p>You may have noticed that we have been busy with <a href="/2013/04/30/getting-closer-third-release-candidate-for-greenshot-1-1-indonesian-translation/">release candidates</a> in the last few weeks. Now, after three release candidates, the few issues that existend seem to be sorted out, so that Greenshot 1.1 is available for download now.</p>
<p><a href="/wp-content/uploads/2013/05/greenshot-capture-zoom.png"><img src="/wp-content/uploads/2013/05/greenshot-capture-zoom-300x250.png" alt="Greenshot&#039;s capture zoom feature" width="300" height="250" class="alignright size-medium wp-image-971" /></a>Greenshot 1.1 includes one of the recently most requested features: the new <strong>capture zoom</strong> is very helpful while selecting a region to capture: it displays a magnified view of the area around the cursor, making it easy to select pixel-exact regions, no matter how tiny they are. The zoom view is flexible enough to stay out of your way as you move the cursor on the screen, but in case you do not want or need it, you can either toggle it off/on easily during capture region selection by hitting the <kbd>Z</kbd> key, or disable/enable it in the settings.</p>
<p><a href="/assets/wp-content/uploads/2013/05/greenshot-capture-zoom.png"><img src="/assets/wp-content/uploads/2013/05/greenshot-capture-zoom-300x250.png" alt="Greenshot&#039;s capture zoom feature" width="300" height="250" class="alignright size-medium wp-image-971" /></a>Greenshot 1.1 includes one of the recently most requested features: the new <strong>capture zoom</strong> is very helpful while selecting a region to capture: it displays a magnified view of the area around the cursor, making it easy to select pixel-exact regions, no matter how tiny they are. The zoom view is flexible enough to stay out of your way as you move the cursor on the screen, but in case you do not want or need it, you can either toggle it off/on easily during capture region selection by hitting the <kbd>Z</kbd> key, or disable/enable it in the settings.</p>
<p>Another nice addition is a <strong>new output file format</strong> called "Greenshot". When saving a screenshot from the image editor in Greenshot format, you will be able to re-open the file with Greenshot later and have your annotations, shapes etc. still editable.</p>
<p><strong>PortableApps </strong>users will be happy to hear that Greenshot is now released for the PortableApps platform, too.</p>
<p>But these are just a few of the new features, there are some more, as well as a lot of bug fixes, extended/improved and/or added translations.</p>

View file

@ -26,7 +26,7 @@ comments: []
<p>First of all: we would like to thank everybody who already donated to Greenshot: <strong>thank you so much</strong>! Of course, we also appreciate people visiting our website without blocking ads.</p>
<p>Maybe you wonder what we do with your donations and the advertising revenue? Or rather you are asking yourself “What the heck does a piece of <em>code</em> need money for?”. Well, free services and products like Greenshot need financial means to keep going, and unfortunately we aren't backed by a company that covers our costs. Actually, we need a lot of things to generate this piece of code; our expenses involve costs for hardware, software, electricity, telecommunication, to name just a few... even if these costs wouldn't exist, we would still work for free, in our spare time. And although we really enjoy developing Greenshot, it's not just the programming which needs to be done. We spend a large amount of time working on the tickets that are reported (bugs, questions, feature request etc.), social media, coordinating the translations, maintaining this website, etc.</p>
<p>There are mainly two ways to generate at least some income: advertising and donations. Advertising revenue is just as crucial as donations to keep Greenshot running. Unfortunately, ad-blocking software reduces the strength of the advertising pillar. This is the case even if one never clicks any advertisements, since the advertising service we use also pays revenue for displayed ads (of course not as much as for clicks, but every bit helps).</p>
<p><a href="http://getgreenshot.org/2013/05/30/why-a-free-web-needs-advertising/greenshot-2013-05-04-11_48_59/" rel="attachment wp-att-956"><img src="http://getgreenshot.org/wp-content/uploads/2013/05/greenshot-2013-05-04-11_48_59-300x267.png" alt="Disabling Adblock for a specific domain" width="300" height="267" class="alignright size-medium wp-image-956" /></a> For this reason, if you are using an ad-blocker, we kindly ask you to consider deactivating it on getgreenshot.org and any other websites you like, to support their and our work. We highly appreciate your consideration! To help you make your decision easier: there are no layer ads, interstitials, pop-ups or similar annoyances on our website, we also took care not to mix advertisements with content. And, most important: Greenshot itself is totally ad-free. Just fair, isnt it?<br />
<p><a href="/2013/05/30/why-a-free-web-needs-advertising/greenshot-2013-05-04-11_48_59/" rel="attachment wp-att-956"><img src="/assets/wp-content/uploads/2013/05/greenshot-2013-05-04-11_48_59-300x267.png" alt="Disabling Adblock for a specific domain" width="300" height="267" class="alignright size-medium wp-image-956" /></a> For this reason, if you are using an ad-blocker, we kindly ask you to consider deactivating it on getgreenshot.org and any other websites you like, to support their and our work. We highly appreciate your consideration! To help you make your decision easier: there are no layer ads, interstitials, pop-ups or similar annoyances on our website, we also took care not to mix advertisements with content. And, most important: Greenshot itself is totally ad-free. Just fair, isnt it?<br />
Just think about paper magazines you might buy regularly: most of them print a considerable amount of ads to keep them going and you still do not get them for free.</p>
<p>If however for some reason you cannot or do not want to stop blocking ads, you might rather want to make a small donation instead?</p>
<p>Thanks for giving this a read and considering action :)</p>

View file

@ -35,7 +35,7 @@ comments: []
<li>Of course, Greenshot 1.1 will still be available for download. This version works fine on Windows XP and Windows Vista, and we will fix major bugs if they occur, this should be enough for those who bravely stick to the older versions of Windows.</li>
</ul>
<p>You might ask, "What benefit does this migration bring for me?" Well, we don't plan many new features for 2.0, but we will be able to enable some hidden and prepared features and improve a lot of the current. As Greenshot was built on a user interface technology that has gotten long in the tooth, adding new settings wasted loads of efforts, which sometimes meant that we didn't add them in the end. A lot of features, expert or new, were only available by changing the greenshot.ini manually. We are already building a new settings dialog where we can add them quickly and consistent, enhancing usability with an incremental search within the dialog. It is still work in progress, but here is a screenshot to give you an idea:</p>
<p><a href="http://getgreenshot.org/wp-content/uploads/2013/10/greenshot-settings-dialog1.png"><img src="http://getgreenshot.org/wp-content/uploads/2013/10/greenshot-settings-dialog1-300x277.png" alt="Greenshot 2.0 settings dialog (work in progress)" width="300" height="277" class="alignleft size-medium wp-image-1002" /></a></p>
<p><a href="/assets/wp-content/uploads/2013/10/greenshot-settings-dialog1.png"><img src="/assets/wp-content/uploads/2013/10/greenshot-settings-dialog1-300x277.png" alt="Greenshot 2.0 settings dialog (work in progress)" width="300" height="277" class="alignleft size-medium wp-image-1002" /></a></p>
<p>Finally, this should make it possible for us to improve the Greenshot experience, make the user interface feel more professional and finished.</p>
<p>One thing that does have to wait, is the editor. We have spent a lot of time developing it on the old framework, if we would wait with Greenshot 2.0 before this is migrated to the newer Framework you would have to wait for ages. We rather supply you with smaller treats, so you don't have to wait so long.</p>
<p>Some other things that we are working on, maybe not so important for most of our users, is the migration our source code from subversion to GIT. This should speed up some of our development and also enable an easier way of helping us out by developing your favorite features yourself. For those that can develop C#, you can create a fork of Greenshot in a few clicks and send us your changes by pull-request (similar to github).</p>

View file

@ -23,12 +23,12 @@ tags:
- plugin
comments: []
---
<p><img src="http://getgreenshot.org/wp-content/uploads/2013/11/winscp-logo.gif" alt="WinSCP logo" width="64" height="64" class="alignleft size-full wp-image-1041" /> <strong>Ever needed to upload screenshots directly to a server using the FTP, SCP or SFTP protocol? Actually it is quite easy to harness WinSCP's great scripting capabilities with Greenshot's flexible external command plugin. This blog post provides a simple WinSCP upload script and explains how to make Greenshot call the script to upload your screenshot.</strong></p>
<p><img src="/assets/wp-content/uploads/2013/11/winscp-logo.gif" alt="WinSCP logo" width="64" height="64" class="alignleft size-full wp-image-1041" /> <strong>Ever needed to upload screenshots directly to a server using the FTP, SCP or SFTP protocol? Actually it is quite easy to harness WinSCP's great scripting capabilities with Greenshot's flexible external command plugin. This blog post provides a simple WinSCP upload script and explains how to make Greenshot call the script to upload your screenshot.</strong></p>
<p>Sidenote: we know, a specialized plugin for this would be a nice thing to have. A WinSCP plugin is definitely near the top of our todo list, but it probably will not be available before <a href="/2013/10/16/current-development-status-future-plans/">Greenshot 2.0</a>. So in the meantime the following method is a good alternative.</p>
<p>If WinSCP is not installed on your system yet, you can download it from <a href="http://winscp.net/">http://winscp.net/</a>, it is free and open source, too.<br />
If you have not heard of Greenshot's External Command Plugin yet or if you are not familiar with the Windows command line, you might want to have a look at <a href="/2013/01/28/how-to-use-the-external-command-plugin-to-send-screenshots-to-other-applications/">How to use the External Command Plugin to send screenshots to other applications</a>.</p>
<h2>Configuring the upload script</h2>
<p>It just needs a few lines to put together a WinSCP script that opens a connection, uploads a single file and closes the connection again - we have prepared a simple script for your convenience. Simply <a href="/wp-content/uploads/2013/11/winscpupload.txt">download the WinSCP upload script</a> and store it on your hard disc. Of course, the script needs to know where to upload the files to, so you need to change your the connection settings (in the line starting with <code>open</code>) as well as the target directory on the server (starting with <code>cd</code>).</p>
<p>It just needs a few lines to put together a WinSCP script that opens a connection, uploads a single file and closes the connection again - we have prepared a simple script for your convenience. Simply <a href="/assets/wp-content/uploads/2013/11/winscpupload.txt">download the WinSCP upload script</a> and store it on your hard disc. Of course, the script needs to know where to upload the files to, so you need to change your the connection settings (in the line starting with <code>open</code>) as well as the target directory on the server (starting with <code>cd</code>).</p>
<h2>Testing the upload script</h2>
<p>We recommend to test the script from the command line to see whether everything is alright. You can invoke the script by entering something like this into your command line:<br />
<code>"C:\path\to\WinSCP.com" /script="C:\path\to\winscpupload.txt" /parameter // """C:\path\to\testfile.jpg"""</code><br />
@ -61,5 +61,5 @@ No session.<br />
<li><strong>Command:</strong> <code>C:\path\to\WinSCP.com</code></li>
<li><strong>Argument:</strong> <code>/script="C:\path\to\winscpupload.txt" /parameter // """{0}"""</code></li>
</ol>
<p><a href="http://getgreenshot.org/wp-content/uploads/2013/11/greenshot-external-command-winscp.png"><img src="http://getgreenshot.org/wp-content/uploads/2013/11/greenshot-external-command-winscp-300x172.png" alt="Configuring external command for WinSCP upload script" width="300" height="172" class="alignright size-medium wp-image-1054" /></a> Take care of the correct syntax, especially the quotes: if there is a space somewhere in a file system path, you need to wrap it into quotes. The last part of "Argument" is literally <code>"""{0}"""</code>, including the 6 double quotes and curly braces. (Greenshot will replace <code>{0}</code> with the filename of the screenshot.)</p>
<p><a href="/assets/wp-content/uploads/2013/11/greenshot-external-command-winscp.png"><img src="/assets/wp-content/uploads/2013/11/greenshot-external-command-winscp-300x172.png" alt="Configuring external command for WinSCP upload script" width="300" height="172" class="alignright size-medium wp-image-1054" /></a> Take care of the correct syntax, especially the quotes: if there is a space somewhere in a file system path, you need to wrap it into quotes. The last part of "Argument" is literally <code>"""{0}"""</code>, including the 6 double quotes and curly braces. (Greenshot will replace <code>{0}</code> with the filename of the screenshot.)</p>
<p>That's it. After confirming the new external command, you can use the <code>WinSCP Upload</code> option for future screenshots, from the destination picker or the editor's "File" menu.</p>

View file

@ -30,7 +30,7 @@ comments: []
<p>Recently, some users told us that bundled stuff like browser toolbars etc. had been installed on their computer by what they <em>assumed</em> was the Greenshot installer, which would have surprised us a lot, since there are no bundled installers or similar annoyances in Greenshot. <strong>We are convinced that bundled installers are abusing the user's trust and therefore we strongly oppose to it, no matter how much money marketing companies pay for them.</strong> In dialog with our users and with some research we then found out that these issues actually had nothing to do with our installer at all.</p>
<h2>Unfortunate advertisements on SourceForge and our website</h2>
<p>The problem was of another nature: our advertising service (which happens to be the same as SourceForge's) recently started to deliver advertisements with big green buttons on it, labeled "Download". The advertised pages do not offer the original Greenshot installer, but other software. However, this fact is not obvious on these pages (probably intended), one of them even offered an executable called Greenshot_Setup.exe.</p>
<p><a href="http://getgreenshot.org/wp-content/uploads/2013/11/greenshot-2013-11-16-10_13_28.png"><img src="http://getgreenshot.org/wp-content/uploads/2013/11/greenshot-2013-11-16-10_13_28-300x84.png" alt="greenshot-2013-11-16 10_13_28" width="300" height="84" class="alignright size-medium wp-image-1072" /></a>Of course, we get more ad revenue when advertisements are clicked, but we certainly do not want to trick our users into clicking them accidentally, let alone into installing any other tools than Greenshot.</p>
<p><a href="/assets/wp-content/uploads/2013/11/greenshot-2013-11-16-10_13_28.png"><img src="/assets/wp-content/uploads/2013/11/greenshot-2013-11-16-10_13_28-300x84.png" alt="greenshot-2013-11-16 10_13_28" width="300" height="84" class="alignright size-medium wp-image-1072" /></a>Of course, we get more ad revenue when advertisements are clicked, but we certainly do not want to trick our users into clicking them accidentally, let alone into installing any other tools than Greenshot.</p>
<p>If this has happened to you: please take our honest apologies, we are very sorry for that. Our advertisements are delivered by Google Adsense, so if you installed anything from their ads, you might want to know that they at least have very <a href="https://support.google.com/adwordspolicy/answer/1316548">strict rules for advertisers</a>.</p>
<p><strong>We are absolutely positive about web advertising to keep web projects going, but we believe ads must be fair and must not impose constraints on visitors.</strong><br />
As a consequence, we have blocked all known advertisers with those unloved "download button ads" from our website and made advertisements even more recognizable by applying a prominent border. We have also gotten in touch with SourceForge asking them to get rid of these ads, too.</p>

View file

@ -30,7 +30,7 @@ comments: []
<li>repaired upload to Box, which was broken in the previous version</li>
<li>updated Flickr plugin to be prepared for a breaking change in the Flickr API effective as of June, 27th</li>
</ul>
<p>Please see the change log below for more details about what's new. As always, you should make sure to download Greenshot from our <a href="http://getgreenshot.org/downloads/" title="Downloads">download page</a>, rather than being confident in 3rd party download portals to deliver the original version.</p>
<p>Please see the change log below for more details about what's new. As always, you should make sure to download Greenshot from our <a href="/downloads/" title="Downloads">download page</a>, rather than being confident in 3rd party download portals to deliver the original version.</p>
<p><code><br />
CHANGE LOG:</p>
<p>1.1.9.13-g01ce82d Windows 8.1 & Box bug-fix Release</p>

View file

@ -28,7 +28,7 @@ comments: []
---
<p>The difference between good and great software often originates from the developers closely listening to the users. As your ideas and comments are valuable input for us, we think that you need be able to easily report bugs and request features, as well as to quickly find information on problems/suggestions that have already been reported by other users.</p>
<p>For a long time, we have used the Sourceforge ticketing system for this, and although it worked for us many years we always thought it wasn't perfect for our needs. As every member of the Greenshot team also has experience with another ticketing tool, which we all like a lot, it is now time for a change.</p>
<p>We are proud to say we migrated the <a href="http://getgreenshot.org/tickets/" target="_blank">Greenshot bug/feature tracker</a> to Atlassian Jira, a professional ticketing system. We really think that this improves overall user experience both for us and for you, no matter if you want to report an issue or simply get an overview about what we are up to for the next version of Greenshot. On top of this it is integrated with Atlassian's BitBucket, where our source code are hosted, which makes it easy to spot what exactly has been changed and why.</p>
<p>We are proud to say we migrated the <a href="/tickets/" target="_blank">Greenshot bug/feature tracker</a> to Atlassian Jira, a professional ticketing system. We really think that this improves overall user experience both for us and for you, no matter if you want to report an issue or simply get an overview about what we are up to for the next version of Greenshot. On top of this it is integrated with Atlassian's BitBucket, where our source code are hosted, which makes it easy to spot what exactly has been changed and why.</p>
<p>Thankfully, <a href="https://www.atlassian.com/" target="_blank">Atlassian</a> has a great program to support open source teams with free software services and hosting. We were already using BitBucket and now we introduce Jira, maybe other products follow.</p>
<p>What does this mean for you?</p>
<p>Well, as we hate losing information, we migrated all the current bug reports and feature requests, with the complete history, to our new system. Also all Sourceforge users who reported tickets have been copied to our Jira. The users were created having the same username as with Sourceforge but without a password. At the first login you are asked to reset your password, to make this possible you will receive an email at your Sourceforge account with instructions. After successfully setting your password and being logged in you can change your email address if you like.</p>

View file

@ -31,7 +31,7 @@ comments: []
<li>The last capture region can now be re-used even after a restart of Greenshot or a reboot.</li>
<li>In region mode, the area to capture can now be selected using the keyboard: use arrow keys to move the cursor, then <kbd>Enter</kbd> to lock one corner of the region and - after moving the cursors on - hit <kbd>Enter</kbd> again at the opposite corner to capture the region</li>
</ul>
<p>See below for the complete changelog of the second release candidate, if you haven't seen the first one yet you might want to have a look at the <a href="/2014/09/18/release-candidate-for-greenshot-1-2-available/">changelog of RC1</a>, too. In any case, you should check out the new release candidate - as always, it can be downloaded from our <a href="http://getgreenshot.org/version-history/">version history</a> (1.2.2.43-RC2).</p>
<p>See below for the complete changelog of the second release candidate, if you haven't seen the first one yet you might want to have a look at the <a href="/2014/09/18/release-candidate-for-greenshot-1-2-available/">changelog of RC1</a>, too. In any case, you should check out the new release candidate - as always, it can be downloaded from our <a href="/version-history/">version history</a> (1.2.2.43-RC2).</p>
<p><em>And, as usual, the disclaimer: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href="getgreenshot.org/tickets/">file a bug report</a> - thanks a lot.</em></p>
<p><code><br />
Features:<br />

View file

@ -27,7 +27,7 @@ comments: []
<p>Okay - finishing line in sight :) we have uploaded the third release candidate for Greenshot 1.2. We have been working on ironing out a few more bugs of the latest version, as well as a few improvements and some user interface fine tuning. Again, thanks to anyone who supported us with their valuable feedback. You are doing a great job, we really appreciate that.</p>
<p>Most notable improvements are: torn edge and drop shadow settings are now stored and remembered next time, we have also improved the usability of the torn edge settings dialog. In the editor, the font family selection now displays its entries using the respective font so that it is easier to find the font you are looking for.<br />
We also got rid of several bugs, mostly related to the editor, e.g. the new speech bubble feature still had some flaws.</p>
<p>See below for the complete changelog of the third release candidate, if you haven't seen the previous ones yet you might want to have a look at the <a href="/2014/09/18/release-candidate-for-greenshot-1-2-available/">changelog of RC1</a> and <a href="/2014/11/11/second-release-candidate-greenshot-1-2/">RC2</a>, too. In any case, you should check out the new release candidate - as always, it can be downloaded from our <a href="http://getgreenshot.org/version-history/">version history</a> (1.2.3.29-RC3).</p>
<p>See below for the complete changelog of the third release candidate, if you haven't seen the previous ones yet you might want to have a look at the <a href="/2014/09/18/release-candidate-for-greenshot-1-2-available/">changelog of RC1</a> and <a href="/2014/11/11/second-release-candidate-greenshot-1-2/">RC2</a>, too. In any case, you should check out the new release candidate - as always, it can be downloaded from our <a href="/version-history/">version history</a> (1.2.3.29-RC3).</p>
<p><em>Yeah, you know that already, but just to be sure: "release candidate" means that this version has not gone through extensive testing yet. It might be buggy, so if you do not like surprises, we suggest to stick with version 1.1 until we have ironed out all issues and publish the stable release of version 1.2. In case you encounter any problems with the release candidate, please <a href="getgreenshot.org/tickets/">file a bug report</a> - thanks a lot.</em></p>
<p><code><br />
Features:<br />

View file

@ -27,7 +27,7 @@ tags:
comments: []
---
<p><a href="http://getgreenshot.org/2014/12/22/a-little-present-from-us-greenshot-1-2/speech-bubbles/" rel="attachment wp-att-1127"><img src="http://getgreenshot.org/wp-content/uploads/2014/12/speech-bubbles-300x276.png" alt="Speech bubbles in Greenshot editor" width="300" height="276" class="alignright size-medium wp-image-1127" /></a></p>
<p><a href="/2014/12/22/a-little-present-from-us-greenshot-1-2/speech-bubbles/" rel="attachment wp-att-1127"><img src="/assets/wp-content/uploads/2014/12/speech-bubbles-300x276.png" alt="Speech bubbles in Greenshot editor" width="300" height="276" class="alignright size-medium wp-image-1127" /></a></p>
<p>Finally! For those of you who celebrate Christmas, here is a little Christmas present from us. For the rest, here is a little present for you, for no particular reason :)</p>
<p>If have a look at our blog regularly or follow us on Twitter or another social media channel, you probably have noticed that we have been eagerly working on release candidates for Greenshot 1.2. The new version comes just in time before 2015 is about to start; after three release candidates and a lot of bug fixes, improvements and enhancements in between.</p>
<p>So, what's new, you ask? Here we go, just to name a few:</p>
@ -37,7 +37,7 @@ comments: []
<li><strong>Torn edge and border settings</strong>: we have improved both features by providing extra settings for them, e.g. you can select which edges of your image should be torn.</li>
<li><strong>Region mode accessibility</strong>: it is now possible to select a screenshot region with the keyboard, which allows exact and easy fine-tuning of a selected region, and of course allows the feature to be used at all for people having problems with handling a pointing device like mouse or touchpad.</li>
</ul>
<p><a href="http://getgreenshot.org/2014/12/22/a-little-present-from-us-greenshot-1-2/incrementing-labels/" rel="attachment wp-att-1128"><img src="http://getgreenshot.org/wp-content/uploads/2014/12/incrementing-labels-300x185.png" alt="Incrementing labels in Greenshot editor" width="300" height="185" class="alignleft size-medium wp-image-1128" /></a> Of course, that's not all - way too much to describe everything in detail here... we have also fixed quite some bugs and usability issues and we have a new language aboard, welcome Latvian (kudos to Kārlis Kalviškis for supplying the translation) as well as updates for many other languages.</p>
<p><a href="/2014/12/22/a-little-present-from-us-greenshot-1-2/incrementing-labels/" rel="attachment wp-att-1128"><img src="/assets/wp-content/uploads/2014/12/incrementing-labels-300x185.png" alt="Incrementing labels in Greenshot editor" width="300" height="185" class="alignleft size-medium wp-image-1128" /></a> Of course, that's not all - way too much to describe everything in detail here... we have also fixed quite some bugs and usability issues and we have a new language aboard, welcome Latvian (kudos to Kārlis Kalviškis for supplying the translation) as well as updates for many other languages.</p>
<p>Thanks again to everyone who keeps supporting us by submitting translations, feature requests, bug reports and donations! We really appreciate your support a lot, your help keeps the project going. :)</p>
<p>So much for now, we're getting ready for Christmas and new year's eve now. Have a good time everybody, and have fun with Greenshot - the latest version is always available at http://getgreenshot.org/downloads/<br />
And of course, here is the complete change log:</p>

View file

@ -14,6 +14,7 @@ author_url: http://getgreenshot.org/
wordpress_id: 1124
wordpress_url: http://getgreenshot.org/?p=1124
categories:
- Announcements
tags:
@ -27,5 +28,5 @@ When we started <a href="https://facebook.com/Greenshot.Tool" target="_blank">Gr
<p>Well, we do understand that even a company like Facebook needs to generate some revenue, but not on our expense. We are not some creepy marketing agency, baiting for social likes and shares in order to sell stuff afterwards. We are a small open source project driven by few people in their spare time, giving away quality software for free there is no such thing as a marketing budget, obviously.</p>
<p>Sure, we could continue to use Facebook for free but it really does a bad job for publishing information.</p>
<p>Thats why we decided that we will no longer actively maintain Greenshots Facebook page. The page will still be available, and of course you are welcome to like and share but there wont be any more updates, also comments and messages are deactivated. We hope thats okay for you. If not, sorry for the inconvenience its nothing personal, really.</p>
<p>We suggest to follow up on our <a href="http://getgreenshot.org/blog/">blog on getgreenshot.org</a> (theres an <a href="http://getgreenshot.org/feed/" target="_blank">RSS feed</a> also), or to follow <a href="https://twitter.com/greenshot_tool/" target="_blank">Greenshot on Twitter</a>.<br>
<p>We suggest to follow up on our <a href="/blog/">blog on getgreenshot.org</a> (theres an <a href="/feed/" target="_blank">RSS feed</a> also), or to follow <a href="https://twitter.com/greenshot_tool/" target="_blank">Greenshot on Twitter</a>.<br>
For bugs, feature requests or support requests, please use our <a href="https://getgreenshot.org/tickets" target="_blank">ticketing system</a>.</p>

View file

@ -25,7 +25,7 @@ AddTitle=False
AddFilename=False
</code>
As always, feel free to study the details of this release in the recent change log below and the respective tickets in our <a href="https://greenshot.atlassian.net/">JIRA</a>, or just go ahead and grab the latest release from our <a href="http://getgreenshot.org/downloads/" title="Downloads">downloads page</a>.
As always, feel free to study the details of this release in the recent change log below and the respective tickets in our <a href="https://greenshot.atlassian.net/">JIRA</a>, or just go ahead and grab the latest release from our <a href="/downloads/" title="Downloads">downloads page</a>.
<code>
All details to our tickets can be found here: https://greenshot.atlassian.net

View file

@ -279,7 +279,7 @@ comments: []
<h3>Allgemeine Einstellungen</h3>
<ul>
<li><em>Sprache</em>: Die Sprache, in der Sie Greenshot verwenden möchten.<br><br />
<a target="_blank" href="http://getgreenshot.org/downloads/">Hier</a> können Sie weitere Sprachen für Greenshot herunterladen. </li>
<a target="_blank" href="/downloads/">Hier</a> können Sie weitere Sprachen für Greenshot herunterladen. </li>
<li><em>Greenshot mit Windows starten</em>: Das Programm wird automatisch gestartet wenn das System hochfährt.</li>
<li><em>Tastenkombinationen</em>: Konfigurieren Sie die Tastenkombinationen für das Erstellen von Screenshots</li>
<li><em>Standard-Proxyserver des Betriebssystems verwenden</em>: Wenn ausgewählt, wird der im Betriebssystem eingetragene Standard-Proxyserver verwendet, um nach Updates zu suchen.</li>
@ -353,7 +353,7 @@ comments: []
Anerkennung durch eine Spende zukommen zu lassen.<br><br />
Bitte werfen Sie einen Blick auf unsere Webseite, um zu sehen, wie Sie das<br />
Greenshot Entwicker-Team unterstützen können:<br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Weitersagen</h3>
@ -371,7 +371,7 @@ comments: []
Wenn Sie registrierter Nutzer bei sourceforge.net sind, können Sie Übersetzungen<br />
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">hier</a> hochladen.<br><br />
Bitte stellen Sie vorher sicher, dass keine Übersetzung für Ihre Sprache auf unserer<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">Download-Seite</a> existiert. Prüfen Sie auch <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">hier</a>, ob<br />
<a target="_blank" href="/downloads/">Download-Seite</a> existiert. Prüfen Sie auch <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">hier</a>, ob<br />
evtl. eine Übersetzung in Arbeit oder in Vorbereitung ist.<br><br />
Bitte bedenken Sie, dass wir eine Überstzung nur auf unserer Download-Seite zur<br />
Verfügung stellen werden, wenn Sie über ein sourceforge.net Benutzerkonto bereit gestellt<br />

View file

@ -344,7 +344,7 @@ comments: []
con una donaci&oacute;n.<br><br />
Por favor visite nuestra p&aacute;gina web para ver como usted puede apoyar al<br />
equipo de desarrollo de Greenshot:<br><br />
<a href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Corra la voz</h3>

View file

@ -232,7 +232,7 @@ comments: []
<h3>R&eacute;glages g&eacute;n&eacute;raux</h3>
<ul>
<li><em>Langue</em>: La langue qu&rsquo;on pr&eacute;f&egrave;re utiliser.<br><br />
On peut t&eacute;l&eacute;charger des fichiers de langue additionnelle pour Greenshot <a target="_blank" href="http://getgreenshot.org/downloads/">Ici</a>. </li>
On peut t&eacute;l&eacute;charger des fichiers de langue additionnelle pour Greenshot <a target="_blank" href="/downloads/">Ici</a>. </li>
<li><em>Enregistrer des raccourcis</em>: si s&eacute;lectionn&eacute; Greenshot peut &ecirc;tre utilis&eacute; avec la touche <kbd>Impr &Eacute;cran</kbd>.</li>
<li><em>Lancer Greenshot au d&eacute;marrage</em>: D&eacute;marre le programme lorsque le syst&egrave;me d&rsquo;exploitation a &eacute;t&eacute; lanc&eacute;.</li>
<li><em>d&eacute;clencher un flash</em>: Retour visuel lorsqu&rsquo;on effectue une capture.</li>
@ -270,7 +270,7 @@ comments: []
ou si vous aimez simplement Greenshot et le principe des logiciels de source libre, vous pouvez encourager nos efforts par une donation.<br />
<br><br />
Jetez un &oelig;il sur notre page de garde pour voir comment vous pouvez supporter l&rsquo;&eacute;quipe de developpement de Greenshot:<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Diffuser l&rsquo;information</h3>
@ -287,7 +287,7 @@ comments: []
Si vous &ecirc;tes un utilisateur enregistr&eacute; de sourceforge.net, vous pouvez soumettre votre traduction &agrave; notre<br />
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>.<br><br />
Assurez&#45;vous qu&rsquo;aucune traduction n&rsquo;existe dans votre langue sur notre<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">downloads page</a>. V&eacute;rifiez &eacute;galement notre <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,<br />
<a target="_blank" href="/downloads/">downloads page</a>. V&eacute;rifiez &eacute;galement notre <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,<br />
pour v&eacute;rifier qu&rsquo;il n&rsquo;y a aucune traduction en cours ou en discussion.<br><br />
Notez bien que nous ne fournirons cette traduction seulement si elle a &eacute;t&eacute; soumise via un compte d&rsquo;utilisateur sourceforge.net.<br />
Du fait que selon toute probabilit&eacute; nous serons incapables de comprendre<br>votre traduction ; il est logique que d&rsquo;autres<br />

View file

@ -213,7 +213,7 @@ comments: []
<h3>Általános beállítások</h3>
<ul>
<li><em>Nyelv</em>: A használni kívánt nyelv kiválasztása.<br><br />
Letölthet további nyelvi fájlokat a Greenshot oldaláról <a target="_blank" href="http://getgreenshot.org/downloads/">itt</a>. </li>
Letölthet további nyelvi fájlokat a Greenshot oldaláról <a target="_blank" href="/downloads/">itt</a>. </li>
<li><em>Gyorsbillentyûk használata</em>: Ha be van jelölve, indíthatod a Greenshot programot a <kbd>Print + Scrn</kbd> billentyûvel.</li>
<li><em>Program indítása a Windows indulásakor</em>: a Greenshot program elindul Windows indulásakor.</li>
<li><em>Fényképezõ vaku</em>: Vizuális visszajelzés képernyõkép készítésekor.</li>
@ -251,7 +251,7 @@ comments: []
vagy ha csak úgy, szereted a Greenshot programot és ha van egy jó ötleted a programhoz,<br />
kérlek tartsd tiszteletben az erõfeszítésünket és fontold meg az adományozást.<br><br />
Kérjük tekintse meg honlapunkat, hogy hogyan tudná segíteni a Greenshot fejlesztõi csapatot.:<br><br />
<a target="_blank" href="http://getgreenshot.org/?locale=default&page=support">http://getgreenshot.org/?locale=default&amp;page=support</a>
<a target="_blank" href="/?locale=default&page=support">http://getgreenshot.org/?locale=default&amp;page=support</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Szájhagyomány útján :)</h3>
@ -265,7 +265,7 @@ comments: []
<p>
Greenshot nem érhetõ el a kívánt nyelvet? Ha úgy érzi, fordítsa le a szoftvert és küldje el nekünk, szívesen fogadjuk.<br />
Ha Ön regisztrál a sourceforge.net -en fel tudja tölteni a fordítást a <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">keresõnkre</a>.<br><br />
Kérjük, gyõzõdjön meg róla, hogy nincs e létezõ fordítása az Ön nyelvét a <a target="_blank" href="http://getgreenshot.org/downloads/">letöltési oldalunkon</a>.<br />
Kérjük, gyõzõdjön meg róla, hogy nincs e létezõ fordítása az Ön nyelvét a <a target="_blank" href="/downloads/">letöltési oldalunkon</a>.<br />
Nézze meg a <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">keresõnkben</a>, hogy fordítás nincs e folyamatban vagy elbírálás alatt.<br />
Felhívjuk figyelmét, hogy csak akkor tudjuk a fordítását elfogadni, ha a sourceforge.net -en saját felhasználói fiókján keresztül tölti fel.<br />
Nagy valószínûséggel nem értjük meg az Ön fordítását, jó esetben a többi soundforge felhasználó eléri az Ön fejlesztését<br />

View file

@ -283,7 +283,7 @@ comments: []
<h3>General settings</h3>
<ul>
<li><em>Language</em>: The language you prefer to be used.<br><br />
You can download additional language files for Greenshot <a target="_blank" href="http://getgreenshot.org/downloads/">here</a>. </li>
You can download additional language files for Greenshot <a target="_blank" href="/downloads/">here</a>. </li>
<li><em>Launch Greenshot on startup</em>: Start the program when the system has been booted.</li>
<li><em>Hotkeys</em>: Customize the hotkeys to be used to create screenshots.</li>
<li><em>Use default system proxy</em>: If checked, Greenshot uses the default system proxy to check for updates.</li>
@ -352,7 +352,7 @@ comments: []
a lot of time and money, or if you simply like Greenshot and<br />
the idea of open source software: please consider honoring our effort by donating.<br><br />
Please have a look at our home page to see how you can support the Greenshot development team:<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Spread the word</h3>
@ -369,7 +369,7 @@ comments: []
If you are a registered user at sourceforge.net, you can submit translations to our<br />
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>.<br><br />
Please make sure there is no existing translation for your language on our<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">downloads page</a>. Also check our <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,<br />
<a target="_blank" href="/downloads/">downloads page</a>. Also check our <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,<br />
there might be a translation in progress, or at least in discussion.<br><br />
Please note that we will only provide a translation on our downloads page if it has<br />
been submitted through your sourceforge.net user account. Since we most probably are<br />

View file

@ -356,7 +356,7 @@ comments: []
molto tempo e denaro, o se semplicemente ti piace Greenshot e l'idea<br />
di software open source: per cortesia, considera di onorare i nostri sforzi con una donazione.<br><br />
Per cortesia dai un'occhiata alla nostra home page per vedere come puoi aiutare il team di sviluppo di Greenshot:<br><br />
<a href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Spargi la parola</h3>

View file

@ -275,7 +275,7 @@ comments: []
of als u eenvoudig Greenshot en het idee van open source software goed vindt:<br />
Overweeg een donatie ter eren van onze inspanningen.<br><br />
Kijk AUB op onze home page om te lezen hoe u het Greenshot ontwikkelteam kunt ondersteunen:<br><br />
<a href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Vertel het door</h3>

View file

@ -277,7 +277,7 @@ comments: []
<h3>Generelle innstillingar</h3>
<ul>
<li><em>Språk</em>: Språket du ønskjer å bruke i Greenshot.<br><br />
Du kan laste ned tilleggsspråk <a target="_blank" href="http://getgreenshot.org/downloads/">her</a>. </li>
Du kan laste ned tilleggsspråk <a target="_blank" href="/downloads/">her</a>. </li>
<li><em>Start Greenshot med systemet</em>: Aktiverar Greenshot når Windows startar</li>
<li><em>Snøggtastar</em>: Redigerar snøggtastane knytt til skjermknipsing</li>
<li><em>Bruk systemets standardproxy</em>: Om dette er huka av, vil Greenshot bruke systemet sin proxyserver for å sjå etter oppdateringar.</li>
@ -377,7 +377,7 @@ comments: []
du rett og slett likar ideen om open kjeldekode er du velkomen til å ære innsatsen<br />
vår med ein donasjon.<br><br />
På heimesida vår finn du informasjon om korleis du kan støtte utviklarane:<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Spre ryktet</h3>
@ -395,7 +395,7 @@ comments: []
Om du er registrert på sourceforge.net kan du sende inn omsetjingar til vår<br />
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">omsetjings-tracker</a>.<br><br />
Kontroller fyrst om det alt finst ei omsetjing på<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">nedlastingssida</a>.<br />
<a target="_blank" href="/downloads/">nedlastingssida</a>.<br />
Sjekk òg <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">omsetjings-trackeren</a>,<br />
då den kan innehalde ein omsetjing under arbeid eller diskusjon.<br><br />
Ver merksam på at me bare tilbyr omsetjingar på nedlastingssida vår om den har<br />

View file

@ -276,7 +276,7 @@ comments: []
dużo czasu i pieniędzy, czy po prostu podobnie jak Greenshot, popierasz ideę<br />
oprogramowania open source:. rozważ uhonorowanie naszych wysiłków, przekazując darowiznę<br><br />
Proszę spojrzeć na naszą stronę domową, aby zobaczyć, jak można wspierać zespół rozwoju Greenshot<br><br />
<a href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Rozpowszechnianie</h3>

View file

@ -312,7 +312,7 @@ comments: []
<h3>Definições Gerais</h3>
<ul>
<li><em>Idioma</em>: O idioma preferido a utilizar.<br><br />
Pode transferir ficheiros de idiomas adicionais para o Greenshot <a target="_blank" href="http://getgreenshot.org/downloads/">aqui</a>. </li>
Pode transferir ficheiros de idiomas adicionais para o Greenshot <a target="_blank" href="/downloads/">aqui</a>. </li>
<li><em>Iniciar o Greenshot no arranque</em>: Inicia o programa no arranque do sistema.</li>
<li><em>Teclas de Atalho</em>: Personaliza as teclas de atalho a serem usadas para criar capturas.</li>
<li><em>Usar proxy padrão do sistema</em>: Se seleccionado, o Greenshot usa proxy padrão do sistema para procurar actualizações.</li>
@ -397,7 +397,7 @@ comments: []
muito tempo e dinheiro, ou se simplesmente gosta do Greenshot e<br />
da ideia de sotware de código aberto: por favor considere compensar o nosso esforço, doando.<br><br />
Por favor visite a nossa página web para ver como pode apoiar a equipa de desenvolvimento do Greenshot:<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Passe a palavra</h3>
@ -414,7 +414,7 @@ comments: []
Se é um utilizador registado no sourceforge.net, pode enviar traduções para o nosso<br />
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">monitor de traduções</a>.<br><br />
Por favor certifique-se de que não existe tradução para o seu idioma na nossa<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">página de transferências</a>. Veja também no nosso <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">monitor de traduções</a>,<br />
<a target="_blank" href="/downloads/">página de transferências</a>. Veja também no nosso <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">monitor de traduções</a>,<br />
se existe alguma tradução a decorrer, ou pelo menos em discussão.<br><br />
Tenha em atenção que só disponibilizaremos uma tradução na nossa página de transferências se ela<br />
tiver sido enviada através da sua conta no sourceforge.net. Uma vez que o mais provável é nós<br />

View file

@ -252,7 +252,7 @@ comments: []
<h3>Общие</h3>
<ul>
<li><em>Язык (Language)</em>: Язык интерфейса.<br><br />
Вы можете скачать дополнительные языковые файлы <a target="_blank" href="http://getgreenshot.org/downloads/">здесь</a>.</li>
Вы можете скачать дополнительные языковые файлы <a target="_blank" href="/downloads/">здесь</a>.</li>
<li><em>Автозагрузка</em>: Запуск программы при загрузке системы.</li>
<li><em>Горячие клавиши</em>: Настройка горячих клавиш, которые будут использоваться для создания скриншотов.</li>
<li><em>Использовать прокси-сервер системы по умолчанию</em>: Если флажок установлен, Greenshot использует прокси-сервер по умолчанию системы для проверки обновлений.</li>
@ -319,7 +319,7 @@ comments: []
сберегает вам или вашей компании время и деньги, или если Greenshot вам просто нравится, вы можете пожертвовать<br />
некоторую сумму денег, чтобы поддержать дальнейшую разработку, <br><br />
перейдите на нашу домашнюю страницу, чтобы узнать, как вы можете поддержать команду разработчиков Greenshot:<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Расскажите о Greenshot</h3>
@ -335,7 +335,7 @@ comments: []
If you are a registered user at sourceforge.net, you can submit translations to our<br />
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>.<br><br />
Please make sure there is no existing translation for your language on our<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">downloads page</a>. Also check our <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,<br />
<a target="_blank" href="/downloads/">downloads page</a>. Also check our <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,<br />
there might be a translation in progress, or at least in discussion.<br><br />
Please note that we will only provide a translation on our downloads page if it has<br />
been submitted through your sourceforge.net user account. Since we most probably are<br />

View file

@ -238,7 +238,7 @@ comments: []
<ul>
<li><em>Språk</em>: Det språk du föredrar.
<p class="hint">
Du kan ladda ner ytterligare språkfiler för Greenshot <a target="_blank" href="http://getgreenshot.org/downloads/">här</a>.
Du kan ladda ner ytterligare språkfiler för Greenshot <a target="_blank" href="/downloads/">här</a>.
</p>
</li>
<li><em>Starta Greenshot när datorn startas</em>: Starta programmet när systemet startat upp.</li>
@ -322,7 +322,7 @@ comments: []
<p>
Vi lägger ner mycket arbete på Greenshot och spenderar en hel del tid till att tillhandahålla ett bra program helt gratis och med öppen källkod. Om du tycker att programmet gör dig mer produktiv, om det sparar dig (eller ditt företag) en massa tid och pengar, eller om du helt enkelt bara tycker om Greenshot och tanken på mjukvara med öppen källkod: överväg att belöna vårt arbete genom att donera.<br><br />
Ta en titt på vår hemsida för få reda på hur du kan stödja Greenshots utvecklingsteam:<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Sprid ordet</h3>
@ -336,7 +336,7 @@ comments: []
Är inte Greenshot tillgängligt på ditt språk? Om du känner dig trygg med att översätta mjukvara är du mer än välkommen att göra så.<br />
Om du är en registrerad användare på sourceforge.net kan du skicka in översättningar till vår <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">översättnings-tracker</a>.<br><br />
Se till så att det inte finns någon existerande översättning till ditt språk på vår<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">nerladdningssida</a>. Kolla också vår <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">översättnings-tracker</a>,<br />
<a target="_blank" href="/downloads/">nerladdningssida</a>. Kolla också vår <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">översättnings-tracker</a>,<br />
det kan finnas pågående översättningar, eller i alla fall i planeringsstadiet.<br><br />
Observera att vi enbart tillhandahåller en översättning på vår nerladdningssida om den blivit inskickad via ditt konto på sourceforge.net. Eftersom vi sannolikt inte har möjlighet att förstå din översättning är det bra om andra användare på sourceforge kan kontakta dig angående förbättringar eller ändringar om en ny version av Greenshot släpps.
</p>

View file

@ -242,7 +242,7 @@ comments: []
<h3>Genel ayarlar</h3>
<ul>
<li><em>Dil</em>: Programı kullanmayı tercih ettiğiniz dil.<br><br />
Greenshot için kullanılabilecek diğer dilleri <a target="_blank" href="http://getgreenshot.org/downloads/">buradan indirebilirsiniz</a>. </li>
Greenshot için kullanılabilecek diğer dilleri <a target="_blank" href="/downloads/">buradan indirebilirsiniz</a>. </li>
<li><em>Kısayol tuşlarını devral</em>: İşaretlediğinizde, Greenshot <kbd>Print</kbd> tuşu ile kullanılabilir.</li>
<li><em>Windows başlangıcında çalıştır</em>: Bilgisayar başlatıldığında programı çalıştır.</li>
<li><em>Flaş etkisi</em>: Ekran yakalarken görsel flaş çakması etkisi oluşturur</li>
@ -279,7 +279,7 @@ comments: []
veya kurumunuza para ve zaman kazandırıyorsa ya da Greenshot ve açık kaynak felsefesinden<br />
hoşlanıyorsanız lütfen bağış yaparak emeklerimize saygı gösterin.<br><br />
Greenshot geliştirici takımını nasıl destekleyeceğinizi görmek için web sitemize bakın:<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>Yayılmasına yardım edin</h3>
@ -295,7 +295,7 @@ comments: []
Eğer kayıtlı bir sourceforge.net üyesi iseniz, çevirilerinizi<br />
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">çeviri izleyicimize</a> gönderbilirsiniz.<br><br />
Öncesinde<br />
<a target="_blank" href="http://getgreenshot.org/downloads/">indirme sayfasından</a> dilinizde bir çeviri olmadığından emin olun. Ayrıca <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">çeviri izleyicimizden</a> de durumu denetleyin.<br />
<a target="_blank" href="/downloads/">indirme sayfasından</a> dilinizde bir çeviri olmadığından emin olun. Ayrıca <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">çeviri izleyicimizden</a> de durumu denetleyin.<br />
Dilinizde bir çeviri çalışması planlanıyor veya yapılıyor olabilir.<br><br />
Çevirileri indirme sayfalarımızda ancak sourceforge.net kullanıcı hesabınızla gönderdiyseniz<br />
yayınlayacağız. Böylece bizler çevirinizi büyük olasılıkla anlayamayacağımız için diğer sourceforge.<br />

View file

@ -248,7 +248,7 @@ comments: []
<h3>常规设置</h3>
<ul>
<li><em>语言</em>:你希望使用的语言。<br><br />
你可以在<a target="_blank" href="http://getgreenshot.org/downloads/">这里</a>下载Greenshot额外的语言文件。</li>
你可以在<a target="_blank" href="/downloads/">这里</a>下载Greenshot额外的语言文件。</li>
<li><em>注册快捷键</em>如果选中则Greenshot将可以使用<kbd>Print</kbd>按键来抓图。</li>
<li><em>开机时自动启动Greenshot</em>当系统启动的时启动Greenshot程序。</li>
<li><em>抓屏时闪光</em>:抓图时发出闪光(闪光灯提示)。</li>
@ -327,7 +327,7 @@ comments: []
<p>
我们把大部分工作都放在了Greenshot中并花费时间来提供这样一个不错的免费开源的软件。如果你感觉它帮助你提高了效率或者节省了你或者你的公司的时间和金钱或者你仅仅是喜欢Greenshot和开源软件精神请考虑一下用捐助的方式来赞助我们。<br><br />
请查看我们的主页了解如何赞助Greenshot开发小组<br><br />
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
<a target="_blank" href="/support/">http://getgreenshot.org/support/</a>
</p>
<p> <a name="help-spread"></a></p>
<h3>广而告之</h3>
@ -341,6 +341,6 @@ comments: []
<p>
Greenshot还没有支持你所使用的语言如果你觉得自己适合来为此软件制作一个翻译不用客气来做吧。<br />
如果你已经在开源社区sourceforge.net注册你可以在我们的<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>提交你的翻译。<br><br />
但是请先确认在我们的<a target="_blank" href="http://getgreenshot.org/downloads/">下载页面</a>里还没有你使用的语言的翻译存在,同样请查看一下我们的<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,是否已经有了正在进行中的翻译或者至少已经开始讨论。<br><br />
但是请先确认在我们的<a target="_blank" href="/downloads/">下载页面</a>里还没有你使用的语言的翻译存在,同样请查看一下我们的<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,是否已经有了正在进行中的翻译或者至少已经开始讨论。<br><br />
请注意我们只会在我们的下载页提供一个通过sourceforge.net提交的翻译因为我们没有能力去阅读所有的语言所以这样可以让其他用户能够联系到你并帮助你在下一个新版本的Greenshot的翻译中提出改进意见。
</p>

View file

@ -34,7 +34,7 @@ tags: menu
<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>
<strong>Note:</strong> <img src="/assets/wp-content/themes/greenshot/images/flags/us.gif" width="16" height="11" alt="EN" /> English and <img src="/assets/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>