From 21cc007211acfd26b87f317e8cbaa4f5f15bf5ae Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 21 Mar 2016 09:14:58 +0100 Subject: [PATCH] improve README.md --- README.md | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a0310c..9b8b628 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,40 @@ -# Image Manager +# image-manager -## abstract +Some very old PHP code intended to become an image management tool. -Some very old PHP code originally intended to become an image management tool. +## Description -## requirement +This is some php, JavaScript, etc. code. Currently this is not maintained +actively and I have no idea if it is still working. I keep this anyway so +that I don't loose any probably useful ideas. -PHP (don't know the required version any more, but probably pre 5.0) \ No newline at end of file +## Requirements + + * PHP (probably pre 5) + +## Dependencies + +unknown + +## Contributing + +Just email me. + +## License + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +## Author + +Georg Hopp