bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 66 forks source link

Show something / redirect on https://bower.herokuapp.com #106

Closed sheerun closed 9 years ago

sheerun commented 9 years ago

Many people are confused by current homepage of registry, especially it is mentioned when registering new package, see: https://github.com/bower/bower/issues/1612

patrickkettner commented 9 years ago

something like this?

app.get('/', function(req, res){
  res.redirect(301, 'http://bower.io/');
});
sheerun commented 9 years ago

Maybe 302 is more appropriate?

patrickkettner commented 9 years ago

hmm...how is it temporary?

On Sun, Jan 4, 2015 at 10:06 PM, Adam Stankiewicz notifications@github.com wrote:

Maybe 302 is more appropriate?

— Reply to this email directly or view it on GitHub https://github.com/bower/registry/issues/106#issuecomment-68663547.

patrick

sheerun commented 9 years ago

For example in future we decide to point to http://bower.io/search/ instead?

patrickkettner commented 9 years ago

from Matt Cutts...

By definition, those are redirects from one domain A.com to another domain B.com that are claimed to be temporary; that is, the web server on A.com could always change its mind and start showing content on A.com again

302 it is

desandro commented 9 years ago

Is this working? https://bower.herokuapp.com is still Cannot GET /

sheerun commented 9 years ago

@desandro Someone forgot to deploy. I've just done it.

teddyhwang commented 9 years ago

https://bower.herokuapp.com seems to be down again

sheerun commented 9 years ago

@teddyhwang It's not appropriate issue for reporting downtimes.

https://gitter.im/bower/bower