|
|
1.1 root 1: <!--
2: nono
3: Copyright (C) 2022 nono project
4: Licensed under nono-license.txt
5: -->
6: <?php require_once "common.php"; ?>
1.1.1.3 ! root 7: <html>
! 8: <head>
! 9: <?php print_head_common(); ?>
! 10: <title>nono: Upgrade to 0.3.0</title>
! 11: </head>
1.1 root 12: <body>
13: <h3>nono</h3>
14: <hr>
15:
16: <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 17: <div class="main1">
1.1 root 18: ver 0.3.0 ではデバッガに関する設定項目が ver 0.2.x までとは変更になっています。
19: これらを設定ファイルに記載している場合は
20: <a href="#configuration">このドキュメントの設定の章</a
21: >を参照して修正してください。
22: <q>Configuration about debugger has been changed from ver 0.2.x to ver 0.3.0.
23: If your configuration file has them, please update by yourself.
24: See <a href="#configuration">Configuration section in this document</a>.</q>
25: <p>
26: 以下の設定項目は廃止になりました。
27: <q>The following item has been removed.</q>
28: <br>
29: <blockquote style="background-color: var(--light-pink);"><pre>
30: debugger-port = (default: 0)
31: </pre></blockquote>
32: 代わりに以下の2つが追加されています。
33: <q>Instead, the following two items are added.</q>
34: <blockquote style="background-color: white;"><pre>
35: debugger-driver = (default: none)
36: debugger-tcp-port = (default: 0)
37: </pre></blockquote>
38: </div>
39:
40: <hr>
41: nono project
42: </body>
43: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.