xppl/app/templates/about.html
2018-06-05 12:22:09 +02:00

14 lines
604 B
HTML
Executable File

{% extends "base.html" %}
{% block main %}
<h1 class="page-header">About</h1>
<p>
XPPL is a project aimed at people who are studying the field of media culture, or as we like to call them: knowledge comrades.
<br>
This digital library gathers all the books and articles floating around on PZI shelves and our hard drives and memory sticks, so that they can be shared.
<br>
Its web interface hosts a curated catalogue of books and articles, and its distributed architecture provides instances for uploading and downloading.
<br>
It starts at XPUB, but can go anywhere we want it to.</p>
{% endblock %}