Digitigrade @ git 07d1f12

fun digitigrade trivia. this was all the files in the initial commit to digitigrade when i was still calling it "WpfTest" (wpf = winter's pawsome federation)

a bunch of php files here they all are
in folder WpfTest:
GlobalConfig.php
HttpReturnStatus.php
Router.php
in subfolder HttpReturnStatus:
BadRequest.php
InternalServerError.php
NoHandlerFound.php
NotFound.php
back out at the top level
index.php
in folder misc:
json_response.php
path_to_uri.php
in folder routes:
actor.php
homepage.php
nodeinfo.php
note.php
webfinger.php

and that's it

now there's around 300 files. but all of those ones are still there in some form
also there is no framework of any kind i made mostly everything up myself :) including the database to php object to json and back again system (well i used netresearch/jsonmapper library in parts but otherwise its all my own code) and the templating system (which just relies on php's built in templating and a whole pile of jank but it works well enough)

i did a surprising amount of that work during one week near christmas where i got a bad flu or something and stayed in bed for ages i didnt have much else to do lol

honestly its impressively well organized and understandable for a php application. ive been digging through there a lot to see how certain things are implemented and it mostly just makes sense