Speech.is Requirements [ANN]

Post Reply
indolering
Posts: 801
Joined: Sun Aug 18, 2013 8:26 pm
os: mac

Speech.is Requirements [ANN]

Post by indolering »

I'm soft-launching the developer preview of Speech.is tomorrow. Initially, it will only support transclusion of domains using one of the following fields:
  • http (simplified)
  • translate
  • ip
It is strongly recommended you add an http field to your record:

Code: Select all

"name" : "foo",
"value": {
  "http": "bar.com"
}
If you want your site to function using Speech.is, you will need to include a simple key:value version of the above fields at the very top level of your JSON record. Speech.is will search for those fields in the order listed above and use only the first value that is returned. For example, if you have a translate record and an IP address, Speech.is will ignore the IP address entirely.

Speech.is will not attempt to resolve map or alias entries nor will it descend beyond the first layer.

Please leave any questions below!
DNS is much more than a key->value datastore.

Post Reply