aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/about.phtml
blob: ca1254053259886bafd5fddbae0605363280ac66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="post content">
	<a href="<?php echo _url ('index', 'index'); ?>"><?php echo Translate::t ('back_to_rss_feeds'); ?></a>

	<h1><?php echo Translate::t ('about_freshrss'); ?></h1>

	<dl class="infos">
		<dt><?php echo Translate::t ('project_website'); ?></dt>
		<dd><a href="http://marienfressinaud.github.io/FreshRSS/">http://marienfressinaud.github.io/FreshRSS/</a></dd>

		<dt><?php echo Translate::t ('lead_developer'); ?></dt>
		<dd><a href="mailto:contact@marienfressinaud.fr">Marien Fressinaud</a> - <a href="http://marienfressinaud.fr"><?php echo Translate::t ('website'); ?></a></dd>

		<dt><?php echo Translate::t ('bugs_reports'); ?></dt>
		<dd><?php echo Translate::t ('github_or_email'); ?></dd>

		<dt><?php echo Translate::t ('license'); ?></dt>
		<dd><?php echo Translate::t ('agpl3'); ?></dd>
	</dl>

	<p><?php echo Translate::t ('freshrss_description'); ?></p>

	<h1><?php echo Translate::t ('credits'); ?></h1>
	<p><?php echo Translate::t ('credits_content'); ?></p>
</div>