Imported old code.
This commit is contained in:
parent
b35b040120
commit
89d94c38b6
243 changed files with 26457 additions and 0 deletions
45
index.html
Normal file
45
index.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
layout: default
|
||||
title: Homepage
|
||||
metasub: home
|
||||
---
|
||||
|
||||
<p>The Linspector Homepage has been suspended. Development is going on at <a href="https://hanez.org/linspector/">https://hanez.org/linspector/</a>.
|
||||
|
||||
<!--
|
||||
<div class="jumbotron">
|
||||
<h1>Linspector System Monitoring</h1>
|
||||
<p style="font-family: monospace;"><Lish:> <span class="cursor" style="display:inline;"> </span></p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h2>About</h2>
|
||||
<p>Linspector is a software for monitoring the vital information of hosts, services and devices in a network. Be sure that Linspector is in a very early stage of development. Use at your own risk... but try! ;)</p>
|
||||
<p><a href="/about/" class="btn btn-primary">Read more »</a></p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h2>Latest News</h2>
|
||||
<ul class="entries" style="list-style-type: circle;padding-left:20px;">
|
||||
{% for post in site.posts limit:4 %}
|
||||
<li>
|
||||
<a href="{{ post.url }}" title="{{ post.date | date: "%d %B %Y" }} - {{ post.title | truncatehtml }}">{{ post.date | date: "%d %B %Y" }} - {{ post.title | truncatehtml | truncate: 30 }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p><a href="/news/" class="btn btn-primary">Read more »</a></p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h2>Development</h2>
|
||||
<p>We are using <a href="http://www.python.org/" class="ext">Python</a> as the programming language interpreted by CPython. The IDE we are using is <a href="http://www.jetbrains.com/pycharm/" class="ext">PyCharm</a>. Source Code Management is done using <a href="http://git-scm.com/" class="ext">Git</a> and it is hosted at <a href="https://github.com/" class="ext">GitHub</a>.</p>
|
||||
<p><a href="/development/" class="btn btn-primary">Read more »</a></p>
|
||||
</div>
|
||||
-->
|
||||
<!--
|
||||
<div class="col-lg-4">
|
||||
<h2>License</h2>
|
||||
<p>The code of Linspector is licensed under the terms of the <a href="http://www.gnu.org/licenses/agpl-3.0.html" class="ext">GNU Affero General Public License Version 3.0</a>.<br>
|
||||
Content on this site is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" class="ext">CC Attribution-Share Alike 3.0 Unported</a> license.</p>
|
||||
</div>
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue