Possibly add someting so that authors can optionally monetize their apps similar to this one:
Note that it is still possible to download without payment and without signing up.
Possibly add someting so that authors can optionally monetize their apps similar to this one:
Note that it is still possible to download without payment and without signing up.
Howās that supposed to work? Not all of them are on GitHub, and they may be taken over by anyone who logs into the site by being the first one to claim.
GitHub only would be ok for me initially. Most open source developers have an account there these days.
What would be cool is if we could render the whole site as static pages (e.g., on Travis CI) and host them on GitHub Pages.
I donāt know how feasible this would be, but here are some tools that apparently can do it:
Or, maybe even betterā¦
https://jekyllrb.com/docs/templates/ - no database, all data stored in markdown files on GitHubā¦ which would enable us to crowd-source the whole content much more easily through Pull Requests, rather than having to maintain a database (with credentials and permissions and backups and all the stuff no one likes to do).
Here is a āapp storeā that is going down this route:
I like especially how everyone can contribute:
I have no experience in āDjango to static web pagesā. I skimmed through the projects that you listed, they seem interesting, especially Django-medusa and Django-bakery. Thank you for sharing them
Iāll try with one of these tools and see what the outcome will be.
I used a little bit of Jekyll for a personal blog (more like a private dev diary), and it is a great tool.
The downsite is that using a static website (either with Django or Jekyll) we canāt add applications automatically. As far as I understand, all the work should be done manually with pull requests.
The best that can be done is a script to run locally that takes an AppImage, analyzes it and then creates a pull request on Github with the Jekyll template populated with informations.
Iāve started work towards this at
The idea is that AppImageHub provides data that various app stores and app centers can consumeā¦
That was quick
Let me know which format you would ideally get the data in, so that I can provide a corresponding output.
JSON would be great
It can be used for both static and dynamic website.
For Jekyll: https://jekyllrb.com/docs/datafiles/
Would YAML be equally acceptable as JSON?
Reason is that AppStream, the format that we use to transport metadata inside AppImages, natively supports DEP-11 which is YAML but not JSON.
Not a problem I didnāt know about DEP-11!