From b3c93309ce5684907289137d56c4917d5d635f98 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Mon, 8 Jan 2024 00:31:15 +0100 Subject: [PATCH] Restarting development --- README.md | 13 +++++++++++-- public/index.php | 22 ---------------------- 2 files changed, 11 insertions(+), 24 deletions(-) delete mode 100644 public/index.php diff --git a/README.md b/README.md index 731a9af..365d599 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # hippopotato -Simple files storage based on flat files. +Simple (local) filestorage based on PHP and flat files. -Currently based on PHP and NGiNX. +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. +The [Slim](https://www.slimframework.com/) provides for the latter. + +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 diff --git a/public/index.php b/public/index.php deleted file mode 100644 index 90d6971..0000000 --- a/public/index.php +++ /dev/null @@ -1,22 +0,0 @@ -