diff --git a/_dist/README.txt b/README.md similarity index 95% rename from _dist/README.txt rename to README.md index df203f7..fcbaee4 100644 --- a/_dist/README.txt +++ b/README.md @@ -1,3 +1,5 @@ +# qbolt + A graphical database manager for BoltDB. QBolt allows you to graphically view and edit the content of Bolt databases. @@ -6,7 +8,7 @@ The project consists of two parts; a C binding (CGo) for the embeddable Bolt dat Written in C++ (Qt), Golang (CGo) -=FEATURES= +## Features - Open existing database or create new database - Option to open database as readonly for concurrent use @@ -16,17 +18,17 @@ Written in C++ (Qt), Golang (CGo) - 100% Bolt compatibility via the real codebase - Tested working on both Windows and Linux -=LICENSE= +## License Source code content of `qbolt-x.x.x-src.tar.gz` is released under the ISC license. BoltDB is released under the MIT license. The Windows binary is released under LGPL-3+ owing to the static copy of Qt. -=SEE ALSO= +## See also - BoltDB https://github.com/boltdb/bolt -=CHANGELOG= +## Changelog 2017-06-19 1.0.1 - Feature: Option to open database as read-only diff --git a/_dist/TODO.txt b/TODO.txt similarity index 100% rename from _dist/TODO.txt rename to TODO.txt