Go to file
Timothy Warren 054ea4f908 Include correct README 2012-06-13 13:51:15 -04:00
app First commit. Genres and categories partially fleshed out 2012-06-13 13:49:10 -04:00
assets First commit. Genres and categories partially fleshed out 2012-06-13 13:49:10 -04:00
sys First commit. Genres and categories partially fleshed out 2012-06-13 13:49:10 -04:00
.gitignore First commit. Genres and categories partially fleshed out 2012-06-13 13:49:10 -04:00
README.md Include correct README 2012-06-13 13:51:15 -04:00
index.php First commit. Genres and categories partially fleshed out 2012-06-13 13:49:10 -04:00
phpdoc.dist.xml First commit. Genres and categories partially fleshed out 2012-06-13 13:49:10 -04:00

README.md

#meta

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.