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

index page improvements #4

Open
raisjn opened this issue Oct 5, 2020 · 4 comments
Open

index page improvements #4

raisjn opened this issue Oct 5, 2020 · 4 comments

Comments

@raisjn
Copy link
Contributor

raisjn commented Oct 5, 2020

We use the script in https://github.com/toltec-dev/toltec/blob/testing/scripts/repo-build-web to build the package web listing. This can potentially use some upgrades, like adding:

  • timestamp (but in easier to read format than the ISO 8096 format in the package recipe)
  • link to .ipk file
  • filesize of .ipk file
  • ???

To run the script, go to root of the repository and execute bash scripts/repo-build-web package tmp - it will then generate the package listing into tmp/ directory

@matteodelabre
Copy link
Member

A link to the package file + its size would be great for example if you need to install a package from testing while being on the stable branch, or to inspect a specific package.

Do you have an use case in mind for adding the release timestamp to the list?

@Eeems
Copy link
Member

Eeems commented Oct 6, 2020

We should also provide a file hash of the ipk for the paranoid who want to confirm that there is no MITM on the network they are using.

@raisjn
Copy link
Contributor Author

raisjn commented Oct 7, 2020

Do you have an use case in mind for adding the release timestamp to the list?

People tend to look at recency of software as some sort of signal. Personally, I could see someone saying: "oh, I installed this package a week ago, the latest update is today - that means I can update it now".

This reminds me that it might be useful in the future for us to have an RSS feed or page feed showing a list of package updates. The feed would also double as a way for people to find new software, like freshmeat used to.

@matteodelabre
Copy link
Member

Do you have an use case in mind for adding the release timestamp to the list?

People tend to look at recency of software as some sort of signal. Personally, I could see someone saying: "oh, I installed this package a week ago, the latest update is today - that means I can update it now".

Sounds good.

This reminds me that it might be useful in the future for us to have an RSS feed or page feed showing a list of package updates. The feed would also double as a way for people to find new software, like freshmeat used to.

That's interesting, we'll have to think about how we can automate this.

@matteodelabre matteodelabre transferred this issue from toltec-dev/toltec Aug 23, 2021
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

3 participants