From 4bf88914440a45a6c046af206ef852cdd6d2f44b Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 7 Jun 2012 16:38:43 -0400 Subject: [PATCH] update README --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4321a68..e4256b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ -meta -==== +#meta -A web app to store hierarchial data \ No newline at end of file + +So, you know all that client information you need to keep track of, like passwords and servers? Or how about all those serial keys for the software you have? meta is a webapp to organize these kinds of data for easier reference. + +##Organizing Data + +Meta has a four-level hierarchy + +1. Genre + * The broadest category. An example could be titled 'Client Data' +2. Category + * A general item in the genre. For example, an individual client. +3. Section + * A grouping of label-data pairs. Something like 'CMS Access' +4. Data + * Pairs of labels and values. + + Eg. Username : admin + + +This basic hierarchy enables keeping track of simple data in a neat fashion. \ No newline at end of file