diff --git a/README.md b/README.md index 9c237a2..c8f2d88 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ I am currently running a demonstration copy of Etiquette at http://etiquette.vou ### What am I looking at -Etiquette is a tag-based file organization system with a web front-end. +Etiquette is a tag-based file organization system with a web interface, built with Flask and SQLite3. Tag-based systems solve problems that a traditional folder hierarchy can't: *which folder should a file go in if it equally belongs in both?* and *how do I make my files searchable without littering the filenames themselves with keywords?* + +Etiquette is unique because *the tags themselves are hierarchical*. By tagging one of your vacation photos with the `family.parents.dad` tag, it will automatically appear in searches for `family.parents` and `family` as well. A traditional folder system, here called albums, is available to bundle files that always belong together without creating a bespoke tag to represent that bundle. Regardless, the files on disk are never modified. ### Setting up