aboutsummaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
Diffstat (limited to '_doc')
-rw-r--r--_doc/CHANGELOG.adoc23
l---------_doc/README.adoc1
-rw-r--r--_doc/index.adoc25
3 files changed, 49 insertions, 0 deletions
diff --git a/_doc/CHANGELOG.adoc b/_doc/CHANGELOG.adoc
new file mode 100644
index 0000000..4325949
--- /dev/null
+++ b/_doc/CHANGELOG.adoc
@@ -0,0 +1,23 @@
+// SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+= CHANGELOG
+:toc:
+:sectanchors:
+:sectlinks:
+
+[#v0.2.0]
+== haminer v0.2.0 (2022-08-20)
+
+This release relicensing the software to GPLv3, add support for forwarding
+logs to InfluxDB v2 and questdb [1].
+
+[1] https://questdb.io.
+
+
+[#v0.1.0]
+== haminer v0.1.0
+
+=== Features
+
+* Forwarding logs to InfluxDB
+* Preprocessing http URL for grouping in InfluxDB
diff --git a/_doc/README.adoc b/_doc/README.adoc
new file mode 120000
index 0000000..59a23c4
--- /dev/null
+++ b/_doc/README.adoc
@@ -0,0 +1 @@
+../README \ No newline at end of file
diff --git a/_doc/index.adoc b/_doc/index.adoc
new file mode 100644
index 0000000..c671d51
--- /dev/null
+++ b/_doc/index.adoc
@@ -0,0 +1,25 @@
+= haminer
+:toc:
+:sectanchors:
+:sectlinks:
+
+Welcome to haminer.
+
+haminer is a library and a program to write static web server with embedded
+files using AsciiDoc markup format.
+
+== Documentation
+
+link:CHANGELOG.html[CHANGELOG^]:: History of each release.
+
+link:README.html[README^]:: User manual page for haminer.
+
+== Development
+
+https://git.sr.ht/~shulhan/haminer[Repository^]:: Link to the source code.
+
+https://lists.sr.ht/~shulhan/public-inbox[Mailing list^]:: Link to development
+and discussion.
+
+https://todo.sr.ht/~shulhan/haminer[Issues^]:: Link to submit an issue,
+feedback, or request for new feature.