mirror of
https://github.com/ivuorinen/BassoFeed.git
synced 2026-01-26 03:23:59 +00:00
Multiple show calendar feed generator from 2012-02-03
This commit is contained in:
23
feed.php
Normal file
23
feed.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
header('Content-Type: text/calendar; charset=utf-8');
|
||||
date_default_timezone_set('Europe/Helsinki');
|
||||
|
||||
require_once("simple_html_dom.php");
|
||||
require_once("bassofeed.php");
|
||||
|
||||
$basso_multiple = new BassoFeed( array(
|
||||
'alas',
|
||||
'back2mad',
|
||||
// 'beatniks',
|
||||
'darkdays',
|
||||
'lauantaijatsit',
|
||||
// 'monterosso',
|
||||
// 'sunnuntaikooma', tauolla
|
||||
// 'teslarok',
|
||||
// 'helsinkisubconscious',
|
||||
'sunnuntaisiskot',
|
||||
// 'laos'
|
||||
'nerdnetwork'
|
||||
) );
|
||||
echo $basso_multiple->get_ical();
|
||||
|
||||
Reference in New Issue
Block a user