Convert news articles to Gemtext
Go to file
sose 9f61fafdd7 first commit 2021-04-02 10:47:07 +00:00
license first commit 2021-04-02 10:47:07 +00:00
reader first commit 2021-04-02 10:47:07 +00:00
readme.md first commit 2021-04-02 10:47:07 +00:00

readme.md

reader.php

Convert news articles to Gemtext

Requirements

  • PHP 7 (at least thats what I used)
  • readability.php
  • A gemini server that supports CGI

Setup

  • composer require andreskrey/readability.php
  • Put the vendor folder one directory above your cgi-bin
  • Put reader in your cgi-bin
  • If your vendor folder is in a different place, change the corresponding variable in the script
  • You probably also want to change the "Go Back" link to point to your own news feed, or nothing

(c) oneseveneight/sose