Announcing LibHwp 2016.05.14

Although the quality may not meet expectations, I am releasing this software in the hope that it will be helpful to someone or that someone will participate in its development.

Project Address (Address updated)
https://gitlab.com/hodong/libhwp

Changes

  • Pass parser->user_data
  • Use NULL-safe string
  • Added *_file_new_for_uri()
  • Fixed invalid skip
  • Removed hwp2pdf, hwp2svg
  • Changed project homepage
  • hwp-charset.h has been dedicated to the public domain in 2015
  • Fix decryption distribution file
  • Added spaces
  • Fixed segmentation fault
  • Renamed HwpListener to HwpListenable
  • Updated rendering of table and color

Ubuntu users can use the PPA.
https://launchpad.net/~hodong/+archive/ubuntu/libhwp

sudo add-apt-repository ppa:hodong/libhwp
sudo apt update
sudo apt install libhwp

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-source license, 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.

I would like to ask for your understanding. My open-source projects are personal projects. They are fundamentally different from open-source projects developed with donations, sponsorship, or salaries, so please do not compare them. Since I have a separate day job, I have limited time to dedicate to these projects. Even if development is delayed or the quality does not meet expectations, please refrain from speculative posts and wait patiently.

I hope you enjoy your Linux experience.
Thank you.