All tools
Everything on your site in one place. Use the dropdown at the top to jump into any tool's own admin.
Adding another tool later
Notes for whoever builds it- Give the tool its own folder (like
roadmap/) with anindex.htmlfor visitors and anadmin.htmlbuilt onplatform/admin-common.js. - Put its database setup in
setup/<tool>.sql, written so it's safe to run more than once. - Add one entry to
platform/tools.js, listing the tables that hold its content.
That's all. It then shows up on the tools page, in this dropdown, in this overview, and in the complete backup and rebuild guide automatically.