On Thu, 2018-01-04 at 00:41 +0100, Maren Hachmann wrote:
That's what I had in mind :)
Only issue is that if it's a link (which they are), the page will just redirect, before the user can read any instructions.
So we can neither add a link, nor a download (or just a dummy download with the instructions as a text...), to have the page at least show up until the redirect timeout has run out.
If you encode the link into the info box, then there'll be no redirect.
See line 9 of inkscape- web/releases/templates/releases/releaseplatform_detail.html
If the download is None and the resource is None, then there's no redirect. There's also no 'Thank you for downloading' (lines 19-26) text.
The howto link (lines 42-50) is just a link, but it comes with a bunch of extra text that might not be needed.
The target for this I think is the info text field which as per line 54 is marked as 'safe' so it'll accept any html you want.
Best configuration, set howto, download and resource to None and set info to a set block of simple html with the right link at the bottom of it. You'll get a Support Inkscape header a horizontal rule and then your custom html. Should be good for this I think.
Best Regards, Martin Owens