<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Instead of acting as a server providing html and css files, could there be a only-json option?<div><br></div><div>I could then provide all the static files minified and cached from a proper http server already in use and request only the data from cgit.</div><div><br></div><div>Using jquery:</div><div>-----------------------------------------------</div><div>$.getJSON('/git/repository/<repo>', function(data) {</div><div>    showRepo(data);</div><div>});</div><div>-----------------------------------------------<br></div><div><br></div><div>By loading https://<server>/git/<what-I-need>/<parameter-1>/<parameter-2>/<etc.></div><div>CGit would output something like:</div>-----------------------------------------------<div>{</div><div>"repository": "test",</div><div>"property1": "value1",</div><div>"property2": "value2"</div><div>}</div>-----------------------------------------------<div><br></div><div>It's not fun at all to operate multiple http servers all with their own options.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div>Wilhelm Matilainen</div></font></span></div>
</div><br></div>