xppl/app/templates/about.html

14 lines
604 B
HTML
Raw Normal View History

2018-05-20 00:10:01 +02:00
{% extends "base.html" %}
{% block main %}
<h1 class="page-header">About</h1>
2018-06-05 12:22:09 +02:00
<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>
2018-05-20 00:10:01 +02:00
{% endblock %}