Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blogrss.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 489d58889c8c2793fd83dba0bdb6f964e54daf0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/*
Template Name: Blog Planet RSS Page
*/

header('Content-Type: application/rss+xml; charset=UTF-8');
header('X-Nextcloud: disabled');

echo "";
die();
# Patched in by morris to reduce the load

?>

<?php

require(__DIR__ . '/../../../contribook/main/contribook/lib_contribook.php');

CONTRIBOOK_BLOG::showrss('Nextcloud Planet','The Nextcloud blog planet with posts from all Nextcloud contributors','https://nextcloud.com/news/',30);