7 lines
354 B
PHP
7 lines
354 B
PHP
|
<?php
|
||
|
$title = "RSS: Decentralized Subscriptions";
|
||
|
$description = "In order to free ourselves of centralized means of media publishing, it's necessary to decentralize our means of subscribing to these, while at the same time maintaining a single place where we can access all of our subscriptions.
";
|
||
|
$created = "2020-10-06";
|
||
|
$updated = "2020-10-06";
|
||
|
?>
|