git-annex/templates/documentation/about.hamlet

31 lines
1,017 B
Text
Raw Normal View History

<div .span9 .hero-unit>
<h2>
git-annex watches over your files
<p>
It will automatically notice changes, and keep files in sync between #
here and repositories elsewhere.
<p>
For full details, see #
<a href="http://git-annex.branchable.com/">the git-annex website</a>.
<hr>
2013-01-12 17:27:48 +00:00
git-annex is © 2010-2013 Joey Hess. It is free software, licensed #
under the terms of the GNU General Public License, version 3 or above. #
This webapp is licensed under the terms of the GNU Affero General #
Public License, version 3 or above. #
For full license information, see #
$if builtinlicense
<a href="@{LicenseR}">
this page.
$else
<a href="http://git-annex.branchable.com/license">
this page.
<p>
2013-02-27 06:42:13 +00:00
Development of git-annex is made possible by #
2012-09-19 01:28:41 +00:00
<a href="http://git-annex.branchable.com/assistant/thanks/">
many excellent people
2012-09-27 22:09:05 +00:00
. &hearts;
<p>
Version: #{packageversion}
2013-03-09 18:59:38 +00:00
<br>
Build flags: #{unwords buildFlags}