hippopotato/README.md

15 lines
552 B
Markdown
Raw Permalink Normal View History

2020-12-17 14:35:26 +01:00
# hippopotato
2024-01-08 00:31:15 +01:00
Simple (local) filestorage based on PHP and flat files.
2024-01-08 00:31:15 +01:00
First iteration is only to server files.
To be able to extend the functionality, these files will first be served from `/f/`.
The code should be written to be used as a PHP module, as well as, a separate site.
2024-01-08 01:21:23 +01:00
The [Slim](https://www.slimframework.com/) provides for the latter in `./demo`.
2024-01-08 00:31:15 +01:00
The visibility of files is toggled by a file in each directory -- `.hippoacl`,
working somewhat like a `.gitignore` file. [^1]
[^1]: https://git.deboone.nl/websites/nl.deboone/issues/16