No description
https://alogs.koi.moe
- Go 71.9%
- Smarty 13.7%
- SCSS 11.9%
- Makefile 2.5%
|
|
||
|---|---|---|
| tmpls | Revert "quote search key words" | |
| .gitignore | add style.scss | |
| go.mod | upgrade dependencies | |
| go.sum | upgrade dependencies | |
| LICENSE | add license | |
| main.go | fix segfault when open remote file failed | |
| Makefile | Makefile use system sqlite3 lib when available | |
| README | add readme | |
| scanner.go | scanner ignore Requested Range Not Satisfiable (416) responase code | |
| storage.go | Revert "quote search key words" | |
| web.go | add missing chans for index page | |
A simple alpine irclogs index How it works? Periodically fetching irc logs from https://irclogs.alpinelinux.org, save them in a sqlite fts5 table. Remote files that do not have a newer http `Last-Modified` header than the local one will be ignored. How to use? https://irclogs.alpine.koi.moe Using sqlite fts5 full-text query synax[1] to search. [1]: https://www.sqlite.org/fts5.html#full_text_query_syntax