summaryrefslogtreecommitdiff
path: root/server.go
AgeCommit message (Expand)Author
2025-02-03server: fix log prefix on InitHTTPServer methodShulhan
2025-01-07all: auto convert markup when HTTP client request GET to HTML fileShulhan
2024-09-28all: introduce new type CiigoShulhan
2024-05-12all: initialize memfs using NewShulhan
2024-03-21all: add server option to automatically generate index HTMLShulhan
2024-03-15go.mod: update module "pakakeh.go" to tipShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-10all: fix all warnings reported by linter reviveShulhan
2023-11-09all: add method to stop watcherShulhan
2023-10-13all: print log message with log packageShulhan
2023-06-01all: add prefix "http://" when printing serve addressShulhan
2022-08-07all: fix HTML template loaded during Serve on non-developmentShulhan
2022-08-06all: cleaning up codesShulhan
2022-08-01all: clean up codesShulhan
2022-08-01all: export internal htmlGenerator as ConverterShulhan
2022-07-09all: update share module to v0.39.1-0.20220709072157-a39d5d2246f8Shulhan
2022-05-19all: reformat all files using latest goimportsShulhan
2022-03-27all: set the field Development to true if MemFS is not set on newServerShulhan
2022-03-04all: re-licensing ciigo under GPL-3.0 or laterShulhan
2022-02-19all: fix adoc files not re-converted when template file changesShulhan
2022-02-19all: add option IsDevelopment to ServeOptionsShulhan
2022-01-10go.mod: update to latest share moduleShulhan
2021-10-17all: fix empty fileMarkups on watcherShulhan
2021-10-10all: rename type fileHTML to fileHtmlShulhan
2021-07-09go.mod: upgrade share module to v0.28.1-0.20210709045022-0cd813b8ae8aShulhan
2021-04-03all: add option to exclude certain paths using regular expressionShulhan
2021-04-03all: change the Serve signature to ServeOptionsShulhan
2021-03-04all: update with latest share moduleShulhan
2021-02-21all: return error instead of call log.Fatal on non main packagesShulhan
2021-02-21all: rewrite to use the watcherShulhan
2021-02-21all: add the fileHTML type to fileMarkup typeShulhan
2021-01-10all: refactoring due to change on memfs packageShulhan
2020-06-27server: fix html template not being watched on changeShulhan
2020-05-01all: simplify serving content using function ServeShulhan
2020-05-01all: embed the HTML template and the stylesheetShulhan
2020-03-30go.mod: update share moduleShulhan
2020-03-24all: rename markupFile to fileMarkupShulhan
2020-02-14all: fix and suppress linter warningsShulhan
2019-09-27all: include the template file in generated Go codeShulhan
2019-09-25all: implement search functionalityShulhan
2019-08-14cmd/ciigo: a CLI to convert, generate, and serve markup filesShulhan
2019-08-05server: add parameter to change the root directoryShulhan
2019-08-05all: add support for markdown markup languageShulhan
2019-04-19ciigo: program to write static web server using asciidoc markup languageShulhan