updated readme to reflect additions
added section: customization>readme added TODO & checked off things that are done
This commit is contained in:
parent
1cd15d51e4
commit
4ee46d8f52
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -16,7 +16,17 @@ indir [--host address] [--port port] [--root http_root] directory
|
|||
--root http_root hosts on the specified subdirectory, i.e. `/files/`
|
||||
```
|
||||
|
||||
## customization
|
||||
|
||||
### readme
|
||||
drop a `README.md` into any directory and indir will render
|
||||
it below the file listing with full markdown support!
|
||||
|
||||
---
|
||||
|
||||
## to-do:
|
||||
- [x] use templates instead of hard-coded HTML (i was lazy)
|
||||
- [ ] directory header from readme file
|
||||
- [x] directory header from readme file
|
||||
- [ ] directory stylesheet overrides
|
||||
- [x] index.html serving support
|
||||
- [ ] fix mime-types for browser file view
|
||||
Loading…
Add table
Add a link
Reference in a new issue