index
:
ciigo
dev
main
Static web server with AsciiDoc and Markdown.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.go
Age
Commit message (
Expand
)
Author
2026-02-11
cmd/ciigo: add option to set base path and shutdown idle duration
Shulhan
2026-02-07
all: embed struct [lib/http.ServerOptions] directly to [ServeOptions]
Shulhan
2026-02-05
server: enable ServerOptions HandleFS by default
Shulhan
2026-02-05
all: redirect request for .adoc or .md to the HTML file
Shulhan
2026-02-02
all: add field Listener to ServeOptions
Shulhan
2026-01-24
all: embed CSS and index HTML template using memfs
Shulhan
2026-01-16
go.mod: update pakakeh.go to v0.60.3-0.20260115103415-806359d5462f
Shulhan
2025-02-03
server: fix log prefix on InitHTTPServer method
Shulhan
2025-01-07
all: auto convert markup when HTTP client request GET to HTML file
Shulhan
2024-09-28
all: introduce new type Ciigo
Shulhan
2024-05-12
all: initialize memfs using New
Shulhan
2024-03-21
all: add server option to automatically generate index HTML
Shulhan
2024-03-15
go.mod: update module "pakakeh.go" to tip
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-10
all: fix all warnings reported by linter revive
Shulhan
2023-11-09
all: add method to stop watcher
Shulhan
2023-10-13
all: print log message with log package
Shulhan
2023-06-01
all: add prefix "http://" when printing serve address
Shulhan
2022-08-07
all: fix HTML template loaded during Serve on non-development
Shulhan
2022-08-06
all: cleaning up codes
Shulhan
2022-08-01
all: clean up codes
Shulhan
2022-08-01
all: export internal htmlGenerator as Converter
Shulhan
2022-07-09
all: update share module to v0.39.1-0.20220709072157-a39d5d2246f8
Shulhan
2022-05-19
all: reformat all files using latest goimports
Shulhan
2022-03-27
all: set the field Development to true if MemFS is not set on newServer
Shulhan
2022-03-04
all: re-licensing ciigo under GPL-3.0 or later
Shulhan
2022-02-19
all: fix adoc files not re-converted when template file changes
Shulhan
2022-02-19
all: add option IsDevelopment to ServeOptions
Shulhan
2022-01-10
go.mod: update to latest share module
Shulhan
2021-10-17
all: fix empty fileMarkups on watcher
Shulhan
2021-10-10
all: rename type fileHTML to fileHtml
Shulhan
2021-07-09
go.mod: upgrade share module to v0.28.1-0.20210709045022-0cd813b8ae8a
Shulhan
2021-04-03
all: add option to exclude certain paths using regular expression
Shulhan
2021-04-03
all: change the Serve signature to ServeOptions
Shulhan
2021-03-04
all: update with latest share module
Shulhan
2021-02-21
all: return error instead of call log.Fatal on non main packages
Shulhan
2021-02-21
all: rewrite to use the watcher
Shulhan
2021-02-21
all: add the fileHTML type to fileMarkup type
Shulhan
2021-01-10
all: refactoring due to change on memfs package
Shulhan
2020-06-27
server: fix html template not being watched on change
Shulhan
2020-05-01
all: simplify serving content using function Serve
Shulhan
2020-05-01
all: embed the HTML template and the stylesheet
Shulhan
2020-03-30
go.mod: update share module
Shulhan
2020-03-24
all: rename markupFile to fileMarkup
Shulhan
2020-02-14
all: fix and suppress linter warnings
Shulhan
2019-09-27
all: include the template file in generated Go code
Shulhan
2019-09-25
all: implement search functionality
Shulhan
2019-08-14
cmd/ciigo: a CLI to convert, generate, and serve markup files
Shulhan
2019-08-05
server: add parameter to change the root directory
Shulhan
2019-08-05
all: add support for markdown markup language
Shulhan
[next]