News.php/readme.md

23 lines
693 B
Markdown
Raw Permalink Normal View History

2021-04-02 10:27:57 +00:00
# News.php
2021-04-02 22:00:15 +00:00
![News.php](news.php.png)
2021-04-02 10:27:57 +00:00
Google news for Gemini
2021-04-02 12:44:51 +00:00
2021-04-02 12:44:32 +00:00
Live at gemini://illegaldrugs.net/cgi-bin/news.php
2021-04-02 10:27:57 +00:00
2021-04-02 22:00:15 +00:00
2021-04-02 10:27:57 +00:00
## Requirements
- PHP 7 (at least thats what I used)
- A gemini server that supports CGI
2021-04-02 10:58:39 +00:00
- A [reader.php](https://tildegit.org/sose/reader.php) you can use
2021-04-02 10:27:57 +00:00
## Setup
- Put it in your cgi-bin
2021-04-02 10:58:39 +00:00
- Set up [reader.php](https://tildegit.org/sose/reader.php) in the same cgi-bin
- If reader.php is not in the same cgi-bin or is a remote path, you will need to change the link at the top of the script
2021-04-02 22:00:15 +00:00
## Notes
- I had no idea how to write php before I started this project and I didn't bother to learn, I kinda just winged it and I think that shows in the code
2021-04-02 10:27:57 +00:00
(c) oneseveneight/sose