Distribusi is a content management system for the web that produces static pages based on the file system.
Go to file
2018-02-10 19:15:57 +01:00
.gitignore adding readme, cleaning up code 2018-02-10 19:15:57 +01:00
distribusi.py adding readme, cleaning up code 2018-02-10 19:15:57 +01:00
m-m-mount.sh initial commit 2017-03-10 17:49:02 +01:00
page_template.py adding support for expanding plain text, html, code and pdf 2017-03-26 18:56:41 +02:00
README.md adding readme, cleaning up code 2018-02-10 19:15:57 +01:00

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

##installation

distribusi depends on python-magic 0.4+ to do automatic mime (filetype) detection

using pip: sudo pip3 install python-magic

##usage

Make a distribusi of your home folder: python3 distribusi -d ~/

You will find that you now have an index.html in every folder.

#✌