diff options
-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 + + + + + + + + + |