Files
FreshRSS/app/views/index/about.phtml
Marien Fressinaud 01683ba136 Remove information about me and update links
FreshRSS should not be associated to me but to the community:

- Remove links to send me email or references to a "lead developer"
- Change old Github links marienfressinaud/FreshRSS to FreshRSS/FreshRSS
2015-01-27 17:19:57 +01:00

25 lines
838 B
PHTML

<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.bugs_reports'); ?></dt>
<dd><?php echo _t('index.about.github'); ?></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>