2014-11-08 02:37:12 +01:00
< div class = " page-header " >
< h2 >< ? = t ( 'About' ) ?> </h2>
< ul >
< li >< a href = " ?action=config " >< ? = t ( 'settings' ) ?> </a></li>
2014-12-24 16:47:24 +01:00
< li >< a href = " ?action=services " >< ? = t ( 'external services' ) ?> </a></li>
2014-11-08 02:37:12 +01:00
< li >< a href = " ?action=help " >< ? = t ( 'help' ) ?> </a></li>
2014-11-19 01:16:14 +01:00
< li >< a href = " ?action=database " >< ? = t ( 'database' ) ?> </a></li>
2014-11-08 02:37:12 +01:00
< li >< a href = " ?action=api " >< ? = t ( 'api' ) ?> </a></li>
</ ul >
</ div >
< section >
< div class = " alert alert-normal " >
2015-01-02 18:43:17 +01:00
< h3 >< ? = t ( 'Bookmarks' ) ?> </h3>
2014-11-08 02:37:12 +01:00
< ul >
< li >
< a href = " <?= Helper \ get_current_base_url().'?action=bookmark-feed&token='.urlencode( $config['feed_token'] ) ?> " target = " _blank " >< ? = t ( 'Bookmark RSS Feed' ) ?> </a>
</ li >
</ ul >
</ div >
2015-01-02 18:43:17 +01:00
< div class = " alert alert-normal " >
< h3 >< ? = t ( 'Bookmarklet' ) ?> </h3>
< a class = " bookmarklet " href = " javascript:location.href='<?= Helper \ get_current_base_url() ?>?action=subscribe&token=<?= urlencode( $config['bookmarklet_token'] ) ?>&url='+encodeURIComponent(location.href) " >< ? = t ( 'Subscribe with Miniflux' ) ?> </a> (<?= t('Drag and drop this link to your bookmarks') ?>)
< input type = " text " class = " auto-select " readonly = " readonly " value = " javascript:location.href='<?= Helper \ get_current_base_url() ?>?action=subscribe&token=<?= urlencode( $config['bookmarklet_token'] ) ?>&url='+encodeURIComponent(location.href) " />
</ div >
2014-11-08 02:37:12 +01:00
< div class = " alert alert-normal " >
< h3 >< ? = t ( 'About' ) ?> </h3>
< ul >
< li >< ? = t ( 'Miniflux version:' ) ?> <strong><?= APP_VERSION ?></strong></li>
< li >< ? = t ( 'Official website:' ) ?> <a href="http://miniflux.net" rel="noreferrer" target="_blank">http://miniflux.net</a></li>
< li >< a href = " ?action=console " >< ? = t ( 'Console' ) ?> </a></li>
</ ul >
</ div >
</ section >