Dalkom Project - HWP Extension (oxt) for LibreOffice
The name of the HWP extension (oxt) project for LibreOffice is Dalkom.
https://gitlab.com/hodong/dalkom
(Address updated)
As is always the case with my projects, it starts with very simple, “Hello World” level code.
I made the first commit today. It is tutorial-level code that prints “Hello World” to the screen when an HWP document is opened with the Dalkom filter.
In the future, I will integrate libhwp
into it. When libhwp
passes data to Dalkom, Dalkom will use the API provided in LibreOffice to display that data on the document screen. Since LibreOffice handles the rendering, there is no need to implement rendering.
Additionally, libhwp
will undergo major modifications to conveniently provide an API for Dalkom (the HWP oxt).
Also, a public project does not mean it has no copyright.
Unless it is in the public domain, copyright always exists.
When I provide source code to you under an open license (GPL, LGPL, ASL, etc.), it is not an act of abandoning my copyright. If you look at the source code, you can see the phrase “Copyright (c) Hodong Kim,” which means the copyright belongs to Hodong Kim.
My public HWP-related projects (dalkom
, libhwp
, evince-hwp
, ruby-hwp
) are personal projects, and the copyright belongs to Hodong Kim. I am making it clear that I have no intention of abandoning my copyright.
Thank you.