|
@ -1,5 +1,4 @@ |
|
|
# Todo |
|
|
# Todo |
|
|
- add to my site |
|
|
|
|
|
- deliver text/HTML depending on User-Agent in header |
|
|
- deliver text/HTML depending on User-Agent in header |
|
|
- https://nginx.org/en/docs/http/ngx_http_browser_module.html |
|
|
- https://nginx.org/en/docs/http/ngx_http_browser_module.html |
|
|
- https://www.nginx.com/resources/wiki/modules/user_agent/ |
|
|
- https://www.nginx.com/resources/wiki/modules/user_agent/ |
|
@ -7,10 +6,6 @@ |
|
|
- colors |
|
|
- colors |
|
|
- ANSI escape codes |
|
|
- ANSI escape codes |
|
|
- https://github.com/gabx/archlinux/blob/master/etc/scripts/colortest |
|
|
- https://github.com/gabx/archlinux/blob/master/etc/scripts/colortest |
|
|
- fetch on load |
|
|
|
|
|
- Lua os.execute in Nginx |
|
|
|
|
|
- fetch JSON in JS |
|
|
|
|
|
- generate table dynamically |
|
|
|
|
|
- icons |
|
|
- icons |
|
|
|
|
|
|
|
|
# Done |
|
|
# Done |
|
@ -21,3 +16,9 @@ |
|
|
- "Powered by Dark Sky: https://darksky.net/poweredby/" |
|
|
- "Powered by Dark Sky: https://darksky.net/poweredby/" |
|
|
- Dark Sky image |
|
|
- Dark Sky image |
|
|
- https://darksky.net/dev/docs/terms |
|
|
- https://darksky.net/dev/docs/terms |
|
|
|
|
|
|
|
|
|
|
|
# Archived |
|
|
|
|
|
- fetch on load |
|
|
|
|
|
- Lua os.execute in Nginx |
|
|
|
|
|
- fetch JSON in JS |
|
|
|
|
|
- generate table dynamically |