Skip to content
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

Generate html pages for each page, including comment, and navigation? #2

Open
Ruthalas opened this issue Jul 28, 2020 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@Ruthalas
Copy link
Owner

I am looking at generating html pages for each comic page, which would include the comic image and the comment (if applicable).
Currently author comments generate a page like this, but they do not have navigation buttons, so you can't read the comic from them.

I am not yet sure how best to get the link to the next page, when I do not generate the file name until I scrape the next page.

If I refactor to scrape the comic starting from the most recent page, that would let me hold over that info from the last page scrape, but would require a big re-work.

(Dosage currently uses this order, though not to facilitate the same goal.)

This is something I am thinking on.
Pull requests or suggestions welcome.
Recall that I am a script kiddie if giving complex advice.

@Ruthalas Ruthalas added the enhancement New feature or request label Jul 28, 2020
@Ruthalas Ruthalas self-assigned this Jul 28, 2020
@Ruthalas
Copy link
Owner Author

Most recent commit implements image embed. This is the first step to reaching a simple html negotiation.

@Ruthalas Ruthalas pinned this issue Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant