aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/about.phtml
blob: 320847886d2269f1e1354225d3bbc5af559a04a7 (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
<div class="post content">
	<a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>

	<h1><?= _t('index.about') ?></h1>

	<dl class="infos">
		<dt><?= _t('index.about.project_website') ?></dt>
		<dd><a href="<?= FRESHRSS_WEBSITE ?>"><?= FRESHRSS_WEBSITE ?></a></dd>

		<dt><?= _t('index.about.bugs_reports') ?></dt>
		<dd><?= _t('index.about.github') ?></dd>

		<dt><?= _t('index.about.license') ?></dt>
		<dd><?= _t('index.about.agpl3') ?></dd>

		<?php if (FreshRSS_Auth::hasAccess()): ?>
		<dt><?= _t('index.about.version') ?></dt>
		<dd><?= FRESHRSS_VERSION ?></dd>
		<?php endif; ?>
	</dl>

	<p><?= _t('index.about.freshrss_description') ?></p>

	<h1><?= _t('index.about.credits') ?></h1>
	<p><?= _t('index.about.credits_content') ?></p>
</div>