Webpage listing github releases

Moderator: Forum moderators

Post Reply
User avatar
fredx181
Posts: 3385
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 437 times
Been thanked: 1484 times
Contact:

Webpage listing github releases

Post by fredx181 »

I'm working on a script to create a .html webpage from github releases (by first creating a markdown file).
Mostly for fun and out of interest, not sure if it can be useful (or perhaps some (better) way like this exists already ?).
Probably nice to have all releases listed on one webpage.

So far got this (HTML listing of @Sofiya 's (great ! :thumbup: :D ) github releases ("latest" release of repos only and forks are filtered out)):
sofijacom_releases_listing

Script that I created the .md markdown file with (required are curl and gh):
(can probably be used for github releases from another 'owner' too by editing the script (variables on top) ).

cr-md-releases.gz
Remove fake .gz extension and make executable
(1.7 KiB) Downloaded 22 times

Markdown output result sofijacom_releases.md:

sofijacom_releases.md.gz
Remove fake .gz extension
(4.79 KiB) Downloaded 19 times

(after running the script I converted the .md file to .html) edit: see next post.

User avatar
fredx181
Posts: 3385
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 437 times
Been thanked: 1484 times
Contact:

Re: Webpage listing github releases

Post by fredx181 »

There are many methods to convert markdown to html (e.g. online) anyway ...
A simple markdown to html converter (gtkdialog GUI) that I wrote some time ago, see info:
http://murga-linux.com/puppy/viewtopic. ... 65#1062065
Latest version, see:
https://oldforum.puppylinux.com/viewtop ... 5#p1062065

Pet packages:

md2html-0.4_amd64.pet
md2html 64-bit .pet
(52.53 KiB) Downloaded 21 times
md2html-0.4_i386.pet
md2html 32-bit .pet
(52.72 KiB) Downloaded 24 times

Deb packages:

md2html_0.0.4_amd64.deb.gz
md2html 64-bit .deb
(43.5 KiB) Downloaded 19 times
md2html_0.0.4_i386.deb.gz
md2html 32-bit .deb
(43.98 KiB) Downloaded 14 times

Remove fake .gz extension
EDIT: also posted this here: viewtopic.php?p=134794#p134794

Post Reply

Return to “KL-Dev_Work”