Imported old code.

This commit is contained in:
Johannes Findeisen 2023-08-22 03:14:43 +02:00
commit 89d94c38b6
243 changed files with 26457 additions and 0 deletions

View file

@ -0,0 +1,23 @@
---
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>