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