Beispiel #1
0
 public function __construct()
 {
     parent::__construct('jekyll', "Imports pages and posts from a Jekyll blog.", "The source must be a path to the root of a Jekyll website.");
     $this->pageExtensions = array('htm', 'html', 'textile', 'markdown');
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct('joomla', 'Imports articles from a Joomla 1.5 website.', self::$joomla_helpTopic);
 }
 public function __construct()
 {
     parent::__construct('wordpress', "Imports pages and posts contents from a Wordpress blog.", self::$wordpress_helpTopic);
 }