diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4fbb073..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/vendor/ -/composer.lock diff --git a/README.md b/README.md index 365d599..731a9af 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ # hippopotato -Simple (local) filestorage based on PHP and flat files. +Simple files storage based on flat files. -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 +Currently based on PHP and NGiNX. diff --git a/composer.json b/composer.json deleted file mode 100644 index e284b67..0000000 --- a/composer.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "kastdeur/hippopotato", - "description": "Simple flat file storage in PHP", - "license": "MIT", - "autoload": { - "psr-4": { - "Kastdeur\\Hippopotato\\": "src/" - } - }, - "authors": [ - { - "name": "ET de Boone", - "email": "dev@etdeboone.nl" - } - ], - "require": {} -} diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..90d6971 --- /dev/null +++ b/public/index.php @@ -0,0 +1,22 @@ +