Open-source generic CID client
How to use ?⚓
A generic CID client could be used on the CID protocol website.
WarningCompatibility⚓
This CID client uses the HTML5 File and Messaging API. The client should work in IE10, Firefox 3.6, Chrome 12, Safari 6, Opera 11.5 and later. See the cross-document messaging and file API support for more details.
How to embed ?⚓
The client is open source and could be embed on any web platform.
Get the sources⚓
1
git clone git@github.com:scenari/cid.git
The client should be store at the path cid/client-CID
.
Install the client on a web server⚓
Upload the index.html
file and the js
folder onto a web server. The client uses only static contents so there is no need for php or sql servers.
Overload the sources⚓
The client is made of a simple HTML file and a javascript library. The HTML can be completed to be properly integrated to a web platform.