Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 1.25 KB

README.md

File metadata and controls

11 lines (10 loc) · 1.25 KB

About this project:

  • This repository houses most of the website code for the Demiurge DSP server.

Code Contribution Guidelines:

  • Wherever possible, stick to CSS and PHP solutions. Keep the javascript to a minimum.
  • Use "editorconfig". Most editors have either inbuilt support or a plugin. If yours doesn't, stop using ms word to edit code. 😁
    • editorconfig will (usually) let you use whitespace format you are used to (tabs or spaces in whatever width you are used to) and then convert them for you on saving the file. But be sure and review your commit before pushing!
    • If you have a problem with the defined styling, you are going to have to battle Teo to change it. To the death. If you win that battle, you then have to restyle all the files so they then match or ZombieTeo will shank you and eat your brains.
      • A concession was made for javascript styling: that is set to the official standard, because Teo usually doesn't touch that anyway.
    • ALWAYS REVIEW YOUR COMMIT!
  • Avoid adding any additional language and library requirements to the server: we already have enough under this hood. We are not adding ruby or perl or whatever else you think would let you do that really neat thing you thought of adding.