jimmywarting / ofc

Online font converter
134 stars 160 forks source link

Complete code #18

Closed raphaelbastide closed 9 years ago

raphaelbastide commented 9 years ago

While browsing the code, I found that the script is dependant from another one on your server:

    // start upload
    xhr.open("POST", "https://ofc.p.mashape.com/directConvert");
    xhr.setRequestHeader("X-Mashape-Key", "dFYPWXxpp3mshKD6Kimb4pVfvYLvp1YWcWfjsnErOY3HN8zs4a");
    xhr.responseType = "arraybuffer";
    xhr.send(fd);

If I get it right, this repository only concerns the web interface of http://onlinefontconverter.com/. Can you confirm?

jimmywarting commented 9 years ago

Comfirmed. This Repo is just pure HTML/css/js making it possible to host all in github pages

raphaelbastide commented 9 years ago

Ok, it is more clear now. So what is open source exactly?