protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'Unrtf', 'url' => 'http://www.gnu.org/software/unrtf/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'unrtf'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'GhostScript', 'url' => 'http://www.ghostscript.com/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'ghostscript'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'CatDoc', 'url' => 'http://www.wagner.pp.ru/~vitus/software/catdoc/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'catdoc'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'Native Archives'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 16.04'; $help['notes'] = array('composer update'); return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'Xhtml2Pdf', 'url' => 'http://www.xhtml2pdf.com/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'python-pisa'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'Unoconv', 'url' => 'http://dag.wiee.rs/home-made/unoconv/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'unoconv'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'Ted'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['notes'] = array('Download .deb file from http://www.nllgg.nl/Ted/#How_to_install_Ted', 'sudo dpkg -i <package-details>.deb', 'Ex: sudo dpkg -i ted-2.23-amd64.deb'); return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'JpegOptim', 'url' => 'http://freecode.com/projects/jpegoptim'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'jpegoptim'; return $help; } return $output .= parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'ImageMagick', 'url' => 'http://www.imagemagick.org/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'imagemagick'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'Pandoc', 'url' => 'http://johnmacfarlane.net/pandoc/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = array('pandoc', 'texlive'); return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'WkHtmlToPdf', 'url' => 'https://code.google.com/p/wkhtmltopdf/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'wkhtmltopdf'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'HtmlDoc'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'htmldoc'; return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'mPdf', 'url' => 'http://www.mpdf1.com/'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['notes'] = array('composer update'); return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'LibreOffice'); switch ($os) { case 'Ubuntu': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'libreoffice'; $help['notes'] = array("/usr/bin/libreoffice is symlink to /usr/lib/libreoffice/program/soffice", "/usr/bin/soffice (competes with other apps) is symlink to /usr/lib/libreoffice/program/soffice"); return $help; } return parent::getHelpInstallation($os, $os_version); }
protected function getHelpInstallation($os, $os_version) { $help = array('title' => 'PhantomJs', 'url' => 'http://phantomjs.org/'); switch ($os) { case 'Ubuntu': case 'Ubuntu (12.04 LTS)': $help['os'] = 'confirmed on Ubuntu 12.04'; $help['apt-get'] = 'phantomjs xvfb'; $help['notes'] = array("Ubuntu 12.04 runs version 1.4, which still requires xvfb.", "Alternately, download a no-xvfb binary from http://phantomjs.org/download.html"); return $help; } return parent::getHelpInstallation($os, $os_version); }