hotsh / rstat.us

Simple microblogging network based on the ostatus protocol.
http://rstat.us/
Other
722 stars 215 forks source link

Feature/about page #664

Closed wilkie closed 12 years ago

wilkie commented 12 years ago

Bah. I made the about page haml for the parts that were hardcoded html. Is that ok? I figured it being markdown was kind of silly at that point.

Adds tevic as a contributor side-effect. <.<

DiogoAndre commented 12 years ago

Wouldn't it be better to dynamically pull it from the GitHub API?

curl -i https://api.github.com/repos/hotsh/rstat.us/contributors
steveklabnik commented 12 years ago

And hit GitHub on every request? :-1:

carols10cents commented 12 years ago

We have at least one contributor (brainvsbraun) who contributed design, not code commits, and is thus not reflected in the github contributors. Also dom changed his github email address since he last committed to rstat.us so he doesn't show up either.

carols10cents commented 12 years ago

thank you :heart: :heart: :heart:

DiogoAndre commented 12 years ago

yeah.. it makes sense. I just thought it was a lot of work (branch , pull request, merge) every time a new contribution is made. But of course it's only when a new contributor makes the first contribution. So not that often I guess..

If we were to fetch a list from github, or anywhere else, I guess some caching strategy could come into place to limit the number of requests made.

cheers

wilkie commented 12 years ago

new contributors are worth the effort :)