Rss-Bridge/bridges/LeJournalDuGeekBridge.php

16 lines
396 B
PHP
Raw Normal View History

2014-07-14 20:12:52 +02:00
<?php
require_once('WordPressBridge.php');
class LeJournalDuGeekBridge extends WordPressBridge{
2014-07-14 20:12:52 +02:00
const MAINTAINER = "polopollo";
const NAME = "journaldugeek.com (FR)";
const URI = "http://www.journaldugeek.com/";
const DESCRIPTION = "Returns the newest posts from LeJournalDuGeek (full text).";
const PARAMETERS = array();
2014-07-14 20:12:52 +02:00
2016-08-03 20:14:59 +02:00
public function getCacheDuration(){
return 1800; // 30min
}
2014-07-14 20:12:52 +02:00
}