-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request project membership and creation of a To-PDF subclass repository #28
Comments
In my opinion, the proper official repository location is problematic since the code is involved in definition, documentation, extraction, parsing, and creation of products and could belong in either of the active code lines in Rakudo https://githib.com/Rakudo or Raku https://github.com/Raku. The RSC probably ought to make that call. |
@tbrowder I am a little confused by your comment that @coke is writing
|
I've altered the README. It was incorrect. |
I'm not writing any module - I might have been part of a bug fix, but that's it. |
On Sun, Sep 22, 2024 at 17:54 Will Coleda ***@***.***> wrote:
I'm not writing any module - I might have been part of a bug fix, but
that's it.
I'm sorry to confuse, you, his code "broke the code" for me for pod nodes,
and it has opened my eyes about RakuAST and pod2.
…-Tom
|
@coke thank you. @tbrowder Not a problem. We live in a world with so much information, it's easy to reach the wrong conclusions. @tbrowder My proposal is that we make this distribution of a RakuDoc v2 renderer the de facto standard, with PDF, MarkDown, HTML, text and epub outputs as included by default. I have the MarkDown, two types of HTML, and text covered, and I know how to do the epub. |
That is what I plan to do, and have started working on that in my fork of your rakuast-rakudoc-render, 'pdf' branch. David Warring is at hand for PDF advice as he keeps improving the actual Raku PDF rendering to follow the PDF ISO standard. My first effort is to use my mod to Will's code to determine exactly all the information in the sample rakudoc files of immediate interest to me for PDF use and apply that to create:
I hope those two items can help morivate interest in practical Raku projects. |
I have discussed this with David Warring (zef:dwarring), the author of most of the very usable Raku PDF modules adhering to the approved, official ISO specification for PDF. Following is a general statement of intent to work on the official code line
(WHEREVER THAT IS OFFICIALLY ESTABLISHED).
DRAFT STATEMENT FOR HIS APPROVAL: He agrees that the OFFICIAL repository is the proper place for the repository for the Raku interface with PDF handling modules and the home of subroutine 'rakudoc2pdf' for rendering 'RakuAST::RakuDoc' to PDF.
Considering the draft statement above, and subject to change, here is MY initial proposed plan for development in that repository:
The text was updated successfully, but these errors were encountered: