git: fc200ec844 - main - Status/2023Q4/freebsd-online-editor.adoc: Add report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jan 2024 11:12:06 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=fc200ec8445f4fa82460beb9bb975ccb49d8fb55 commit fc200ec8445f4fa82460beb9bb975ccb49d8fb55 Author: Yan-Hao Wang <bses30074@gmail.com> AuthorDate: 2024-01-09 10:20:58 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-01-09 10:34:45 +0000 Status/2023Q4/freebsd-online-editor.adoc: Add report Reviewed By: status (Pau Amma <pauamma@gundo.com>) Differential Revision: https://reviews.freebsd.org/D43260 --- .../freebsd-online-editor.adoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/content/en/status/report-2023-10-2023-12/freebsd-online-editor.adoc b/website/content/en/status/report-2023-10-2023-12/freebsd-online-editor.adoc new file mode 100644 index 0000000000..88bae2050c --- /dev/null +++ b/website/content/en/status/report-2023-10-2023-12/freebsd-online-editor.adoc @@ -0,0 +1,21 @@ +=== FreeBSD Online Editor and Man Page Editor + +Links: + +link:https://github.com/Wang-Yan-Hao/FreeBSD-Online-Document-Editor[FreeBSD Online Document Editor] URL: link:https://github.com/Wang-Yan-Hao/FreeBSD-Online-Document-Editor[] + +link:https://github.com/Wang-Yan-Hao/man_page_editor[FreeBSD Online Man Page Editor] URL: link:https://github.com/Wang-Yan-Hao/man_page_editor[] + +Contact: Yan-Hao Wang <bses30074@gmail.com> + +Contact: Li-Wen Hsu <lwhsu@FreeBSD.org> + +This report provides a continued overview of the FreeBSD online editor and man page editor project, outlining recent efforts to enhance the documentation and manual page editing processes. +In order to optimize the project's structural integrity, we enlisted the expertise of a professional front-end programmer. +We plan to release the editor soon and currently have some tasks that require additional support. + +1. We are actively seeking a qualified individual to conduct a comprehensive front-end security review of the project. + +2. A meticulous inspection of the JavaScript code is imperative to ensure its robustness and efficiency. +We are looking for someone with expertise to thoroughly examine the codebase, identify any issues, and propose enhancements for optimal performance. + +3. Since there is currently no existing JavaScript library for rendering mandoc, I had to create my own. +However, there are still some hidden errors that emerge during the editing process. +We are seeking assistance to fix these rendering issues.