A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.0 KiB

<div class="post content">
<a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('gen.action.back_to_rss_feeds'); ?></a>
<h1><?php echo _t('index.about'); ?></h1>
<dl class="infos">
<dt><?php echo _t('index.about.project_website'); ?></dt>
<dd><a href="<?php echo FRESHRSS_WEBSITE; ?>"><?php echo FRESHRSS_WEBSITE; ?></a></dd>
<dt><?php echo _t('index.about.lead_developer'); ?></dt>
<dd><a href="mailto:contact@marienfressinaud.fr">Marien Fressinaud</a><a href="http://marienfressinaud.fr"><?php echo _t('index.about.website'); ?></a></dd>
<dt><?php echo _t('index.about.bugs_reports'); ?></dt>
<dd><?php echo _t('index.about.github_or_email'); ?></dd>
<dt><?php echo _t('index.about.license'); ?></dt>
<dd><?php echo _t('index.about.agpl3'); ?></dd>
<dt><?php echo _t('index.about.version'); ?></dt>
<dd><?php echo FRESHRSS_VERSION; ?></dd>
</dl>
<p><?php echo _t('index.about.freshrss_description'); ?></p>
<h1><?php echo _t('index.about.credits'); ?></h1>
<p><?php echo _t('index.about.credits_content'); ?></p>
</div>