index
:
ciigo
dev
main
Static web server with AsciiDoc and Markdown.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
watcher.go
Age
Commit message (
Expand
)
Author
2025-01-07
all: auto convert markup when HTTP client request GET to HTML file
Shulhan
2025-01-07
all: refactoring to use [watchfs/v2]
Shulhan
2024-09-28
all: introduce new type Ciigo
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: update comment on newWatcher
Shulhan
2023-11-09
all: add method to stop watcher
Shulhan
2023-10-13
all: print log message with log package
Shulhan
2023-05-14
all: rewrite watcher tests using lib/test.Data
Shulhan
2023-05-14
all: bring back support for Markdown
Shulhan
2022-08-06
all: cleaning up codes
Shulhan
2022-08-01
all: clean up codes
Shulhan
2022-08-01
all: export the Converter method to reload HTML template
Shulhan
2022-08-01
all: export convert method in Converter as ToHtmlFile
Shulhan
2022-08-01
all: export internal htmlGenerator as Converter
Shulhan
2022-05-19
all: reformat all files using latest goimports
Shulhan
2022-03-09
all: update the watcher affected by changes on share module
Shulhan
2022-03-04
all: re-licensing ciigo under GPL-3.0 or later
Shulhan
2022-02-19
all: realign all structs
Shulhan
2022-02-19
all: fix adoc files not re-converted when template file changes
Shulhan
2021-10-17
all: fix empty fileMarkups on watcher
Shulhan
2021-10-08
all: update share module to latest version
Shulhan
2021-04-07
all: replace any mention of asciidoc with markup
Shulhan
2021-04-03
all: add option to exclude certain paths using regular expression
Shulhan
2021-04-03
all: exclude common file and directories names for being watched
Shulhan
2021-04-03
all: change the Convert function to use type ConvertOptions
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: implement Watch functionality
Shulhan