Added descriptions for usage of the site to the about page, including
the first CSV export as well as instructions for using the API to search
for sites programtically.
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.
Activated the full text search on the index pages as well as plugging in
a tempalte to show location information. Still needs to be styled but
it's all wired up.
Also cleaned some typos in the About description. One day I'll be able
to spell. One day.
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.