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>
|
||||
30
projects/gadgets/index.html
Normal file
30
projects/gadgets/index.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: default
|
||||
title: Gadgets
|
||||
metasub: projects
|
||||
keywords: projects,shell,interface,management,gadgets,view,rpc,json,frontend,rush
|
||||
---
|
||||
|
||||
<h2>Gadgets</h2>
|
||||
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<p>Gadgets is a collection of tools to manage Linspector. Rush for example is a Remote User Shell for Linspector.</p>
|
||||
|
||||
<p>Rush connects to a Linspector instance using JSON-RPC and provides a similiar
|
||||
interface like the builtin in Lish.</p>
|
||||
|
||||
<p>This is currently just for testing and debugging some stuff. Be sure, that the
|
||||
JSON-RPC interface of Linspector does not provide authentication nor
|
||||
encrytion like SSL!</p>
|
||||
|
||||
<p>The code is hosted here: <a href="https://github.com/linspector/gadgets" class="ext">https://github.com/linspector/gadgets</a></p>
|
||||
|
||||
<h3>Commit Log</h3>
|
||||
|
||||
<div id="github-commits"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'gadgets', branch: 'master', last: 30 });
|
||||
});
|
||||
</script>
|
||||
32
projects/index.html
Normal file
32
projects/index.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
layout: default
|
||||
title: Projects
|
||||
metasub: projects
|
||||
keywords: projects,weblin,desklin,sub,external
|
||||
---
|
||||
|
||||
<h2>Projects</h2>
|
||||
|
||||
<!--<h3>DeskLin</h3>
|
||||
|
||||
<p>WebLin is the Desktop Application for managing Linspector. <b>Just planned but no development at the moment!</b></p>
|
||||
|
||||
<p><a href="/projects/desklin/">More information here.</a></p>
|
||||
|
||||
<h3>linspector.org</h3>
|
||||
|
||||
<p>The Linspector website.</p>
|
||||
|
||||
<p><a href="/projects/linspector.org/">More information here.</a></p>-->
|
||||
|
||||
<h3>Gadgets</h3>
|
||||
|
||||
<p>Gadgets and tools to manage Linspector.</p>
|
||||
|
||||
<p><a href="/projects/gadgets/">More information here.</a></p>
|
||||
|
||||
<!--<h3>WebLin</h3>
|
||||
|
||||
<p>WebLin is the Python based web management interface to Linspector.</p>
|
||||
|
||||
<p><a href="/projects/weblin/">More information here.</a></p>-->
|
||||
23
projects/linspector.org/index.html
Normal file
23
projects/linspector.org/index.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
layout: default
|
||||
title: linspector.org
|
||||
metasub: projects
|
||||
keywords: website,code,project,jekyll,html,css
|
||||
---
|
||||
|
||||
<h2>linspector.org</h2>
|
||||
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<p>The Linspector website. The Linspector website is created using <a href="http://jekyllrb.com/" class="ext">Jekyll</a> and is hosted at <a href="https://github.com" class="ext">GitHub</a>.</p>
|
||||
|
||||
<p>The code is hosted here: <a href="https://github.com/linspector/linspector.github.io" class="ext">https://github.com/linspector/linspector.github.io</a></p>
|
||||
|
||||
<h3>Commit Log</h3>
|
||||
|
||||
<div id="github-commits"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'linspector.github.io', branch: 'master', last: 30 });
|
||||
});
|
||||
</script>
|
||||
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