{% extends "base.html" %} {% block main %}
{% if not current_user.is_authenticated %}
{% else %}
{% endif %}
{% if current_user.is_authenticated %}

Hi {{ current_user.email }}!

{% else %}

Welcome to distribusi-verse

{% endif %}

Distribusi is a content management system for the web that produces static index pages based on folders in the files system. It is inspired by the automatic index functions featured in several popular web servers. Distribusi works by traversing the file system and directory hierarchy to automatically list all the files in the directory, detect the file types and providing them with relevant html classes and tags for easy styling.


This particular work in progress project is an attempt to make distribusi into a webinterface that can be operated remotely without any knowlegde of CLI. Trying to combine the ideas of distribusi with the ideas of a Tildeverse and Tilde club, but also be neither of these ideas. See a full list of tildeverse members here.


This project is made for Autonomous Practices at the WDKA in Rotterdam.

List of distribusis

{% include 'filtermenu.html' %}
{% endblock %}