A simple but full-featured file manager using HTML5.
- Should replace HTTP & FTP & Samba on a LAN.
- Simple code base, easy to extend & adapt to specific requirements.
uwsgi --ini uwsgi_conf.ini
or
python run.py
-
Compatibility
-
To render HTML (mustache-powered templates)
-
To handles all the HTML5 boilerplate
-
Database
Stored json (in
.weye
files) is the way for the POC, to be changed -
Factory
The factory pattern is not implemented yet. We may use the standard mimetypes module from python.
-
UI
The page layout isn't decided yet, same for the possible actions
Mice could handle keyboard shortcuts
Isotope to display things in a nice way instead of a plain list
EpicEditor looks very nice to edit text & markdown documents