european-lisp-symposium / els-web

European Lisp Symposium Website Tools
https://european-lisp-symposium.org
19 stars 8 forks source link

Ordering of highlights #7

Closed didierverna closed 6 years ago

didierverna commented 7 years ago

It would be nice to have the highlights ordered in the same way as in the programme.

Shinmera commented 7 years ago

They're currently ordered alphabetically. Which one of the two is more intuitive is debatable. Either way, changing that is just a matter of changing this line here: https://github.com/european-lisp-symposium/els-web/blob/master/template/index.ctml#L72

didierverna commented 7 years ago

The highlights section was originally intended to provide some news (e.g. keynote annoucements, ACM status etc.). I'm not sure how we can retrofit all this now...

Shinmera commented 7 years ago

My idea was that the highlights section has just the keynotes, whereas announcements and such are fitted above them in special boxes for whenever it's appropriate to display them. As such, news would be outputted within (define-text :announcement ..)

didierverna commented 7 years ago

I see.