about.phtml 931 B

123456789101112131415161718192021222324252627
  1. <div class="post content">
  2. <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
  3. <h1><?php echo _t('about_freshrss'); ?></h1>
  4. <dl class="infos">
  5. <dt><?php echo _t('project_website'); ?></dt>
  6. <dd><a href="<?php echo FRESHRSS_WEBSITE; ?>"><?php echo FRESHRSS_WEBSITE; ?></a></dd>
  7. <dt><?php echo _t('lead_developer'); ?></dt>
  8. <dd><a href="mailto:contact@marienfressinaud.fr">Marien Fressinaud</a> — <a href="http://marienfressinaud.fr"><?php echo _t('website'); ?></a></dd>
  9. <dt><?php echo _t('bugs_reports'); ?></dt>
  10. <dd><?php echo _t('github_or_email'); ?></dd>
  11. <dt><?php echo _t('license'); ?></dt>
  12. <dd><?php echo _t('agpl3'); ?></dd>
  13. <dt><?php echo _t('version'); ?></dt>
  14. <dd><?php echo FRESHRSS_VERSION; ?></dd>
  15. </dl>
  16. <p><?php echo _t('freshrss_description'); ?></p>
  17. <h1><?php echo _t('credits'); ?></h1>
  18. <p><?php echo _t('credits_content'); ?></p>
  19. </div>