summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 79727e1..0b1f443 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,17 @@
Kona is a lightweight Danbooru-style imageboard engine for the purposes of
self-hosting a tagged image gallery. It lacks many of the features one would
-expect of such an application (particularly use rauthentication), so if you have
+expect of such an application (particularly user authentication), so if you have
a use case other than being able to search through your pictures when you are
not at home, you would be better off looking at an established solution such as
[Danbooru](https://github.com/danbooru/danbooru).
-This is a _very_ early release. Perhaps pre-alpha, if there is no stage earlier
+This is a _very_ early release. Perhaps pre-alpha, if there is no earlier stage
in the software release life cycle. Use at your own risk.
-If you are brave enough to give this a try, however, feedback of any sort would
-be greatly appreciated. The command-line interface and web UI are designed
-around my specific use case, but I would ideally like for this to be usable by
-the general public.
+If you are brave enough to give this a try, however, feedback is appreciated.
+The command-line interface and web UI are designed around my specific use case,
+but I would ideally like for this to be usable by anyone.
## Features
@@ -155,3 +154,6 @@ for me right now.
- [kona-cli] Improve the `kona-cli add` interface, allowing multiple files to
be indexed and tagged in the same invocation.
+- [kona-web] Redesign parts of the API, tend to unorthogonalities.
+- [kona-web] Properly document the API.
+- [kona-web] Visual facelift.