Go to file
2015-06-04 19:31:36 -04:00
app Fixes for installation in a path 2015-06-04 19:31:36 -04:00
assets Fixes for installation in a path 2015-06-04 19:31:36 -04:00
sys Fixes for installation in a path 2015-06-04 19:31:36 -04:00
.gitignore Simplify and add lightness 2015-06-04 14:30:42 -04:00
composer.json More simplification 2015-06-04 15:46:30 -04:00
favicon.ico Simplify and add lightness 2015-06-04 14:30:42 -04:00
index.php Misc improvements 2015-06-04 16:25:47 -04:00
phpdoc.dist.xml Simplify and add lightness 2015-06-04 14:30:42 -04:00
README.md Simplify and add lightness 2015-06-04 14:30:42 -04:00

#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.

Requirements

  • PHP 5.3+
  • SQLite, MySQL, Postgres, or Firebird Database
  • PHP Multibyte extension
  • Browser:
    • Internet Explorer 9+, Chrome, Safari, Firefox, or Opera