diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-30 01:49:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-30 01:49:09 +0700 |
| commit | dbd4ef2080b4c835cdea37baa984cec54fabacaf (patch) | |
| tree | 42834a403d2637200177f2dab331dfe2fe563850 | |
| parent | 58e7cb2510f0282c42ef208114a3aa76ab4e23f2 (diff) | |
| download | kilabit.info-dbd4ef2080b4c835cdea37baa984cec54fabacaf.tar.xz | |
all: add project haminer
| -rw-r--r-- | .gitmodules | 4 | ||||
| l--------- | _content/project/haminer | 1 | ||||
| -rw-r--r-- | _content/project/index.adoc | 3 | ||||
| m--------- | _project/src/haminer | 0 |
4 files changed, 7 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index f80d598..181bbfe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,7 @@ path = _project/src/gotp url = git@git.sr.ht:~shulhan/gotp branch = main +[submodule "_project/src/haminer"] + path = _project/src/haminer + url = git@git.sr.ht:~shulhan/haminer + branch = main diff --git a/_content/project/haminer b/_content/project/haminer new file mode 120000 index 0000000..20c7ab8 --- /dev/null +++ b/_content/project/haminer @@ -0,0 +1 @@ +../../_project/src/haminer/_doc
\ No newline at end of file diff --git a/_content/project/index.adoc b/_content/project/index.adoc index dea4c8d..687aa6a 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -89,7 +89,8 @@ link:/project/gotp/[Project page^] haminer is a library and program to parse and forward HAProxy logs to InfluxDB for mining HTTP requests. -https://sr.ht/~shulhan/haminer/[Project page^] +link:/project/haminer/[Project page^] + === hunspell-id diff --git a/_project/src/haminer b/_project/src/haminer new file mode 160000 +Subproject 5aa9337aeae709244846782ac98f276ad7965d7 |
