qasim/index.html

120 lines
2.5 KiB
HTML
Raw Normal View History

2012-07-29 23:54:04 +00:00
---
layout: nil
---
{% include header.html %}
2012-07-30 19:44:00 +00:00
2012-07-31 10:27:33 +00:00
<section id="about">
<div class="hero-unit">
<div class="row">
2012-07-31 11:11:44 +00:00
<div class="span3">
<img class="logo hidden-phone" src="img/qasim.256.png" style="position: relative; top:-1.25em;"/>
<img class="logo visible-phone" src="img/qasim.256.png" style="margin: auto;"/>
</div>
<div class="span7">
2012-07-31 10:27:33 +00:00
<h1>
Qasim (القاسم)
</h1>
2012-07-31 11:11:44 +00:00
2012-07-31 10:27:33 +00:00
<h2>The quick SSHFS mapper</h2>
2012-07-31 11:11:44 +00:00
<p>
2012-07-31 10:27:33 +00:00
It is a front-end to SSHFS, helping average users to access remote filesystems through <em>ssh</em>.
</p>
2012-07-31 11:11:44 +00:00
<p style="margin-top: 1em;">
2012-07-31 10:27:33 +00:00
<a class="btn btn-primary btn-large">Get Qasim &raquo;</a>
<a class="btn btn-large">Learn more &raquo;</a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="span4">
2012-07-31 11:11:44 +00:00
<h3>
<i class="icon-play-circle" style="position:relative; top:0.25em;"></i>
Simple
</h3>
2012-07-31 10:27:33 +00:00
<p>Qasim makes your remote shares available simply from the system tray on your favorite desktop !</p>
<p style="text-align: center;">
<img style="max-width: 100%;" src="img/qasim-0.1beta-pic002.png" />
2012-07-30 20:06:07 +00:00
</p>
</div>
2012-07-31 10:27:33 +00:00
<div class="span4">
2012-07-31 11:11:44 +00:00
<h3>
<i class="icon-ok" style="position:relative; top:0.25em;"></i>
Compatible and well-integrated
</h3>
2012-07-31 10:27:33 +00:00
<p>
It uses <em>FUSE</em>, thus everything is accessible even under command-line shell.
2012-07-30 20:06:07 +00:00
</p>
</div>
2012-07-31 10:27:33 +00:00
<div class="span4">
2012-07-31 11:11:44 +00:00
<h3>
<i class="icon-lock" style="position:relative; top:0.25em;"></i>
Secure for your data
</h3>
2012-07-30 20:06:07 +00:00
<p>
2012-07-31 10:27:33 +00:00
Access to your data is safe. All transfer is encrypted with the best tools.
2012-07-30 20:06:07 +00:00
</p>
</div>
2012-07-31 10:27:33 +00:00
</div>
</section>
<section id="getting">
<div class="page-header">
<h2>Getting Qasim</h2>
</div>
<div class="row">
<div class="span6">
<h3 class="callout">
<a href="http://www.debian.org">
<img class="logo" src="img/debian.png">
</a>
Debian GNU/Linux
<small>and Ubuntu, Mint, etc.</small>
</h3>
<p></p>
<pre>
$ echo "deb http://repository.glenux.net/debian unstable main" \
| sudo tee /etc/apt/sources.list.d/glenuxnet.list</pre>
<p></p>
</div>
<div class="span6">
<h3>From Git</h3>
</div>
2012-07-30 20:06:07 +00:00
</div>
2012-07-31 10:27:33 +00:00
</section>
2012-07-31 11:11:44 +00:00
<section id="usage">
<div class="page-header">
<h2>Using Qasim</h2>
</div>
<div class="row">
<div class="span6">
<h3 class="callout">
Graphic mode
<small>in KDE, Gnome, etc.</small>
</h3>
<p></p>
</div>
<div class="span6">
<h3>Command-line
<small>in your favorite Terminal</small>
</h3>
</div>
</section>
2012-07-31 10:27:33 +00:00
{% include footer.html %}