|
@@ -1,9 +1,71 @@
|
|
|
-["Developer Documentation"]
|
|
|
-
|
|
|
-# Developer Documentation
|
|
|
-Welcome to the documentation for developers.
|
|
|
+["觀迎來到開發者文件!"]
|
|
|
+
|
|
|
+# 開發者文件
|
|
|
+觀迎來到開發者文件
|
|
|
+
|
|
|
+***如果您只想要部署或使用系統的,請參閱另一份文件。***
|
|
|
+
|
|
|
+## 觀迎來到ArOZ Online System
|
|
|
+就多實際操作是學習的最好方法。 在本文件將會解釋如何去開發一個全新的WebApp模組,你將可能需要使用到HTML + CSS + PHP + Javascript。請放心,建立WebApp的過程就如建立普通網站一樣簡單。
|
|
|
+
|
|
|
+ 本文件的簡稱,術語如下表所示。
|
|
|
+
|
|
|
+<table class="ts table">
|
|
|
+<thead>
|
|
|
+ <tr>
|
|
|
+ <th>簡寫</th>
|
|
|
+ <th>全寫</th>
|
|
|
+ <th>意思</th>
|
|
|
+ </tr>
|
|
|
+</thead>
|
|
|
+<tbody>
|
|
|
+<tr>
|
|
|
+<td>AOR</td>
|
|
|
+<td>ArOZ Online 根目錄</td>
|
|
|
+<td>PHP的根目錄,大部份程況下位於 /var/www/html/AOB/</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>AOB</td>
|
|
|
+<td>ArOZ Online Beta</td>
|
|
|
+<td>Beta 版的 ArOZ Online System.有些模細使用ArOZ Online Beta來表示其版本.</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>File Explorer</td>
|
|
|
+<td>ArOZ File System 子系統橋接器</td>
|
|
|
+<td>橋接底層Linux的系統。 位於 ./SystemAOB/functions/file_system/*</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>JWT</td>
|
|
|
+<td>Json Web Token</td>
|
|
|
+<td>請查閱 https://jwt.io//</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>UMfilename<br></td>
|
|
|
+<td>Upload Manager Unicode Encoding File Naming Method (上傳管理用檔名萬國碼表示方式)</td>
|
|
|
+<td>可以使用原本不受支援的檔名,使用"inith"為檔名開頭,接著是十六進制化後的檔名</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>HEXfoldername</td>
|
|
|
+<td>十六進制化資料夾名稱<br></td>
|
|
|
+<td>十六進制化後可以使用原本不受支援的資料夾名稱</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>VDI</td>
|
|
|
+<td>Virtual Desktop Mode (虛擬桌面模式)</td>
|
|
|
+<td>Desktop模組+ function_bar.php</td>
|
|
|
+</tr>
|
|
|
+</tbody>
|
|
|
+</table>
|
|
|
+
|
|
|
+## 系統內置 IDE
|
|
|
+ArOZ Online System 允許於運作時同步修改系統,令你的程式可更快顯示於系統上
|
|
|
+我們建議使用Notepad++ / NotepadA (ArOZ Online WebApp 模組)來開發你的WebApp。當然你亦可以使用其他IDE如Vim / VSCode。但總括而言,修改方式可分成2類
|
|
|
+
|
|
|
+1. 遠端修改,例如透過 Samba or SSH / WinSCP
|
|
|
+2. 直接放ArOZ Online使用軟件(例如NotepadA)修改
|
|
|
+
|
|
|
+希望認識 NotepadA 的人請參閱使用手冊。
|
|
|
|
|
|
-***If you are normal users whom want to deploy and use the system, read the standard documentation instead.***
|
|
|
|
|
|
|
|
|
|