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: 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>