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>
< li >< a href = " ?action=help " >< ? = t ( 'help' ) ?> </a></li>
< li >< a href = " ?action=api " >< ? = t ( 'api' ) ?> </a></li>
</ ul >
</ div >
< section >
< div class = " alert alert-normal " >
< h3 id = " bookmarks " >< ? = t ( 'Bookmarks' ) ?> </h3>
< ul >
< li >
< ? = t ( 'Bookmarklet:' ) ?>
< a 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') ?>)
< 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 >
< div class = " alert alert-normal " >
< h3 >< ? = t ( 'Database' ) ?> </h3>
< ul >
< li >< ? = t ( 'Database size:' ) ?> <strong><?= Helper\format_bytes($db_size) ?></strong></li>
2014-11-08 03:44:20 +01:00
< li >< a href = " ?action=optimize-db&csrf=<?= $csrf ?> " >< ? = t ( 'Optimize the database' ) ?> </a> <?= t('(VACUUM command)') ?></li>
< li >< a href = " ?action=download-db&csrf=<?= $csrf ?> " >< ? = t ( 'Download the entire database' ) ?> </a> <?= t('(Gzip compressed Sqlite file)') ?></li>
2014-11-08 02:37:12 +01:00
< ? php if ( ENABLE_MULTIPLE_DB ) : ?>
< li >
< a href = " ?action=new-db " >< ? = t ( 'Add a new database (new user)' ) ?> </a>
</ li >
< ? php endif ?>
</ ul >
</ div >
< 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 >