Pandoc.app for macOS #11517
abra-code
started this conversation in
Show and tell
Replies: 5 comments 8 replies
|
Given pandoc's license terms, this should also be GPL-licensed. |
1 reply
|
Asking Claude on the GPL 2.0 subject its answer is: Here is the change to satisfy the GPL requirements: I removed the current published binaries and as soon as we can agree this is a satisfying solution I will publish them again with included sources link and license. |
2 replies
|
Yes, you are allowed to distribute an unmodified pandoc binary, provided you abide by the license -- doing the things listed above should suffice. |
3 replies
|
The FSF did an excellent work elaborating a FAQ that resource-intensive
AI agents can only summarize more or less accurately… It is a bit sad to
see people turning to proprietary robots instead of reading and citing
the sources of these robots written by humans. Here is the relevant item:
https://www.gnu.org/licenses/gpl-faq.html#MereAggregation
By the way, there is also a section on the website about GPL-compatible
licenses, which are not limited to the GPL itself:
https://www.gnu.org/licenses/license-list.html
|
2 replies
|
I believe the list of GPL-compatible licenses specifies which of those can be used *within* a GPL-licensed project. But it seems that the discussion here is currently about the inverse, i.e., a GPL-licensed software in a non-GPL project.
You are right, I had forgotten that compatibility with other licenses
was only one way. Sorry for that!
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I developed a macOS Pandoc.app and just released version 1.0:
https://github.com/abra-code/PandocApp
It is a GUI wrapper for pandoc tool. It offers batch conversion of documents and surfaces a couple of options in UI. PDF support is skipped as it needs external engine(s).
pandoc 3.9 tool is bundled in the app for simplicity - no additional installations needed.
Enjoy,
Tom
All reactions