-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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? |
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. |
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. |
Sounds good.
That's interesting, we'll have to think about how we can automate this. |
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 intotmp/
directoryThe text was updated successfully, but these errors were encountered: