in reply to Re^2: PDL Book as epub?
in thread PDL Book as epub?
Otherwise, I'll be extremely grateful if you can have a go with the pod2latex etc stuff suggested elsewhere here and put somewhere here the commands to make such an ePub, and I'll be pleased to generate it and link on the website also.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: PDL Book as epub?
by cavac (Prior) on Aug 12, 2024 at 15:28 UTC | |
I hacked together a first, unfinished, largely untested prototype converter. This goes into the base directory of https://sourceforge.net/p/pdl/pdl-book/ci/master/tree/ as make_epub.pl:
Basically, it concatenates all chapters, and inlines all images. There's a lot more to do to make it pretty and more readable (especially the code sections) and fix some encoding issues. But i do get a mostly usable book with chapters, subchapters, pretty pictures and about 226 pages (default font size on my Boox ereader), including a chapter called "POD ERRORS" at the very end ;-) Also, i still need to add all the .pl files as their own chapter at the very end of the book, so it's a COMPLETE reference. Edit: Forgot to say, this is a work in progress, and more posts will follow. But it's a good start for what is, for me, equivalent to a "My First Epub generator" picture book ("with simple, large letters for a first forray into the world of written words")...
PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP Also check out my sisters artwork and my weekly webcomics | [reply] [d/l] |
by etj (Priest) on Aug 13, 2024 at 14:22 UTC | |
Also, when it's ready-ish, I'll ask you to make a PR (so you get credit!). The authoritative source for anything I can think of PDL-related that may have a presence on Sourceforge is under https://github.com/PDLPorters, including "the book" at https://github.com/PDLPorters/pdl-book which you'll see has recent updates from me. | [reply] [d/l] |
by cavac (Prior) on Sep 04, 2024 at 10:29 UTC | |
Still working on that. But until end of October, this will probably be on the back burner. I've got the biggest company event of the year coming up, and as every year, it's a doozy. In simple terms, my company not only creates cash register/point of sales software, we also provide on-premise cash register services for events(¹). In a couple of weeks, i'm doing the yearly three-weekend-Oktoberfest near Vienna. I've got two delivery vans worth of equipment to set up (boss put me in charge of the whole setup for the third year in a row), including a couple of kilometers of network cabling. Got i tight schedule, too. Can't start too early, because the tent wouldn't be up. Can't start too late, cause other equipment would prevent me from reaching the spots i need. For example: Next Tuesday afternoon the floor goes in for the main tent, on Thursday morning the beer tables get set up. If we can't mount all the wireless antennas on Wednesday, i'm in very big doodoo. That's the only time we can use the scissor lift to reach the 10 meter tent ceiling (yup, it's a big f...ing tent for like 3000 people). And when i say "we", it's mostly me and our new company apprentice... So yeah, work on the ePub project will probably resume in November, after the usual burn-out and sprouting-more-grey-hair period. (¹) So if you ever host an event in Austria and you need cash registers (sales, gastronomy, etc), give me a holler. (²) Forget to mess up your work that ONE time, and now you have to do it every time... ;-)
PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP Also check out my sisters artwork and my weekly webcomics | [reply] |
by etj (Priest) on Sep 04, 2024 at 13:02 UTC | |
by cavac (Prior) on Sep 04, 2024 at 14:47 UTC |