toltec-dev / web

Files used to build Toltec’s website.
https://toltec-dev.org
MIT License
0 stars 2 forks source link

index page improvements #4

Open raisjn opened 4 years ago

raisjn commented 4 years ago

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:

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.