SVNからのミラー

This commit is contained in:
2026-01-21 03:59:11 +09:00
commit 8bc2fa7dfd
30 changed files with 1250 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# 保存サイト
世界初FOSS系ウエブアーカイバーです。
# インストールする方法
## OpenBSD
```sh
cd hozonsite
make
doas make install
```
## FreeBSD
```sh
cd hozonsite
make
doas make install MANPREFIX=/usr/local/share/man
```
## NetBSD
```sh
cd hozonsite
make
doas make install PREFIX=/usr/pkg MANPREFIX=/usr/pkg/share/man
```
## Linux
```sh
cd hozonsite
bmake
doas bmake install PREFIX=/usr MANPREFIX=/usr/share/man
```