Update What Am I Looking At with more detail.

master
voussoir 2020-01-29 23:09:44 -08:00
parent 2ffe3940e6
commit 77be61f4c6
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ I am currently running a demonstration copy of Etiquette at http://etiquette.vou
### What am I looking at ### 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 ### Setting up