From 2ceed211848cad183444485328c77c592e938566 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 5 Jul 2025 01:17:58 +0700 Subject: all: add project jarink --- .gitmodules | 4 ++++ _content/project/index.adoc | 9 +++++++++ _content/project/jarink/index.adoc | 1 + _project/src/jarink | 1 + 4 files changed, 15 insertions(+) create mode 120000 _content/project/jarink/index.adoc create mode 160000 _project/src/jarink diff --git a/.gitmodules b/.gitmodules index 2b8713c..95dd66c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,3 +38,7 @@ path = _project/src/rescached url = git@git.sr.ht:~shulhan/rescached branch = main +[submodule "_project/src/jarink"] + path = _project/src/jarink + url = git@git.sr.ht:~shulhan/jarink + branch = main diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 4e72a66..c3d6aef 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -100,6 +100,15 @@ Kamus Bahasa Indonesia untuk program hunspell. link:/project/hunspell-id/[Project page^] +=== jarink + +Jarink is a program to help web administrator and developers to inspect +and maintains their website. +Currently, it has the feature to scan and report for broken links. + +link:/project/jarink/[Project page^] + + === karajo karajo is the library and program to implement HTTP workers and manager diff --git a/_content/project/jarink/index.adoc b/_content/project/jarink/index.adoc new file mode 120000 index 0000000..7951eb4 --- /dev/null +++ b/_content/project/jarink/index.adoc @@ -0,0 +1 @@ +../../../_project/src/jarink/README \ No newline at end of file diff --git a/_project/src/jarink b/_project/src/jarink new file mode 160000 index 0000000..4ab1008 --- /dev/null +++ b/_project/src/jarink @@ -0,0 +1 @@ +Subproject commit 4ab100873276cf2a70798556f482a3289069d1f4 -- cgit v1.3