ファイルへ移動
守矢諏訪子 fea93bdad0 1.3.0 2024-04-10 15:14:25 +09:00
common 1.3.0 2024-04-10 15:14:25 +09:00
locale
src 変なエンコーディングの変換 2024-04-10 15:12:59 +09:00
static
view
.gitignore
CHANGELOG.md 1.3.0 2024-04-10 15:14:25 +09:00
LICENSE.txt
Makefile
README.md
config.json
go.mod 変なエンコーディングの変換 2024-04-10 15:12:59 +09:00
go.sum 変なエンコーディングの変換 2024-04-10 15:12:59 +09:00
hozonsite.1
logo.jpg
main.go

README.md

保存サイト

世界初FOSS系ウエブアーカイバーです。

インストールする方法

OpenBSD

cd hozonsite
make
doas make install

FreeBSD

cd hozonsite
make
doas make install MANPREFIX=/usr/local/share/man

NetBSD

cd hozonsite
make
doas make install PREFIX=/usr/pkg MANPREFIX=/usr/pkg/share/man

Linux

cd hozonsite
bmake
doas bmake install PREFIX=/usr MANPREFIX=/usr/share/man