Tinyboard is a light-weight, fast, highly configurable and user-friendly imageboard software package released under a non-restrictive open-source license. It is written in PHP and has few dependencies.
Move the boardlist rendering to a Twig template so Tinyboard users can customize their boardlists with ease. This shall prove challenging as it requires the use of recursion, array searches, and regular expressions.
As of commit bc15dfa11b14179eec0956e237cffe9ee22dd0de, the boardlist can now be edited via templates/boardlist.html.
It's quite basic, and there's definitely room for improvement.
Move the boardlist rendering to a Twig template so Tinyboard users can customize their boardlists with ease. This shall prove challenging as it requires the use of recursion, array searches, and regular expressions.