2020-06-15 07:34:14 +09:00
{% extends 'faq/home.html.twig' %}
2020-06-14 07:51:42 +09:00
{% block title %} Help {% endblock %}
{% block body %}
<div class="content">
2020-06-15 07:34:14 +09:00
{% block markdown %}
2020-06-14 07:51:42 +09:00
{% apply markdown_to_html %}
2020-06-15 07:34:14 +09:00
## What is this site?
This is a social network, running the GNU social software.
2020-06-14 07:51:42 +09:00
2020-06-15 07:34:14 +09:00
You can use it to make connections between friends, family and colleagues -- writing short notices about yourself, where you are, and what you're doing, and those notices will be sent to all your contacts.
2020-06-14 07:51:42 +09:00
2020-06-15 07:34:14 +09:00
In the future, we'll be adding support for photo, video and file sharing, as well as events, better contact management and mobile devices.
2020-06-14 07:51:42 +09:00
{% endapply %}
2020-06-15 07:34:14 +09:00
{% endblock %}
2020-06-14 07:51:42 +09:00
</div>
{% endblock %}