pdwilso / sumkittehz-codes

0 stars 0 forks source link

Create branch for Raspberry Pi site #1

Open pdwilso opened 1 year ago

pdwilso commented 1 year ago

There is a need to maintain different index pages for the Apache site on Raspberry Pi and the W3 Spaces-hosted site for https://sumkittehz.codes/ - There may be some additional configuration files that for the site that can be revision controlled per platform, but the initial branch should be pretty much just to maintain different branding on the two pages at least until we can get the PHP scripts reading 'hostname' -

This also highlights the fact that some of the domain-specific content and/or branding on the site is dependent on the server having mod_php installed and available to the account for the site.

Files - including index files - that are dynamically generated by the server in response to GET requests from clients do not work on hosting sites that provide only HTML hosting, so it may be desirable to have a "static" branch where all content is static or generated by client-side javascript, in parallel with the main branch that is entirely mod_php dependent at this time.