|
|
|
@ -164,7 +164,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
@@ -164,7 +164,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
|
|
|
|
<channel> |
|
|
|
|
<atom:link href="<?php echo WEBSITE_URL ?>/index.php<?php echo $request->query ? sprintf('?query=%s', urlencode($request->query)) : false ?>" rel="self" type="application/rss+xml"></atom:link> |
|
|
|
|
<title><?php echo WEBSITE_NAME ?></title> |
|
|
|
|
<description><?php echo _('BitTorrent Catalog for Yggdrasil') ?></description> |
|
|
|
|
<description><?php echo _('BitTorrent Registry for Yggdrasil') ?></description> |
|
|
|
|
<link><?php echo sprintf('%s/index.php%s', WEBSITE_URL, $request->query ? sprintf('?query=%s', urlencode($request->query)) : false) ?></link> |
|
|
|
|
<?php foreach ($response->magnets as $magnet) { ?> |
|
|
|
|
<?php if ($magnet->access->read) { ?> |
|
|
|
@ -185,9 +185,9 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
@@ -185,9 +185,9 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php echo WEBSITE_URL ?>/assets/theme/default/css/common.css?<?php echo WEBSITE_CSS_VERSION ?>" /> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php echo WEBSITE_URL ?>/assets/theme/default/css/framework.css?<?php echo WEBSITE_CSS_VERSION ?>" /> |
|
|
|
|
<title> |
|
|
|
|
<?php echo sprintf(_('%s - BitTorrent Catalog for Yggdrasil'), WEBSITE_NAME) ?> |
|
|
|
|
<?php echo sprintf(_('%s - BitTorrent Registry for Yggdrasil'), WEBSITE_NAME) ?> |
|
|
|
|
</title> |
|
|
|
|
<meta name="description" content="<?php echo _('BitTorrent Catalog for Yggdrasil') ?>" /> |
|
|
|
|
<meta name="description" content="<?php echo _('BitTorrent Registry for Yggdrasil') ?>" /> |
|
|
|
|
<meta name="keywords" content="yggdrasil, yggverse, yggtracker, bittorrent, magnet, catalog" /> |
|
|
|
|
<meta name="author" content="YGGtracker" /> |
|
|
|
|
<meta charset="UTF-8" /> |
|
|
|
|