For the purposes of this I'm imagining essentially a self-contained site for the GCE rules. There would be nothing else on there.dndbeyond.com gets a lot of hate because WOTC has sold out to Hasbro and they're just another big evil corporation trying to squeeze every penny out of people. BUT, dndbeyond is a good site for rules lookup and reference.
The main thing it does really well is focusing on the big search bar in the top middle.
The rest of the front page being filled with news updates is nice too.
In a really ideal world, we could have a mob calculator on there that can export to a PDF. That's trickier and more work, but good function.
Interestingly YakTribe did have a beta version of a mob-management tool. I'm not sure what stalled that but perhaps one day it will be revived? @Malo
Personally I've always found digital rosters to be a nuisance to keep updated, but I'm the same way with digital calendars!
That's what my code does - it takes the GCE books, in their ODT form, as inputs, and outputs Markdown.If we were really smart, we could find a way to use the stylesheets and have those auto-convert to the proper markdown tags.
Like if something is marked as title in the .ODT file, it would auto-apply to an h2. I dunno if that's possible, I'm just spit-balling here, but you get the idea. Maybe it's possible through a series of Find & Replace in the text.
The Markdown goes into a static site generator (probably Zola) which turns it all into HTML/CSS and that then gets thrown at a server. That way it's just a load of static HTML, CSS, some images, and so forth. No database, no CMS, nothing to get hacked and easy for any standard web browser to work with. Should run on a potato!
I could probably even write some shell scripts that would perform that process automatically, to be honest, although it's probably better for it to be a manual part of the release process so that work in progress versions don't end up being served...
The main stumbling block is literally just that I don't know how it should look to be good for people wanting to use it. It's got to work well on mobile devices of various sizes and whilst I know how to code stuff for that, it's a right faff! Any thoughts on any of these themes?
In the meantime, like the obsessive nutter I am, I've finally been implementing tUGS as a static site. It's nearly done (I have to fix some posts that have formatting issues and figure out how to get my Mekboy Gibberish Generator working - it does some PHP-based caching). Literally the only feature that's going away is comments, and that's something I think the site can live without anyway.
...I know this stuff would take years but you made my brain itchy. Finding the spare capacity takes time - actually doing the work takes days.
The search would cover just the contents of the site - which would only be the books (other than perhaps a simple front page with links to each book).Sorry, I missed this last time.
I think this is good, but I'm curious if you can do a contained search that only looks at the 'uploaded book contents'