home » zplus/clif.git
ID: a8cbeaeb2ce2cfb59b82ea93f4eaeeccd103ad79
32 lines — 871B — View raw


{% extends "index.html" %}

{% block page_title %}About{% endblock %}

{% 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 %}