|
|
1.1 root 1: <!--
2: nono
3: Copyright (C) 2022 nono project
4: Licensed under nono-license.txt
5: -->
6: <html>
7: <head>
8: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9: <title>nono document</title>
10: <style type="text/css">
11: /* https://jfly.uni-koeln.de/colorset/ */
12:
13: :root {
14: --blue: rgb( 0, 90, 255);
15: --brown: rgb(128, 64, 0);
16: --green: rgb( 3, 175, 122);
17: --grey: rgb(132, 145, 158);
18: --cream: rgb(255, 255, 128);
19: --yellow-green: rgb(216, 242, 85);
20: --light-pink: rgb(255, 202, 191);
21: --light-green: rgb(119, 217, 168);
22: --light-grey: rgb(200, 200, 203);
23:
24: --bg-grey: rgb(220, 220, 223);
25: }
26: body {
27: background-color: var(--bg-grey);
28: }
29: q {
30: color: var(--brown);
31: }
32: q:before {
33: content: "[";
34: }
35: q:after {
36: content: "]";
37: }
38: dt.dt-indent {
39: padding-left: 1ex;
40: }
1.1.1.2 ! root 41: .h4 {
! 42: font-weight: bold;
! 43: font-size: 110%;
! 44: }
! 45: .h5 {
! 46: font-weight: bold;
! 47: padding-left: 1ex;
! 48: }
1.1 root 49: .main {
1.1.1.2 ! root 50: margin-left: 2em;
! 51: }
! 52: .main1 {
1.1 root 53: margin-left: 1em;
54: }
55: .cons {
56: background-color: black;
57: color: white;
58: }
59: .file {
60: background-color: white;
61: color: black;
62: }
63: .strike {
64: color: var(--grey);
65: }
66: .strike > q {
67: color: var(--grey);
68: }
69: .new {
70: background-color: var(--light-green);
71: }
72: .new > q {
73: background-color: var(--light-green);
74: }
75: </style>
76: </head>
77: <body>
78: <h3>nono</h3>
79: <hr>
80:
81: <h4>ver 0.2.x から ver 0.3.0 への移行方法 <q>How to migrate from ver 0.2.x to ver 0.3.0</q></h4>
1.1.1.2 ! root 82: <div class="main1">
1.1 root 83: ver 0.3.0 ではデバッガに関する設定項目が ver 0.2.x までとは変更になっています。
84: これらを設定ファイルに記載している場合は
85: <a href="#configuration">このドキュメントの設定の章</a
86: >を参照して修正してください。
87: <q>Configuration about debugger has been changed from ver 0.2.x to ver 0.3.0.
88: If your configuration file has them, please update by yourself.
89: See <a href="#configuration">Configuration section in this document</a>.</q>
90: <p>
91: 以下の設定項目は廃止になりました。
92: <q>The following item has been removed.</q>
93: <br>
94: <blockquote style="background-color: var(--light-pink);"><pre>
95: debugger-port = (default: 0)
96: </pre></blockquote>
97: 代わりに以下の2つが追加されています。
98: <q>Instead, the following two items are added.</q>
99: <blockquote style="background-color: white;"><pre>
100: debugger-driver = (default: none)
101: debugger-tcp-port = (default: 0)
102: </pre></blockquote>
103: </div>
104:
105: <hr>
106: nono project
107: </body>
108: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.