You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
604 B
HTML
14 lines
604 B
HTML
{% 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 %}
|