summaryrefslogtreecommitdiff
path: root/app/views/index/about.phtml
blob: 407d13ae92d788411914667b88a7616febd98a38 (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
25
26
27
<div class="post content">
	<a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>

	<h1><?php echo _t('about_freshrss'); ?></h1>

	<dl class="infos">
		<dt><?php echo _t('project_website'); ?></dt>
		<dd><a href="<?php echo FRESHRSS_WEBSITE; ?>"><?php echo FRESHRSS_WEBSITE; ?></a></dd>

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

		<dt><?php echo _t('bugs_reports'); ?></dt>
		<dd><?php echo _t('github_or_email'); ?></dd>

		<dt><?php echo _t('license'); ?></dt>
		<dd><?php echo _t('agpl3'); ?></dd>

		<dt><?php echo _t('version'); ?></dt>
		<dd><?php echo FRESHRSS_VERSION; ?></dd>
	</dl>

	<p><?php echo _t('freshrss_description'); ?></p>

	<h1><?php echo _t('credits'); ?></h1>
	<p><?php echo _t('credits_content'); ?></p>
</div>