natestedman / Observatory

A Python based dashboard for the Rensselaer Center for Open Source Software. For continued development, please see http://github.com/rcos/observatory
rcos.rpi.edu
ISC License
8 stars 14 forks source link

RCOS branch #28

Closed natestedman closed 13 years ago

natestedman commented 13 years ago

We need to create an RCOS branch with specific things for RCOS. For example, replacing the header, maybe adding a footer, etc.

We should also port the content from http://rcos.rpi.edu (or http://rcos.cs.rpi.edu, not really clear on why there isn't just a redirect) to fit within Observatory's style and layout. For the front page, maybe we could have a small "about", a tiny bit of dynamic content, and a JS slideshow thingy that displays project screenshots? I can do most of this, the JS part maybe not so well.

In order to minimize the amount of changes to the actual "Observatory" application, I would recommend that we implement this part as a separate app, it's mostly just a few templates anyways.

Finally, RCOS-specific stuff should be the only thing on that branch, anything that has a general purpose should be on master (or a feature branch). This complicates things, because everything about the index page that I described, except the "About" section and RCOS-specific subpages, is actually potentially useful to others.

colinsullivan commented 13 years ago

This is working.

Please ignore or delete my origin/rcos branch...