This repository was archived by the owner on Apr 14, 2023. It is now read-only.
This repository was archived by the owner on Apr 14, 2023. It is now read-only.
[RFC] Rewrite Checklist #442
Open
Description
Hey yall,
As this project gets bigger (met a ton of mainline hosts for Wordpress yesterday with tons of interest), I wanted to make a check list here of things we should do/will do to bump this:
a. off jekyll and into PHP
b. write a few things that will help us automate this easier.
So the list which will be updated as we go is as follows:
- Move to PHP 7.2 (Forge/DO)
- Build base platform on Laravel (I want to use it to build it, but not rely on Laravel)
- Keep the way we add information - data.yml file (parse it by PHP/Laravel)
- REST API for Twitter bot (I want to alert hosts their PHP is out of date, and automate it)
- instructions for hosts to help us automate it i.e. they expose
/version
or something, and it returns a JSON/YML/whatever response of the version. More reliable.