AppImage / docs.appimage.org

Source code of AppImage project's documentation
https://docs.appimage.org/
Other
43 stars 42 forks source link

External AppStream Generator is not working #61

Closed openaudible closed 2 years ago

openaudible commented 3 years ago

On this page:

https://docs.appimage.org/packaging-guide/optional/appstream.html

the link to: http://output.jsbin.com/qoqukof

returns internal server error

TheAssassin commented 3 years ago

That's the issue when you rely on third party services. I'm pretty sure there's no backup of that script.

@probonopd might be able to provide more information.

probonopd commented 3 years ago

The code is mirrored at https://gist.github.com/probonopd/45636fc168d3dbf71db2463bfa07319c

Looks like an issue of jsbin.com to me; maybe it is a temporary outage?

TheAssassin commented 3 years ago

You should probably just include it in the docs in some way. No reason for some third-party thing that can even go down.

probonopd commented 2 years ago

http://output.jsbin.com/qoqukof is still broken. Been almost a year now. Checking again with jsbin: https://github.com/jsbin/jsbin/issues/3442#issuecomment-1079879373

Possibly we need to host the HTML page somewhere else?

probonopd commented 2 years ago

include it in the docs in some way

What would be a good way to do this?

TheAssassin commented 2 years ago

https://docutils.sourceforge.io/docs/ref/rst/directives.html#raw-data-pass-through

I can integrate it somewhere if you provide a complete (that is, including CSS/JS) HTML file.

probonopd commented 2 years ago

https://gist.githubusercontent.com/probonopd/45636fc168d3dbf71db2463bfa07319c/raw/40057bda0b3b40de7d9c70aa039a100311aa8e14/index.html - it has everything in one file.

TheAssassin commented 2 years ago

https://docs.appimage.org/packaging-guide/optional/appstream.html#using-the-appstream-generator

Fixed by 9df90fb.

probonopd commented 2 years ago

Splendid! Never thought it was possible to integrate it into the documentation like this! :100: