You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
assets | 8 years ago | |
old | 7 years ago | |
.gitignore | 8 years ago | |
README.md | 8 years ago | |
favicon.ico | 8 years ago | |
index.php | 7 years ago |
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
- Genre
- The broadest category. An example could be titled 'Client Data'
- Category
- A general item in the genre. For example, an individual client.
- Section
- A grouping of label-data pairs. Something like 'CMS Access'
- 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