2016-08-02 14:24:54 +02:00
|
|
|
<?php
|
2016-09-15 12:40:26 +02:00
|
|
|
require_once('WordPressBridge.php');
|
|
|
|
|
|
|
|
class ArstechnicaBridge extends WordPressBridge {
|
2016-08-02 14:24:54 +02:00
|
|
|
|
2016-09-14 13:33:38 +02:00
|
|
|
const MAINTAINER = "prysme";
|
|
|
|
const NAME = "ArstechnicaBridge";
|
|
|
|
const URI = "http://arstechnica.com";
|
|
|
|
const DESCRIPTION = "The PC enthusiast's resource. Power users and the tools they love, without computing religion";
|
2016-09-15 12:40:26 +02:00
|
|
|
const PARAMETERS = array();
|
2016-08-02 14:24:54 +02:00
|
|
|
}
|