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

Implement pages for date-based navigation #35

Open
4 tasks
novoid opened this issue Jul 3, 2019 · 5 comments
Open
4 tasks

Implement pages for date-based navigation #35

novoid opened this issue Jul 3, 2019 · 5 comments

Comments

@novoid
Copy link
Owner

novoid commented Jul 3, 2019

At the top of each temporal page, there is an ISO date whose elements (year, month, day) is a clickable link. So far, the browser is able to display the folders within those link destinations if the web server is configured such (directory list permission).

In future, there should be beautifully generated pages by lazyblorg that show a nice list of items for the corresponding level.

  • really do list all temporal articles of a whole year?

  • alternatives:

    • number of articles of that year
    • links to all months including their total number of temporal articles
  • link non-hidden non-temporal pages as well

@novoid
Copy link
Owner Author

novoid commented Oct 4, 2020

Depends on outcome of #51

@xeruf
Copy link
Contributor

xeruf commented Sep 1, 2022

And I guess with this one could also create previous/next post links for each blog article so they can be clicked through chronologically?

@novoid
Copy link
Owner Author

novoid commented Sep 4, 2022

And I guess with this one could also create previous/next post links for each blog article so they can be clicked through chronologically?

I'm not sure about that. It's not always to define what's the next and previous article. How to handle updated temporal articles? Use their initial timestamp or the timestamp of their latest update? How about persistent articles that got frequent updates?

The only method I can think of is using initial timestamps only but I guess that would conflict with some user expectations.

Furthermore: the only reason for a next/previous article navigation I can think of now is serendipity. And for that, I tend to think of other approaches like: "articles published on that day of the year in other years", "similar articles based on keywords or tags", ...

What do you think?

@xeruf
Copy link
Contributor

xeruf commented Sep 7, 2022

I would always use the initial timestamp, and only show that for temporal pages.

@novoid
Copy link
Owner Author

novoid commented Sep 7, 2022

Yes, this is a viable approach.

However, my personal priority is higher for the other approaches mentioned above before implementing this previous/next feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants