cjlee112 / spnet

selected papers network web engine
http://thinking.bioinformatics.ucla.edu/2011/07/02/open-peer-review-by-a-selected-papers-network/
GNU General Public License v2.0
40 stars 11 forks source link

Add Message of the Day feature #84

Closed cjlee112 closed 10 years ago

cjlee112 commented 11 years ago

we want to be able to set a status message to display on the homepage, presumably just loaded from a file so we can change it while the server is running.

cjlee112 commented 10 years ago

Implemented: just change text in _templates/motd.html and the server will refresh the homepage message at the same time it updates recentEvents (currently, every 5 minutes).