From 77fbeeb4abc276f6e31d9930be2b5e53526d0163 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Wed, 13 May 2020 07:50:42 -0500 Subject: [PATCH] Update README --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9191f4a..9c034f4 100644 --- a/README.md +++ b/README.md @@ -46,18 +46,14 @@ See `kitchen_sink.sh` examples. # Current Status - - [X] Create a contact email for project outsiders (and maybe a developer email list?) - - [X] Update README.md - - [X] Update Ruby API docs - - [X] Update blobs spec to clear out blob folder every time it runs. - - [ ] Oops, `lipmaa` field needs to be a hash, not an integer! - - [ ] Change `@`, `%`, `&` to `feed.`, `mesg.`, `blob.`, respectively. Better readability, easier onboarding, URL friendly. - - [ ] Change draft and message templates to render headers in this order: `author`, `prev`, `lipmaa`, `depth`, `kind`. - - [ ] Make location of blob folder configurable? - - [ ] Update Dev docs in protocol spec to reflect changes to `lipmaa` header. - - [ ] Update spec document CLI usage examples to reflect API changes in 2020. + - [X] Oops, `lipmaa` field needs to be a hash, not an integer! - [ ] BUG: Keys that start with a carriage return (`\n`) freeze tokenizer. - [ ] Convert literals to constants, remove unused locals, reduce duplication, run linter. + - [ ] Change message templates to render headers in this order: `author`, `prev`, `lipmaa`, `depth`, `kind`. + - [ ] Make location of blob folder configurable? + - [ ] Change `@`, `%`, `&` to `feed.`, `mesg.`, `blob.`, respectively. Better readability, easier onboarding, URL friendly. + - [ ] Update Dev docs in protocol spec to reflect changes to `lipmaa` header. + - [ ] Update spec document CLI usage examples to reflect API changes in 2020. - [ ] 100% class / module documentation - [ ] Run a [terminology extraction tool](https://www.visualthesaurus.com/vocabgrabber/#) on the documentation and write a glossary of terms. - [ ] Publish to RubyGems @@ -83,3 +79,7 @@ See `kitchen_sink.sh` examples. - [ ] Ability to add map/reduce plugins to support custom indices? - [ ] Ability to add a blob in one swoop using File objects and `Message#[]=`, maybe? - [ ] Bundling via [Optar](http://ronja.twibright.com/optar/) or [Colorsafe](https://github.com/colorsafe/colorsafe) + + - [ ] Ability to add map/reduce plugins to support custom indices? + - [ ] Ability to add a blob in one swoop using File objects and `Message#[]=`, maybe? + - [ ] Bundling via [Optar](http://ronja.twibright.com/optar/) or [Colorsafe](https://github.com/colorsafe/colorsafe)