diff options
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -128,6 +128,8 @@ Add both to the `README.md` and to the manpages. Current items: - can't compare commits: this requires `O(n!)` code and HTML to be generated; +- can't display human-friendly date formats like "3 days ago", only timestamps; +- can't handle big repositories, only small and medium ones; ## TODO Integrate `fallible` or other form of fault injection into the test suite {#task-ca8d80ae-9d31-5dfa-03de-b3cfccf2a8b2} - TODO in 2021-07-31 @@ -144,9 +146,9 @@ Current items: --- -- <input type="checkbox" disabled /> `README.md` -- <input type="checkbox" disabled /> `CHANGELOG.md` -- <input type="checkbox" disabled /> `src/gistatic.msg` +- [ ] `README.md` +- [ ] `CHANGELOG.md` +- [ ] `src/gistatic.msg` ## TODO Add Valgrind, sanitizers and fuzzers to the test suit {#task-a6bdaeb0-7099-c728-2b7c-b080aa2fba33} - TODO in 2021-07-31 @@ -331,3 +333,16 @@ This isn't the case for this library. # Scratch + +https://stackoverflow.com/questions/424839/what-were-the-main-disadvantages-of-cgi-bin-based-web-development +https://www.careerride.com/mchoice/cgi-disadvantages-servlets-925.aspx +https://www.geeksforgeeks.org/common-gateway-interface-cgi/ +https://stackoverflow.com/questions/28907546/disadvantages-of-using-cgi-scripts-written-in-c-for-web-server-side +https://www.quora.com/What-are-the-advantages-and-disadvantages-of-CGI-programming?share=1 +https://www.nginx.com/resources/wiki/start/topics/examples/fastcgiexample/ + + +i18n +https://github.com/projectfluent/fluent/wiki/Fluent-and-L20n +https://github.com/projectfluent/fluent/wiki/Fluent-vs-gettext +https://github.com/projectfluent/fluent/wiki/Fluent-and-ICU-MessageFormat |