implement API, init data distribution features #1

This commit is contained in:
ghost 2023-09-12 17:07:53 +03:00
parent 536ead0441
commit 0a8f1ecf56
17 changed files with 647 additions and 27 deletions

View file

@ -864,6 +864,10 @@ else {
<a href="<?php echo WEBSITE_URL ?>/node.php"><?php echo _('Node') ?></a>
|
<a rel="nofollow" href="<?php echo WEBSITE_URL ?>/index.php?rss"><?php echo _('RSS') ?></a>
<?php if (API_ENABLED) { ?>
|
<a rel="nofollow" href="<?php echo WEBSITE_URL ?>/api/manifest.json"><?php echo _('API') ?></a>
<?php } ?>
|
<a href="https://github.com/YGGverse/YGGtracker"><?php echo _('GitHub') ?></a>
</div>