linspector.github.io/projects/weblin/index.html

23 lines
719 B
HTML

---
layout: default
title: WebLin
metasub: projects
keywords: projects,web,interface,management,view,html,http,ajax,json,frontend
---
<h2>WebLin</h2>
<h3>Introduction</h3>
<p>WebLin is the Python based web management interface to Linspector. No code relaesed yet but stay tuned. WebLin will make use of the Linspector JSON-RPC backend and provide management functionality.</p>
<p>The code will be hosted here: <a href="https://github.com/linspector/weblin" class="ext">https://github.com/linspector/weblin</a></p>
<h3>Commit Log</h3>
<div id="github-commits"></div>
<script>
$(function() {
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'weblin', branch: 'master', last: 30 });
});
</script>