summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-22 00:37:22 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-22 00:45:53 -0400
commite3a24e26be6eac0a976b0f267bfb83e18410a465 (patch)
tree5525e105ddfbe8e20256dbd34d15532acb97226f
parente0bacf4df35f6dbd73559093387763bb909df5b1 (diff)
downloadgetwtxt-e3a24e26be6eac0a976b0f267bfb83e18410a465.tar.gz
updated readme
-rw-r--r--README.md29
1 files changed, 16 insertions, 13 deletions
diff --git a/README.md b/README.md
index d06628f..f758cf8 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,25 @@
 # getwtxt [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt)
 
-twtxt registry written in Go. Still in development. 
+twtxt registry written in Go! 
 
-*  Began: 10 May 2019
-*  No deadline. Should be finished by the end of May 2019.
+* Easy to set up and maintain. 
+* Uses an in-memory cache to serve requests.
+* Pushes to `LevelDB` at a configurable interval for data storage. 
+* Run directly facing the internet or behind `Caddy` / `nginx`.
 
-## Progress
+## Development Progress
 
-The first blank box is what I'm working on.
+`ETA` 31 May 2019
 
-* [x] Types and basic init/config
-* [x] HTTP routing
-* [x] Registry manipulation ([getwtxt/registry](https://github.com/getwtxt/registry))
-* [x] Request handling
-* [x] Cache management details
-* [x] Persistent data storage
-* [ ] Refactor / Test
-* [ ] Help flag / Documentation
+
+* [x] Types and Config
+* [x] HTTP Routing
+* [x] Registry Manipulation ([getwtxt/registry](https://github.com/getwtxt/registry))
+* [x] Request Handling
+* [x] Cache Management
+* [x] Persistent Data Storage
+* [ ] Refactor / Test / Debug
+* [ ] Documentation
 
 ## Notes
 
div>
8f1db754 ^
1ead3562 ^
9867dff4 ^
263e6b2a ^





8f1db754 ^




b24eb476 ^


263e6b2a ^
8f1db754 ^

b24eb476 ^
d0e29245 ^
82ac0b7e ^
b24eb476 ^
82ac0b7e ^
8f1db754 ^

b24eb476 ^

0487a30e ^
ae256ea1 ^
1b76245c ^
ae256ea1 ^
0487a30e ^
8f1db754 ^


047296d8 ^

1ead3562 ^
bc643692 ^
047296d8 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62