aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan-Hao Wang <bses30074@gmail.com>2024-01-09 10:20:58 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2024-01-09 10:34:45 +0000
commitfc200ec8445f4fa82460beb9bb975ccb49d8fb55 (patch)
tree8276bd8d63f2eb0e2604687709bc42c5e1053f06
parent056887ea28cd2874fbc56e07d061e89aebdbdac7 (diff)
Status/2023Q4/freebsd-online-editor.adoc: Add report
Reviewed By: status (Pau Amma <pauamma@gundo.com>) Differential Revision: https://reviews.freebsd.org/D43260
-rw-r--r--website/content/en/status/report-2023-10-2023-12/freebsd-online-editor.adoc21
1 files changed, 21 insertions, 0 deletions
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.