diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-02-12 16:43:25 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-02-12 16:43:25 -0600 |
commit | 9d589c6a200e71ba520e9024fb5b05e59c7124ac (patch) | |
tree | fe830651c67b8e1e3d6ed7e67f2d8f3ce09bce5b | |
parent | ca133e0b82d8a933b92364b7e9ab946cc7ec37c4 (diff) |
README.md
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +# Builddb Repository + +This repository helps keep track of packages in a build. + +## About builddb + +* Utilizes PHP and MySQL to keep track of packages. +* Track Sequence, Name, Version. +* Track Configure, Make, Install and Setup commands. +* Provide Notes and URL's. +* Add new records. +* Select one or more records to remove at once. +* Delete button not enabled until a record is selected to delete. +* Confirm on delete + +## TODO +* Work on the select all checkbox + +## Example Images + + + + + + + + + |