about summary refs log tree commit diff stats
path: root/build_and_test_until
Commit message (Expand)AuthorAgeFilesLines
* 4253 - support running just a single C testKartik Agaram2018-06-061-1/+3
* 4251 - speed up repeated builds until the same layerKartik Agaram2018-06-051-2/+13
* 4219 - add an even simpler build scriptKartik K. Agaram2018-03-131-1/+1
* 4216 - include simpler alternative to build scriptKartik K. Agaram2018-03-121-1/+1
* 4211Kartik K. Agaram2018-02-201-0/+1
* 4016 - include subx/ tests in CIKartik K. Agaram2017-10-111-1/+1
* 3506Kartik K. Agaram2016-10-161-0/+1
* 3455Kartik K. Agaram2016-10-061-1/+1
* 3450Kartik K. Agaram2016-10-061-1/+1
* 2964Kartik K. Agaram2016-05-151-2/+1
* 2946Kartik K. Agaram2016-05-081-22/+2
* 2942 - switch scripts to bashKartik K. Agaram2016-05-081-2/+2
* 2934 - all layers running againKartik K. Agaram2016-05-071-2/+2
* 2861 - 'maybe-convert' no longer returns addressKartik K. Agaram2016-04-231-1/+1
* 2860 - rename 'index-address' to 'put-index'Kartik K. Agaram2016-04-231-1/+1
* 2828Kartik K. Agaram2016-04-101-3/+13
* 2778 - fix all layersKartik K. Agaram2016-03-141-0/+2
* 2770 - drop a warning from clang 3.4Kartik K. Agaram2016-03-131-1/+1
* 2319Kartik K. Agaram2015-10-291-2/+3
* 2288Kartik K. Agaram2015-10-271-3/+3
* 2197Kartik K. Agaram2015-09-141-1/+1
* 2002Kartik K. Agaram2015-08-141-3/+1
* 1948Kartik K. Agaram2015-08-061-2/+2
* 1921 - show trace by clicking on codeKartik K. Agaram2015-08-021-2/+2
* 1623Kartik K. Agaram2015-06-221-2/+3
* 1616 - merging keyboard and events into 'console'Kartik K. Agaram2015-06-211-2/+2
* 1300Kartik K. Agaram2015-05-071-1/+2
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-1/+1
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+11
* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# getwtxt [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt)

twtxt registry written in Go! 

* 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`.

## Development Progress

`ETA` 31 May 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
* [ ] Refactor / Test / Debug
* [ ] Documentation

## Notes

* twtxt
  * [twtxt.readthedocs.io](https://twtxt.readthedocs.io)