jwcutler / retroTrack

Web-based satellite tracking inspired by SatTrack.
8 stars 1 forks source link

Unify static exporter template #31

Open jimblanc opened 10 years ago

jimblanc commented 10 years ago

retroTrack currently uses two separate template sources for rendering live trackers and for generating static trackers via the administration panel. This makes it easy for the two versions to get out of sync and increases the likelihood of implementation problems when updating. retroTrack should use a common template source for both types of trackers. This could be accomplished by a simple HTML file with placeholders or a dedicated templating system.