summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-27 00:15:39 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-27 00:15:39 -0400
commit06b4e506f0666d3f717398aa7a48d2b0106214fe (patch)
tree10ca031a6c4c40bea237560b87863619abc10035
parenta6f47c07100be337f32325792990e58f5f4a3506 (diff)
downloadgetwtxt-06b4e506f0666d3f717398aa7a48d2b0106214fe.tar.gz
updated readme
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index f758cf8..61277a0 100644
--- a/README.md
+++ b/README.md
@@ -7,17 +7,19 @@ twtxt registry written in Go!
 * Pushes to `LevelDB` at a configurable interval for data storage. 
 * Run directly facing the internet or behind `Caddy` / `nginx`.
 
+A public instance is currently available:
+* [twtxt.tilde.institute](https://twtxt.tilde.institute)
+
 ## Development Progress
 
-`ETA` 31 May 2019
+`ETA` 07 June 2019
 
 
 * [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
+* [x] Database and Caching
 * [ ] Refactor / Test / Debug
 * [ ] Documentation
 
'>128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201