Tux Paint の Git リポジトリ
各種ソースコードとデータファイルは、Gitから入手することができます。("Git" は、バージョン管理システムの一種で、プロジェクトのソースコードに開発者やユーザーがアクセスして、あらゆる変更箇所を逐次ダウンロードできるものです。)
Gitに存在するのは、開発者が作業中の最新のソースコードですので、不完全であったり、不安定だったりすることがあります。安定リリース版をお探しであれば、ソースコードの最新リリース版、あるいは、お使いのプラットホーム用のコンパイル済みバージョンをダウンロードしてください。
- SourceForge上のGitページ
Tux Paint のGitリポジトリにアクセスするための情報
Git repositories exist for the following components of Tux Paint:
- tuxpaint - "Tux Paint" アプリケーション本体のソースコードと、と画像や効果音ファイル
- tuxpaint-docs - Tux Paint に同梱される各種ドキュメントの PHP 及び HTML のソースコード
- tuxpaint-stamps - スタンプ画像と説明文・効果音を集めたもの
- tuxpaint-config - Tux Paint 用のグラフィカルな設定ツール
- tuxpaint-website - このサイトを構成している、PHP, HTML 及び CSS のソースファイル、その他のデータ
Note: Atuxpaint-website-gallery
repository also exists. It contains the image files from the website's online gallery, to reduce the space and bandwidth required to check out the website's code and other data. Therefore, you may wish to usegit clone --depth 1 ...
to fetch thetuxpaint-website
repository, to avoid downloading historical gallery images.
Gitからのソースコードのダウンロード
-
読みとり専用で匿名(anonymous)のアクセスをするには、次のGitコマンドを実行してください:
git clone https://git.code.sf.net/p/tuxpaint/component component
- SourceForge.netにアカウントをお持ちの方で、Tux Paint のGitリポジトリへの書き込みアクセスをご希望の方は、Bill Kendrickまでご連絡下さい。その際、SourceForge.net のアカウント名を忘れずにお知らせ下さい。
-
開発者としてアクセスする際は、上記の匿名でのチェックアウトコマンドは使用しないでください。その代わりに、まず最初に次のどちらかのコマンドを使用します:
git clone ssh://username@git.code.sf.net/p/tuxpaint/component component
- Better yet, fork the repository you want to work on, make your changes there, and submit a pull request.
Gitの変更を追うには
SourceForgeのCommit Browserで各コンポーネントの変更点を確認して下さい:
External Repositories
Some external repositories also exist, generally for the purpose of maintaining specific ports or builds of Tux Paint. (For example, the Android mobile build, and the Flatpak build for various Linux platforms.) They may not be on SourceForge. See the Packaging Source for a list.
ご存じでしたか? 大人も Tux Paint をエンジョイしています!