view templates/sat_website/features.html @ 0:9305c6458e2f

initial commit
author Goffi <goffi@goffi.org>
date Sat, 28 Jul 2012 20:36:32 +0200
parents
children 0df46e87537d
line wrap: on
line source

{% extends "sat_website/category.html" %}

{% comment %}
SàT website: Salut à Toi's presentation website
Copyright (C) 2012  Jérôme Poisson (goffi@goffi.org)

This file is part of SàT website.

SàT website is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Foobar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}

{% load staticfiles %}
{% block headline %}Salut à Toi's features{% endblock %}
{% block subtext %}SàT is a feature rich XMPP client, here is a round up of them.{% endblock %}
{% block extra %}<span class="label label-success">Click on the feature name to have a more detailed description</span>{% endblock %}
{% block main_container %}
	<div class="row">
		<div class="span2">
			<a href="frontends">Multi-frontends</a>
		</div>
		<div class="span7 feature">
			SàT is multi-frontends: the heart of the software is independant from its view, that mean that you can have differents interfaces adapted to specifics usages.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>Microblogging</strong>
		</div>
		<div class="span7 feature">
			Share your thought either publicly and privatly (see below), thanks to the microblogging feature. With the decentralised nature of XMPP, you don't have to rely on one specific server, so you can stay master of your data, and avoir censorship.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>Group permissions</strong>
		</div>
		<div class="span7 feature">
			Keep access to private data only for the people you choose. SàT use groups to manage your permissions, and avoid your coworker to see your party pictures.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>Advanced chat and group chat</strong>
		</div>
		<div class="span7 feature">
			XMPP is one of the best (and probably the best) instant messaging protocole ever made. There are plenty of things you can do, far too much to detail everything here. In addition, you can join muli-user room, and discuss with tons of people.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>Heavy messaging</strong>
		</div>
		<div class="span7 feature">
			With XMPP, you are not limited to chat or short messages: you have no size limit, and if you want to write essays or to highly detail your last holidays, you can.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>Gateways</strong>
		</div>
		<div class="span7 feature">
			Communicate with other networks using different protocoles. with SàT and XMPP, you'll not stay behind closed walls;
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>File sharing</strong>
		</div>
		<div class="span7 feature">
			Easily send file to your friends.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>Games</strong>
		</div>
		<div class="span7 feature">
			Play with your friends or other people
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>E-mail client interaction</strong>
		</div>
		<div class="span7 feature">
			Thanks to it's IMAP/SMTP plugin, you can use any e-mail client to communicate through SàT. Combinate this with the gateway feature, and you can send message with it to any network (including traditional e-mail netwwork). One of the goal of SàT is to allow easy transition to Jabber as an alternative to classical e-mail network, with a better protection to SPAM and identity spoofing.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<a href="http://www.goffi.org/post/2011/10/07/Shell%3A-pipe-you-commands-out-via-XMPP-with-S%C3%A0T">Pipe over XMPP</a>
		</div>
		<div class="span7 feature">
			This is a feature for power-user: SàT allow to send command-line tools' stdout to your contacts. This actually is as easy as knowing the name of your contact.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<a href="http://www.goffi.org/post/2012/02/02/Collective-radio-%28with-video%29">Collective radio</a>
		</div>
		<div class="span7 feature">
			Experiment music with your friends: in a multi-user room, you share a playlist; everybody can add songs to it, and everybody listen the same music at the same time. Good way to share your taste and discover new songs.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<strong>Multi-platforms</strong>
		</div>
		<div class="span7 feature">
			Since its begining, the SàT project was made with other platforms in mind. It's only avaible on Gnu/Linux so far (except of course Libervia, the web interface, which is available from every javascript powered browser), but other platforms are planed.
		</div>
	</div>
	<div class="row">
		<div class="span2">
			<a href="social_contract.html">Social contract</a>
		</div>
		<div class="span7 feature">
			Not exactly a feature, but certainly one of the most important point: a <a href="social_contract">social contract</a> has been written as a moral engagement around the project. SàT is not made for money or trap people, it's a project about freedom and sharing.
		</div>
	</div>

{% endblock %}