So I would like to start building a website for the project which will serve several purposes. The first thing I want to do is take our APIs and turn them into REST services which can be queried with user supplied UserAgents. I would like to have a service for all our APIs and DDRs, so example:
Java 1.0.0.2 with DDR 1.15 Java 1.0.0.2 with DDR 1.16 Java 1.0.0.3 with DDR 1.15 .NET 1.0.0.1 with DDR 1.16 BrowserMap 1.0 (clientside service?) BrowserMap 1.1 etc... Doing this will serve the following goals: 1) It will allow us to better test UserAgents against all our APIs, present and past, server side, client side, .NET, Java, etc. This will be browser based, so it will compliment our code based tests. 2) It will allow users and the public to better discover our services and see them in action. 3) It will be the first step in having users submit new devices, errors, and bugs back to us. So the first step is to isolate our APIs, deploy them on a server, and wrap them with a JSON API. So if we can get a volunteer for each of the APIs, that would be great. I can get us going on the Java services if no one else can. I need someone to do .NET and browserMap (this will be browser side, correct?). Also, can someone put together a homepage with a logo? Logo ideas? We can add a small blurb about project and also have a nice large input box with the visitors UserAgent pre filled which will kick off our various detection services.
