ID: 845559d9bd1388e9498f1ef46b0c02a3d493743f
30 lines
—
828B —
View raw
| {% extends "index.html" %}
{% block menu_about_class %}selected{% endblock %}
{% block content %}
<p>
<i>Welcome!</i> You have reached a public instance of the <i>CLI Forge</i>.
</p>
<br />
<p>
This is a place for collaborative software development. It offers hosting for
Git repositories and mailing lists, while aiming at being entirely usable from
your CLI by leveraging existing tools and an email-driven workflow.
</p>
<br />
<p>
Documentation about using CLIF is available for both users and administrators
in the <a href="https://clif.peers.community/zplus/clif.git">CLIF repository</a>.
</p>
<p>
This instance is still under testing and it is not currently open for public
registration, but you can still get an account by asking in #peers at irc.libera.chat.
</p>
{% endblock %}
|