おかゆグループアーカイブ

server

ファイル名 サイズ 更新日時
.git2024-12-17 14:59:06
.idea2024-12-16 23:35:35
lib2024-12-16 23:33:08
index.php8.96 KB2024-12-17 14:59:06
styles.css1.51 KB2024-12-17 00:03:16
sample_config.ini361 B2024-12-16 23:35:35
config.ini100 B2024-12-16 23:35:19
LICENSE1.07 KB2024-12-16 23:33:08
README.md591 B2024-12-16 23:33:08
languages.json721 B2024-12-16 23:33:08

index.php

LICENSE

MIT License

Copyright (c) 2024 おかゆグループ (OkayuGroup)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

README.md

OkayuGroup Archive

What is this?

This project is a source code to display the archive of OkayuGroup.

This is just a code, not the actual archive. The actual archive is stored in the official OkayuGroup server.

How to use?

You can see the archive by visiting the OkayuGroup Archive.

How to contribute?

You can contribute by adding new data to the archive. You can do this by creating a pull request to this repository.

Development

Environment

  • PHP 8.0
  • Nginx

Dependencies

languages.json

{
  "ja": {
    "title": "おかゆグループアーカイブ",
    "description": "おかゆグループのアーカイブです。",
    "download_zip": "ZIPでダウンロード",
    "file": "ファイル名",
    "size": "サイズ",
    "mtime": "更新日時",
    "download": "ダウンロード",
    "back": "戻る",
    "file_too_large": "ファイルが大きすぎます。"
  },
  "en": {
      "title": "Okayu Group Archive",
      "description": "This is an archive of the Okayu Group.",
      "download_zip": "Download ZIP",
      "file": "File",
      "size": "Size",
      "mtime": "Modified",
      "download": "Download",
      "back": "Back",
      "file_too_large": "The file is too large."
  }
}