Hi all, at the moment Futon (on _sidebar.html) shows the version taken from http://wiki.apache.org/couchdb/HttpGetRoot
Isn't it better to extend the JSON like this:
{
"couchdb": "Welcome",
"version": "0.11.0",
"name": "Apache CouchDB",
"url": "http://couchdb.apache.org/"
"logoSrc": "image/logo.png"
"logoAlt": "Apache CouchDB: Relax"
}
This way if someone decides to change the logo for internal site it will
only require to change the config.
-
Andrey
