12 lines
533 B
Plaintext
12 lines
533 B
Plaintext
./settings.py # Settings
|
|
./helpers.py # Helper functions
|
|
./main.py # Main loop and functions
|
|
./404.py # 404 page
|
|
|
|
# File handlers:
|
|
./file-handlers/mimetypes.py # List of file endings and the mimetypes they belong to
|
|
./file-handlers/binary.py # Images, video, audio, executables, etc...
|
|
./file-handlers/dir.py # Directories
|
|
./file-handlers/text.py # HTML, XML, TXT, etc...
|
|
./file-handlers/pyp.py # pyp, fhttpy's script format
|
|
./file-handlers/htaccess.py # .fhtpyaccess - can be used to override handlers on an entire folder |