From c74c5ae5c0e2f6e766a10eb369f1c9c5bf1f4d26 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 12 Apr 2021 17:00:49 +1200 Subject: [PATCH] doc: move README/TODO to top-level directory --- _dist/README.txt => README.md | 10 ++++++---- _dist/TODO.txt => TODO.txt | 0 2 files changed, 6 insertions(+), 4 deletions(-) rename _dist/README.txt => README.md (95%) rename _dist/TODO.txt => TODO.txt (100%) 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