diff options
| author | root <root@flap> | 2014-05-06 10:00:33 -0400 | 
|---|---|---|
| committer | root <root@flap> | 2014-05-06 10:00:33 -0400 | 
| commit | 4d8016064edd5e5dc1d194ea5ec0fce4f07b8f2a (patch) | |
| tree | d8ecba8651604e51d6f887449641ac627844ae63 /elchos/html/index.html | |
| parent | f44c8529e6d04b557d93cc862599b956ed21f0de (diff) | |
| parent | d0367082a5c1296cefed641b4eda736b29a3ad69 (diff) | |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'elchos/html/index.html')
| -rw-r--r-- | elchos/html/index.html | 42 | 
1 files changed, 42 insertions, 0 deletions
diff --git a/elchos/html/index.html b/elchos/html/index.html new file mode 100644 index 00000000..83ec141c --- /dev/null +++ b/elchos/html/index.html @@ -0,0 +1,42 @@ +<!Doctype html> +<html lang="en"> +  <head> +    <meta charset="utf-8"> +    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> +    <title>ElchOS Main Page</title> +    <meta http-equiv="X-UA-Compatible" content="IE=edge"> +    <meta name="viewport" content="width=device-width, initial-scale=1"> +  </head> +  <body> +      <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> +              <div class="container"> +        <div class="navbar-header"> +          <a class="navbar-brand" href="#">ElchOS</a> +        </div> +              </div> +            </div> +  <div class="container"> +  <h2>What is ElchOS</h2> +  <p> +  ElchOS is a distribution created for simple and fast file sharing on big events through the power of distributed networks. </p> +  <p> +  The idea ist to plug in and boot any computer via USB-Stick and have the OS share all attached large disks via a number of different sharing protocols,namely Advanced Direct Connect (ADC) and good ol' FTP (and possibly more in the future)</p> +  <p> +Besides that the system will provide bonus features via a preconfigured IRC Bot and send stats to a graphite Host.  +It also starts up a tor hidden service in order to find boxes hidden behind weird installations.</p> +<h2>Quit that jibber-jabber, where is the iso?</h2> +<a href="/out/elchos.iso">Current ElchOS ISO</a> +<h2>What magic variables are important?</h2> +ElchOS uses DNS for finding the relevant Hosts in the network, namely the IRC Server, the ADC-Hub and the Graphite Stats Receiver.<br/> +These are the magic hosts to be resolved: +<ul> +  <li>adcs://elchhub.nsupdate.info:2781</li> +  <li>carbon://elchstats.nsupdate.info:2003</li> +  <li>irc://elchirc.nsupdate.info:6667 (planned)</li> +</ul> +</div> +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> +<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> + +  </body> +</html>  | 
