Jim Huang
Jim Huang
> 虽然用的LGPL,其实不管你怎么使用都可以,只有一个要求,如果修改了AWTK本身,我们有权利要求您开源修改部分的代码。目的是希望大家一起完善AWTK,防止一些公司私有化,维护自己的版本。 是否考慮改用 [Mozilla Public License 2.0](https://opensource.org/licenses/MPL-2.0) (MPL-2.0) 呢? 若採用 MPL 的源碼經過修改後,必須也要採用 MPL 2.0 釋出。但是如果不是修改 MPL 的檔案,而是連結 (靜態與動態連結皆可) 或使用 MPL 的檔案,則是可以採用其他協議,也就是不需一定要開放源碼。
Thank @holmescn for working on Antor based reformatting. I would like to consult @fennecJ and @Hsins .
Can you check grammar with [Grammarly](https://www.grammarly.com/) and alternatives such as [Trinka](https://www.trinka.ai/trinka-vs-grammarly)?
Thank @tzuyichan for contributing!
> Besides, why do you use the documentclass `book` but use `\section{}` insteaf of `\chapter{}`? Is there any concern? The TeX script was converted from [Org mode for Emacs](https://orgmode.org/), and...
Due to historical reasons, LKMPG was poor at its documentation organization. That is, the sections/chapters were tattered from the perspective of a complete programming guide. Before the modularization, it would...
@johnnylord, can you attempt to contribute preliminary descriptions along with sample code for device tree? * https://github.com/johnnylord/drivers/tree/main/06-devicemodel * https://github.com/johnnylord/drivers/tree/main/07-platform
make4ht is used for HTML generation (#20), and I would like to stick to LaTeX script at present.
It is a known issue, and I would not maintain MazuCC though.
@eecheng87, we can follow [the way how Linux kernel removed VLA](https://www.phoronix.com/scan.php?page=news_item&px=Linux-Kills-The-VLA). That is, enforce compilation argument `-Wvla`.