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

23 lines
682 B
HTML

---
layout: default
title: DeskLin
metasub: projects
keywords: projects,desktop,application,frontend
---
<h2>DeskLin</h2>
<h3>Introduction</h3>
<p>DeskLin is the Desktop Application for managing Linspector. It will make use of the JSON-RPC backend or WebLin frontend of Linspector. No code released and no development at the moment.</p>
<p>The code will be hosted here: <a href="https://github.com/linspector/desklin" class="ext">https://github.com/linspector/desklin</a></p>
<h3>Commit Log</h3>
<div id="github-commits"></div>
<script>
$(function() {
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'desklin', branch: 'master', last: 30 });
});
</script>