Added a link to export current active sites in the DB to a consumable
CSV file. More formats will be added but this one needs to be tested
first based on the ubiquity of Mastodon
Cleaned up the front end structure a bit more so the layout is unified
across pages, excluding the index which will serve as the main search
page, which has it's own style.
Location page was also added to display details of instances listed in
the database. It's mostly just informational so it will be kept simple.
Began the process of getting the front end together by adding about and
listing pages and applied some light styling to it doesn't look like
garbage.
Still need to turn on the indivial instance display pages, so that will
be next.
Reorganized the CSS structure to there is some seperation between front
facing style and the backend den.
Also add the Render class so auth status is included in every template
rendering event so login status and select member data is available if
needed. will expand if needed.
Auth class is back up and running to handle user authorizaion
as well as session managment.
Implemented basic usage on admin index class just for an example.
Added a couple of new template files and css to start defining the
overall style of pages and UI.