OSDN Git Service

更新履歴を別ファイルにして埋め込んだ
[serene/BuildMyDistro.git] / page / distribution.html
1 <!DOCTYPE html>
2 <html lang="ja">
3   <head>
4     <meta charset="utf-8">
5     <title>
6       【2019年版】Ubuntu系のLinuxディストリビューションを自作しよう 配布編
7     </title>
8     <meta name="description" content="
9       Ubuntu派生のLinux系OSの自作方法を解説したサイトです。
10       SereneLinuxの開発者が初心者でもできるUbuntu派生OSの作成方法を画像つきで解説します。
11       BodhiBuilderにあるバグの修正方法を解説しているのはここだけ!
12     ">
13     <link rel="stylesheet" href="../style/main-resp.css" media="screen and (max-width: 699px)">
14     <link rel="stylesheet" href="../style/main.css" media="screen and (min-width: 700px)">
15     <link rel="stylesheet" href="../code/vs2015.css">
16     <script src="../code/highlight.pack.js"></script>
17     <link rel="shortcut icon" href="../favicon.ico">
18
19     <!-- class="prettyprint linenums" でコードに色付け -->
20     <!-- <pre><code class="prettyprint linenums"></code></pre> -->
21   </head>
22   <body>
23     <header>
24       <h1>
25         【2019年版】Ubuntu系のOSを自作しよう 配布編
26       </h1>
27         <p>
28           BodhiBuilderを用いてオリジナルのOSを作成します。
29         </p>
30         <p>
31           自分の好きなデスクトップ環境やソフトウェアを入れてオリジナルのOSを作成しましょう。
32         </p>
33         <p>
34           実際に製作中のOS『SereneLinux』の実例を挙げながらわかりやすく解説していきます。
35           
36         </p>
37         <nav>
38           <ul class="topnav">
39             <li><a href="../index.html">トップページ</a></li>
40             <li><a href="preparation.html">準備編</a></li>
41             <li><a href="customize.html">カスタマイズ編</a></li>
42             <li><a href="makeiso.html">ISO作成編</a></li>
43             <li><a  class="active" href="distribution.html">配布編</a></li>
44             <li class="right"><a href="about.html">About</a></li>
45           </ul>
46         </nav>
47     </header>
48
49     <main>
50       <h2>
51         配布をする
52       </h2>
53       <p>
54         作成したISOを配布します
55       </p>
56       <p>
57         公式サイトを用意して、そこにリンクを設置します
58       </p>
59       <p>
60         実際にISOを置くのは
61         <a href="">GoogleDrive</a>
62         や
63         <a href="">アップローダ</a>
64         、
65         <a href="">MEGA</a>
66         などのアップロードできるサービスです
67       </p>
68       <p>
69         WordPressで公式サイトを作成します
70       </p>
71       <p>
72         おすすめのサーバは無料である程度利用できる
73         <a href="">Xfree</a>
74         です
75       </p>
76       <p>
77         
78       </p>
79     </main>
80
81
82     <footer>
83       It is provided by SereneLinux.
84       <br>
85       Copyright
86       &copy; 2019 SereneTeam All Rights Reserved.
87       <p>
88         <script type="text/javascript" src="//ct2.shinobi.jp/sc/1744984">
89         </script>
90         <noscript><img src="//ct2.shinobi.jp/ll/1744984" alt="カウンター">
91         </noscript>
92       </p>
93     </footer>
94
95
96   </body>
97 </html>