gMaville/config.php

21 lines
718 B
PHP

<?php
session_start();
define('RADIUS', '100');
define('EVENT_RADIUS', '500');
define('BB_URL', 'https://framalistes.org/sympa/info/vannes.monnaielibre');
define('CALENDAR_1_FEED', 'https://www.agendadulibre.org/events.rss?tag=monnaie-libre');
define('CALENDAR_1_LOCAL_FEED', 'https://www.agendadulibre.org/events.rss?tag=monnaie-libre&near[distance]=%s&near[location]=[%s,%s]');
define('CALENDAR_1_URL', 'https://www.agendadulibre.org/events?tag=monnaie-libre');
define('CALENDAR_2_FEED', 'https://forum.monnaie-libre.fr/calendar.json');
define('CALENDAR_2_URL', 'https://forum.monnaie-libre.fr/calendar');
define('CALENDAR_2_EVENT_URL', 'https://forum.monnaie-libre.fr/t/%s');
require_once('functions.php');