meta/README.md

22 lines
660 B
Markdown
Raw Normal View History

2012-06-13 13:51:15 -04:00
#meta
2012-06-07 16:16:20 -04:00
2012-06-07 16:38:43 -04:00
2012-06-13 13:51:15 -04:00
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.
2012-06-07 16:38:43 -04:00
2012-06-13 13:51:15 -04:00
##Organizing Data
2012-06-07 16:38:43 -04:00
2012-06-13 13:51:15 -04:00
Meta has a four-level hierarchy
2012-06-07 16:38:43 -04:00
2012-06-13 13:51:15 -04:00
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.
2012-06-13 13:51:15 -04:00
Eg. Username : admin
2012-06-13 13:51:15 -04:00
This basic hierarchy enables keeping track of simple data in a neat fashion.