distribusi is a content management system for the web that produces static pages based on the file system.
Project description
Distribusi CMS
distribusi
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.
Requirements
While a Pip install will pull in Python dependencies, you might need system
dependencies. This package requires two underlying packages. Those are
python-magic
, and pillow
. Here are the installation documentation for those
packages:
- https://github.com/threatstack/libmagic
- https://pillow.readthedocs.io/en/5.3.x/installation.html#external-libraries
Installation
Using --user or a virtual environment is recommended:
$ pip install --user distribusi
Usage
Get help with:
$ distribusi --help
Make a distribusi of your home folder:
$ distribusi -d ~/
You will find that you now have an index.html
in every folder.
Create a quick gallery for the web:
$ distribusi -d /path/to/my/photos -t
This creates an index.html
with base64
encoded thumbnails.
Generate verbose output:
$ distribusi -v
Make an index of the archive page:
$ distribusi -d /var/www/archive/my_event -t -v
✌
Change It
Install Pipenv and then run:
$ pipenv install --dev
$ pipenv run pip install -e .
$ pipenv run distribusi --help
Release It
$ make publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file distribusi-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: distribusi-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f6f03de279281709ee21470c0e75bd769fedc7b4858c0cdf76875e0ef692ce9 |
|
MD5 | b411a5ba6c165955f8d7c7dcd196d2d8 |
|
BLAKE2b-256 | ab95eda10ec14a3a666e7d76d83a8457a1ec0c15219735ed8a016d3ca3aba28f |