Rob Allen
Rob Allen
Ah. I clearly made a mistake in merging the MIT license as that is effectively forcing a relicense on all contributors work that was created before that as they provided...
For reference, the original project author picked this license in 2016: https://github.com/slimphp/Slim-Website/commit/4a27afdfc12aaecc320a5a0bad29a35b57014fe6
My reading of https://creativecommons.org/licenses/by-nc-sa/4.0/ and of various commentary is that the intent of the NoDerivatives clause is that you cannot share derivative works, not that you cannot contribute changes to...
Looking at https://github.com/slimphp/Slim-Website/graphs/contributors?from=2015-02-01&to=2024-06-26&type=a, we have 41 people who made more 10 or more lines of changes. To change the license, we would need agreement from all 41 people, or we...
> @akrabat @lornajane can i work on this? Yes, please :)
I'm not s Sphinx user, so my knowledge on this is limited. If we can confirm how it works on Windows, this sounds like a good simplification.
This is a bit more complicated than that as the Sphinx tests create a directory that contains the output PDF to be compared. Update: This seems to be happening because...
Why we add an additional document is most definitely lost in the mist of time! Maybe @ralsina remembers?
I can't think of any reason to not get rid of that additional doc as we could document in the manual how to add it back in `conf.py` and let...
I've updated to make the `StreamFactory` optional which keeps BC with current implementations. Also merged in the latest 1.x branch.