Gitレポジトリーの名前の変更

このコミットが含まれているのは:
守矢諏訪子 2023-03-31 11:09:04 +09:00
コミット 4653682860
4個のファイルの変更4行の追加6行の削除

ファイルの表示

@ -6,13 +6,13 @@ The world's first free and open source web archiver.
## 設置方法 ## 設置方法
```sh ```sh
git clone https://gitler.moe/TechnicalSuwako/hozon.site.git && cd hozon.site/www git clone https://gitler.moe/suwako/hozon.site.git && cd hozon.site/www
chown nginx:nginx archive chown nginx:nginx archive
``` ```
OR OR
```sh ```sh
git clone https://gitler.moe/TechnicalSuwako/hozon.site.git && cd hozon.site/www git clone https://gitler.moe/suwako/hozon.site.git && cd hozon.site/www
chown www-data:www-data archive chown www-data:www-data archive
``` ```

ファイルの表示

@ -12,5 +12,4 @@
define('LOC_DONO_PAGE_HOZON', 'Which page will you archive?'); define('LOC_DONO_PAGE_HOZON', 'Which page will you archive?');
define('LOC_HOZON', 'Archive'); define('LOC_HOZON', 'Archive');
define('LOC_SOURCE_CODE', 'Source code'); define('LOC_SOURCE_CODE', 'Source code');
define('LOC_076_AIB', '076 Anonymous Independent Business');
?> ?>

ファイルの表示

@ -12,5 +12,4 @@
define('LOC_DONO_PAGE_HOZON', 'どのページを保存しますか?'); define('LOC_DONO_PAGE_HOZON', 'どのページを保存しますか?');
define('LOC_HOZON', '保存'); define('LOC_HOZON', '保存');
define('LOC_SOURCE_CODE', 'ソースコード'); define('LOC_SOURCE_CODE', 'ソースコード');
define('LOC_076_AIB', '匿名自営業076');
?> ?>

ファイルの表示

@ -142,7 +142,7 @@
<div class="body"> <div class="body">
<p> <p>
<a href="/"><?= LOC_TOP; ?></a> | <a href="/"><?= LOC_TOP; ?></a> |
<?= LOC_BETA_BAN1; ?><a href="https://gitler.moe/TechnicalSuwako/hozon.site/issues"><?= LOC_BETA_BAN2; ?></a> <?= LOC_BETA_BAN1; ?><a href="https://gitler.moe/suwako/hozon.site/issues"><?= LOC_BETA_BAN2; ?></a>
</p> </p>
<form method="post" action="/"> <form method="post" action="/">
<div class="switchlang"> <div class="switchlang">
@ -187,7 +187,7 @@
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">
<a href="https://gitler.moe/TechnicalSuwako/hozon.site"><img src="/git.png" alt="<?= LOC_SOURCE_CODE; ?>" /></a> | <a href="https://076.moe"><?= LOC_076_AIB; ?></a> <a href="https://gitler.moe/suwako/hozon.site"><img src="/git.png" alt="<?= LOC_SOURCE_CODE; ?>" /></a> | <a href="https://076.moe/"></a>
</div> </div>
</body> </body>
</html> </html>