diff options
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | _content/project/index.adoc | 9 | ||||
| l--------- | _content/project/jarink/index.adoc | 1 | ||||
| m--------- | _project/src/jarink | 0 |
4 files changed, 14 insertions, 0 deletions
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 +Subproject 4ab100873276cf2a70798556f482a3289069d1f |
