forked from varia/distribusi
rra
7 years ago
3 changed files with 23 additions and 11 deletions
@ -1,3 +1,4 @@ |
|||
*.pyc |
|||
index.html |
|||
__pycache__/ |
|||
.DS_Store |
|||
|
@ -0,0 +1,20 @@ |
|||
|
|||
#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. |
|||
|
|||
#✌ |
Loading…
Reference in new issue