summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f756061..ec73e72 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ the general public.
- A command-line tool for interacting with the tag database.
- A web interface for querying and viewing files in the tag database.
+ - Works with JavaScript disabled.
+ - Infinite scroll when JavaScript is enabled.
## Usage
@@ -142,7 +144,7 @@ to the following endpoint with the following fields: `tags`, a comma-separated
list of tags for the files, and `image`, the file to be uploaded.
```
-POST /api/posts/[filename]
+POST /api/posts
```
## TODO
@@ -152,5 +154,4 @@ 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 js] Implement a dynamic "endless scroll" view.
- [kona-web js] Implement a mass-tagger tool in the web interface.