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

Further extensibility/granularity? #1

Open
bixfrankonis opened this issue Jan 25, 2023 · 4 comments
Open

Further extensibility/granularity? #1

bixfrankonis opened this issue Jan 25, 2023 · 4 comments

Comments

@bixfrankonis
Copy link

I’m wondering to what degree this is further extensible, if that would be desired. I’m thinking about he notion of different elements of a now page being their own items.

For instance, on my homepage which is just a glorified combo about/contact/now page, I have a hacky RSS feed where each emoji’d paragraph is it’s own individual item, rather than, say, the entire now page being considered a single item.

@bixfrankonis bixfrankonis changed the title Further extensibility? Further extensibility/granularity? Jan 25, 2023
@colin-walker
Copy link
Owner

My proposal is of the simplest form but maybe it could be extended so that now:content (or an alternative) could act as a container for multiple elements. Something like:

<now:body>
    <now:item>...</now:item>
    <now:item>...</now:item>
</now:body>

How that then gets presented/consumed is another matter.

@colin-walker
Copy link
Owner

colin-walker commented Jan 25, 2023

Thinking about it further, <now:content> doesn't have to be replaced – it can be used as the container. Clients would just need to check the nature of what it holds.

I'm open to suggestions here. The initial proposal is just a starting point.

@bixfrankonis
Copy link
Author

In my head people could publish their /now page RSS with as much or as little granularity as they prefer, and feed readers could make use of as little or as much of that granularity as they prefer.

So, to use me, my /now page RSS might have individual items for "currently", "books", "movies", "food", and a feed reader could prefer either to consider each updated item its own thing or just consider the entire /now page as having been updated.

@colin-walker
Copy link
Owner

So, using <now:content> as both an elements or a container we could have either just a block of content or individual items with categories:

<now:item category="currently">...</now:item>
<now:item category="movies">...</now:item>

A reader could then do what it wanted with that info based on the user's preferences.

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

No branches or pull requests

2 participants