OSDN Git Service

[fix] : Fixed cowspace
[alterlinux/alterlinux.git] / docs / README_jp.md
1
2 <h2 align="center">Alter Linux - 誰でも使えることを目標にした日本製でArch Linux派生のOS</h2>
3
4 <p align="center">
5     <img src="../images/logo/color-black-catchcopy/AlterV6-LogowithCopy-Colored-DarkText-256px.png" alt="Alter Linux logo">
6 </p>
7 <p align="center">
8     <a href="https://alter.fascode.net/">
9         <img src="https://img.shields.io/badge/Maintained%3F-Yes-green?style=flat-square">
10     </a>
11     <a href="../LICENSE">
12         <img src="https://img.shields.io/github/license/FascodeNet/alterlinux?style=flat-square">
13     </a>
14     <a href="https://www.archlinux.org/">
15         <img src="https://img.shields.io/badge/BASE-ArchLinux-blue?style=flat-square&logo=arch-linux" alt="Base">
16     </a>
17     <a href="https://gitlab.archlinux.org/archlinux/archiso/-/tree/v48">
18         <img src="https://img.shields.io/badge/archiso--version-48--1-blue?style=flat-square&logo=arch-linux" alt="archiso-version">
19     </a>
20     <a href="https://github.com/FascodeNet/alterlinux/actions">
21         <img src="https://img.shields.io/github/workflow/status/fascodenet/alterlinux/ShellCheck%20CL?style=flat-square">
22     </a>
23     <a href="https://github.com/FascodeNet/alterlinux/issues">
24         <img src="https://img.shields.io/github/issues/FascodeNet/alterlinux?color=violet&style=flat-square&logo=github" alt="Issues">
25     </a>
26     <a href="https://github.com/FascodeNet/alterlinux/stargazers">
27         <img src="https://img.shields.io/github/stars/FascodeNet/alterlinux?color=yellow&style=flat-square&logo=github">
28     </a>
29     <a href="https://github.com/FascodeNet/alterlinux/network/members">
30         <img src="https://img.shields.io/github/forks/FascodeNet/alterlinux?style=flat-square">
31     </a>
32     <a href="https://github.com/FascodeNet/alterlinux/releases">
33         <img src="https://img.shields.io/github/v/release/FascodeNet/alterlinux?color=blue&include_prereleases&style=flat-square" alt="release">
34     </a>
35     <a href="https://github.com/FascodeNet/alterlinux/commits/">
36         <img src="https://img.shields.io/github/last-commit/FascodeNet/alterlinux?style=flat-square">
37     </a>
38     <a href="https://github.com/fascodeNet/alterlinux/">
39         <img src="https://img.shields.io/github/repo-size/fascodenet/alterlinux?style=flat-square">
40     </a>
41     <a href="https://github.com/FascodeNet/alterlinux">
42         <img src="https://img.shields.io/tokei/lines/github/fascodenet/alterlinux?style=flat-square">
43     </a>
44 </p>
45
46 <table>
47     <thead>
48         <tr>
49             <th style="text-align:center">
50                 <a href="README_jp.md">日本語</a>
51             </th>
52             <th style="text-align:center">
53                 <a href="README.md">English</a>
54             </th>
55         </tr>
56     </thead>
57 </table>
58
59 <h2>〈概要〉</h2>
60 Alter LinuxはArch Linuxをベースに開発されている新しいOSです。<br>
61 Alter Linuxの最新の開発状況は<a href="https://github.com/orgs/FascodeNet/projects/2">プロジェクトボード</a>を確認してください。<br>
62 ユーザ向けのアナウンスや不具合等の情報は<a href="https://alter.fascode.net/">公式サイト</a>をご覧ください。
63
64 <h2>〈ダウンロード〉</h2>
65 イメージファイルは<a href="https://alter.fascode.net/#downloads">公式サイト</a>からダウンロードできます。
66 <br>
67 <b>私達はリポジトリやイメージファイル配布用のミラーサーバ提供者を募集しております。</b>
68 <br>
69 もし私達にミラーを提供して頂ける場合は開発者のTwitterまでお願いします。
70
71 <h2>〈Screenshots〉</h2>
72 <h3>Xfce</h3>
73 <img src="../images/screenshot/desktop-xfce.png" alt="screenshot" width="50%">
74
75 <h3>Plasma</h3>
76 <img src="../images/screenshot/desktop-plasma.png" alt="screenshot" width="50%">
77
78 <h3>Lxde</h3>
79 <img src="../images/screenshot/desktop-lxde.png" alt="screenshot" width="50%">
80
81 <h3>Gnome</h3>
82 <img src="../images/screenshot/desktop-gnome.png" alt="screenshot" width="50%">
83
84 <h3>Cinnamon</h3>
85 <img src="../images/screenshot/desktop-cinnamon.png" alt="screenshot" width="50%">
86
87 <h3>i3wm</h3>
88 <img src="../images/screenshot/desktop-i3wm.png" alt="screenshot" width="50%">
89
90 <h2>〈特徴〉</h2>
91 <ul>
92     <li>既に構築されたArch Linux環境をGUIでインストールできます</li>
93     <li>64bitだけでなく、32bit(i686)もリリースしています</li>
94     <li>32bit版はPAE(物理アドレス拡張)を必要としません。</li>
95     <li>既に完全に日本語化されており、インストールしてすぐに日本語入力を使用できます</li>
96     <li>デフォルトでZENカーネルを採用</li>
97     <li>洗練されたUIやテーマ、アイコンを搭載しています</li>
98     <li><code>aptpac</code>で<cpde>apt</code>の構文をそのまま使用できます</li>
99     <li>デフォルトでPipewireによる、高品質なオーディオが使えます</li>
100     <li>archisoをベースとしたフレームワークにより簡単に派生OSを開発できます</li>
101 </ul>
102
103 <h2>〈ブランチ〉</h2>
104 主要なブランチは以下のとおりです。これ以外のブランチは一時的なものや特定の用途で使われているものです。
105
106 <table>
107     <thead>
108         <tr>
109             <th>
110                 <a href="https://github.com/FascodeNet/alterlinux/tree/master">master</a>
111             </th>
112             <th>    
113                 <a href="https://github.com/FascodeNet/alterlinux/tree/stable">stable</a>
114             </th>
115             <th>
116                 <a href="https://github.com/FascodeNet/alterlinux/tree/dev-stable">dev-stable</a>
117             </th>
118             <th>
119                 <a href="https://github.com/FascodeNet/alterlinux/tree/dev">dev</a>
120             </th>
121         </tr>
122     </thead>
123     <tbody>
124         <tr>
125             <td>
126                 最も安定しています。バグの修正などは遅れる場合があります。
127             </td>
128             <td>
129                 リリース候補です。ほとんどのバグが修正されています。
130             </td>
131             <td>
132                 定期的に更新されます。比較的安定していて、最新の機能や修正を利用できます。*
133             </td>
134             <td>
135                 常に更新されます。問題が多数残っている場合があります。
136             </td>
137         </tr>
138     </tbody>
139 </table>
140
141
142 <h2>〈意見や感想について〉</h2>
143 もしAlter Linuxが起動しない、使いにくい、標準でインストールしてほしいソフトウェアがある、など意見がございましたらどうぞ遠慮なく<a href="https://github.com/FascodeNet/alterlinux/issues">Issues</a>まで意見をお寄せください。<br>
144 私達はAlter Linuxをより良いものにするために様々なユーザーの意見を募集しています。<br>
145
146 <h2>〈バグ報告やプルリクエストを送る際は〉</h2>
147 必ず<a href="CONTRIBUTING.md">CONTRIBUTING.md</a>を読んでください。
148
149
150 <h2>〈ドキュメント〉</h2>
151 一部のドキュメントは情報が古かったり、一部の言語しかない場合が有ります。<br>
152 また、全てのドキュメントは<code>docs</code>ディレクトリにあります。<br>
153 もし誤字脱字や実際と異なる表記を見つけた場合はIssuesで報告して下さい。<br>
154 <ul>
155     <li><a href="jp/BUILD.md">Alter Linuxをビルドする</a></li>
156     <li><a href="jp/SOFTWARE.md">独自のパッケージのソースコードについて</a></li>
157     <li><a href="jp/CHANNEL.md">チャンネルに関する仕様</a></li>
158     <li><a href="jp/PACKAGE.md">パッケージリストについての注意</a></li>
159     <li><a href="jp/DOCKER.md">Docker上でビルドする方法</a></li>
160     <li><a href="jp/KERNEL.md">新しいカーネルを追加する方法</a></li>
161     <li><a href="jp/CONFIG.md">ビルドの設定ファイルについて</a></li>
162     <li><a href="jp/CHANNEL_2_to_3.md">AlterISO2のチャンネルを3に対応させる</a></li>
163 </ul>
164
165
166 <h2>〈起動できない場合〉</h2>
167 ブート時のアニメーションを無効化してブートし、ログを確認することができます。<br>
168 ディスクから起動し、<code>Boot Alter Linux without boot splash (x86_64)</code>を選択して下さい。<br>
169 また、発生した状況や機種名などを記載の上<a href="https://github.com/FascodeNet/alterlinux/issues">こちら</a>までご報告をお願いします。
170
171
172 <h2>〈FascodeNetworkと開発者について〉</h2>
173 <a href="https://fascode.net/">Fascode Network</a>は学生を主体とする創作チームです。<br>
174 <a href="https://alter.fascode.net/">Alter Linux</a>と<a href="https://serene.fascode.net/">SereneLinux</a>の開発を行っています。
175
176 <h3>公式Twitterアカウント</h3>
177 <a href="https://twitter.com/FascodeNetwork">
178     <img src="https://pbs.twimg.com/profile_images/1245716817831530497/JEkKX1XN_400x400.jpg" width="100px">
179 </a>
180 <a href="https://twitter.com/Fascode_JP">
181     <img src="https://pbs.twimg.com/profile_images/1245682659231068160/Nn5tPUvB_400x400.jpg" width="100px">
182 </a>
183
184 <h3>開発者Twitterアカウント</h3>
185 <a href="https://twitter.com/Hayao0819">
186     <img src="https://avatars1.githubusercontent.com/u/32128205" width="100px">
187 </a>
188 <a href="https://twitter.com/Pixel_3a">
189     <img src="https://avatars0.githubusercontent.com/u/48173871" width="100px">
190 </a>
191 <a href="https://twitter.com/yangniao23">
192     <img src="https://avatars0.githubusercontent.com/u/47053316" width="100px">
193 </a>
194 <a href="https://twitter.com/Watasuke102">
195     <img src="https://avatars3.githubusercontent.com/u/36789813" width="100px">
196 </a>
197 <a href="https://twitter.com/kokkiemouse">
198     <img src="https://avatars0.githubusercontent.com/u/39451248" width="100px">
199 </a>
200 <a href="https://twitter.com/stmkza">
201     <img src="https://avatars2.githubusercontent.com/u/15907797" width="100px">
202 </a>
203 <a href="https://twitter.com/yamad_linuxer">
204     <img src="https://avatars1.githubusercontent.com/u/45691925" width="100px">
205 </a>
206 <a href="https://twitter.com/tukutun27">
207     <img src="https://pbs.twimg.com/profile_images/1278526049903497217/CGMY5KUr.jpg" width="100px">
208 </a>
209 <a href="https://twitter.com/naoko1010hh">
210     <img src="https://avatars1.githubusercontent.com/u/50263013" width="100px">
211 </a>
212
213 <h3>Special Thanks</h3>
214 <a href="https://twitter.com/s29kt_Tsukkun">
215     <img src="https://avatars2.githubusercontent.com/u/74809846" width="100px">
216 </a>
217 <a href="https://twitter.com/sunset09160306">
218     <img src="https://avatars1.githubusercontent.com/u/61398531" width="100px">
219 </a>
220