2014-07-14 20:12:52 +02:00
|
|
|
<?php
|
2016-09-15 12:40:26 +02:00
|
|
|
require_once('WordPressBridge.php');
|
|
|
|
|
|
|
|
class LeJournalDuGeekBridge extends WordPressBridge{
|
2014-07-14 20:12:52 +02:00
|
|
|
|
2016-08-30 11:23:55 +02:00
|
|
|
const MAINTAINER = "polopollo";
|
|
|
|
const NAME = "journaldugeek.com (FR)";
|
|
|
|
const URI = "http://www.journaldugeek.com/";
|
2016-09-15 12:40:26 +02:00
|
|
|
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
|
|
|
}
|