Commit Graph

5 Commits

Author SHA1 Message Date
mpl 1087a9d837 website: mv downloadBox to all.css
Rids us of the IsMonthly hack.

We still need to do something about AddTemplateTheme in handler.go
though, see TODO there. In another change.

Also, change servePage to take a struct for its args, more in line with
Go style of few arguments.

Context: issue #815

Change-Id: Ib6799be31b78af3010eee942034f2ac0e8e1d76e
2016-06-20 17:51:46 +02:00
Eric Drechsel d9c28e5267 Comment explaining that contributors.html is a fallback.
This file would seem to be the source for /contributors, but actually
it's a fallback for /website/content/tmpl/contrib.html.

Add a comment explaining the automatic generation to avoid confusion
for folks attempting to edit the website.

Also rename the template to contributing.html for consistency.

Change-Id: Ic98c494b0cc24292dac8a4a22c751aded87f5b48
2016-06-03 14:06:30 -07:00
Brad Fitzpatrick 96dc004af7 website: run on GCE under CoreOS. Containerize demo blob server. 2015-11-11 12:58:01 +00:00
Brad Fitzpatrick b4ef019bc2 website: now runs on GCE/coreos with cloudlaunch 2015-11-10 12:10:16 +00:00
Salmān Aljammāz 974a431169 Dynamically generate the contributors page from git log.
This change moves scripts/gencontrib/gencontrib.go into the
website's main codebase. Not as fancy as
https://github.com/bradfitz/camlistore/graphs/contributors but
it's a start.

https://code.google.com/p/camlistore/issues/detail?id=15

Change-Id: I9a806556f91084bf4069cf82a8b653bc8de444a9
2014-10-27 13:21:18 +00:00