Imported old code.
This commit is contained in:
parent
b35b040120
commit
89d94c38b6
243 changed files with 26457 additions and 0 deletions
23
projects/desklin/index.html
Normal file
23
projects/desklin/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue