CCSF-Coders / ccsf_coders_website

The CCSF Coders Club Website Project
2 stars 12 forks source link

Easier way to add new events to the front page. #9

Closed possibly closed 9 years ago

possibly commented 9 years ago

Currently, one has to SSH into the hills server and manually edit html files. There's gotta be a better way!

kevr commented 9 years ago

Writing a python script for guided manual input with safe-checks that puts valid events as partials into an events/ directory to load in via PHP around the site.

kmolo commented 9 years ago

@possibly @kevr I think ssh'ing into hills is fairly simple, given the turnover we can expect for the club.

Simple HTML and CSS is readable and likely to be editable by future club members. Remember most club members in the future will only have a class or two of either C++ or Java.

Though out of date, I've always thought that the LUG homepage -- http://www.ccsf.edu/lug -- is a good example of clear, commented HTML and CSS.

If there were consistent people, then maybe the optimizations you are thinking of would make sense.

possibly commented 9 years ago

Easily readable HTML / CSS / JavaScript are def. a priority, and always keep in mind the turnover issue. I thought this would be a nice addition to excellently commented HTML for anyone able to read the README.md that rests on the homepage of the GitHub, not a replacement.

EDIT: @kmolo @kevr What are your thoughts on just updating the calendar we have on the front page with events we hold? Its nice that way since managers can just add stuff right there into the calendar without mucking around in code. If someone wants to do it the old fashioned way, they can just add or replace the "welcome" section.

Also, in the new design I just did, the calendar is much more upfront now. (see: https://github.com/CCSF-Coders/ccsf_coders_website/issues/3)

possibly commented 9 years ago

Just had an ever better thought