{"id":19723953,"url":"https://github.com/wraith13/sepiatournament","last_synced_at":"2025-07-24T14:36:15.315Z","repository":{"id":83857418,"uuid":"52373368","full_name":"wraith13/sepiatournament","owner":"wraith13","description":"online tournament tool","archived":false,"fork":false,"pushed_at":"2017-08-03T21:50:14.000Z","size":1915,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T16:42:06.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wraith13.png","metadata":{"files":{"readme":"readme.txt","changelog":"history.txt","contributing":null,"funding":null,"license":"LICENSE_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-23T16:24:10.000Z","updated_at":"2016-02-23T16:47:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"4842331a-7eae-45c7-9dd8-9d9598c199ed","html_url":"https://github.com/wraith13/sepiatournament","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fsepiatournament","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fsepiatournament/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fsepiatournament/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fsepiatournament/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wraith13","download_url":"https://codeload.github.com/wraith13/sepiatournament/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241045517,"owners_count":19899665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T23:24:02.997Z","updated_at":"2025-02-27T18:45:58.626Z","avatar_url":"https://github.com/wraith13.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■\n■\n■  sepiatournament\n■\n\nこのツールは Wii U 用ゲームソフト、『スプラトゥーン』で草の根的に行われる\n各種トーナメント形式での大会向けのトーナメント管理ツールです。スプラトゥーン\nの為に開発していますが、このツール自体は汎用的なオンライントーナメントツール\nとなる予定です。\n\n■splatournament との関係\n当初、 splatournament として開発を進めていましたが、よくよく調べてみると\n海外の任天堂公式が使ってる名前と被っていたのでサーバー版の開発を進めるに\nあたり、新たに sepiatournament の名前のプロジェクトを起こしました。旧\nsplatournament のほうはファイル版として残してあります。\n\n\n■solomon について\nこのプロジェクトでは solomon を使ってますが、やってることはただビルド毎の\nスナップショットを録りつつ、ビルド番号を自動的にインクリメントしたいだけ\nなので、必ずしもは必要ありません。 solomon は次の URL を参照してください。\n\nhttp://bitbucket.org/wraith13/solomon/ (本家)\nhttps://github.com/wraith13/solomon (github上のコピー)\n\n\n■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■\n■\n■  構成\n■\n\n■.\\readme.txt\n　→このファイルです。\n\n■.\\history.txt\n　→リリース用パッケージを作成するバッチファイル。\n\n■.\\LICENSE_1_0.txt\n　→このソフトウェアで採用しているライセンス\n\n■.\\snapshot\n　→ solomon によって作成されるディレクトリです。\n\n■.\\snapshot\\result\\default\n　→ solomon によって作成されるリリース用ディレクトリです。\n\n■.\\snapshot\\passed.compile\n　→ solomon によってビルドの度にこのディレクトリ下でビルド毎の\n　　source ディレクトリのバックアップが作成されます。\n\n■.\\source\n　→ ソースディレクトリです。\n\n■.\\source\\db\n　→ DB 関連のディレクトリです。\n\n■.\\source\\solomon\n　→ solomon 関連のディレクトリです。\n\n■.\\source\\solomon\\build.cmd\n　→ビルドを実行するバッチファイルです。このコマンドの実行には\n　　solomon が必要になります。\n\n■.\\source\\web\n　→このプロジェクトの主たるファイルのマスターが格納されるディレクトです。\n\n■.\\source\\VERSION.cmd\n　→次回ビルドに version.json に展開されるバージョン番号が格納される\n　　バッチファイルです。ビルドの度に自動的にビルド番号がインクリメント\n　　されます。\n\n■.\\testsnap\n　→ solomon がビルドを行う時に実際に本体ビルドを実行するディレクトリです。\n\n\n■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■\n■\n■  ライセンス\n■\n\nBoost Software License - Version 1.0 を採用しています。\n詳細は .\\LICENSE_1_0.txt を参照してください。\n\n日本語参考訳: http://hamigaki.sourceforge.jp/doc/html/license.html\n\n\n■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■\n■\n■  バージョン採番ルール\n■\n\n■バージョン表記のフォーマット: A.BB.CCC\n\n■メジャーバージョン番号(A):\n明らかな非互換の変更が行われた際にインクリメント。\n桁数は不定。\n\n■マイナーバージョン番号(BB):\n機能追加や上位互換と判断できる仕様変更が行われた際にインクリメント。\n桁数は2桁固定。\n\n■ビルド番号(CCC):\nバグフィックスや仕様変更というほどでもない微細な修正が行われた際にインクリ\nメント。\n桁数は3桁固定。\n\n■細則\n・各番号は0始まりとする。\n・固定桁に足りない場合は先頭を0埋めする。\n・番号が固定桁で足りなくなった場合は、上位の番号をインクリメントする。\n・上位の番号がインクリメントされた場合、下位の番号は0にリセットする。\n\n\n■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■\n■\n■  End Of Document\n■\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fsepiatournament","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwraith13%2Fsepiatournament","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fsepiatournament/lists"}