
It's a good idea. Let's explore it and see what we can do.
parnote
Hi,
Here is a desktop file I just did, to put on the /home/user/Desktop:
[Desktop Entry]
Encoding=UTF-8
Icon=/usr/share/icons/web_browser_section.png
Name=PCLinuxOS Magazine
Name[fr]=Magazine PCLinuxOS
Type=Link
URL=/usr/share/doc/HTML/WelcomePCLinuxOSmag.html
Comment=Visit our PCLinuxOS Magazine
GenericName=
You can call it "pclinuxos-magazine.desktop".
In /usr/share/doc/HTML there would be a file named WelcomePCLinuxOSmag.html : I just did "File>Save as" → WelcomePCLinuxOSmag.html in Firefox at the main page of the PCLinuxOS Magazine, the file is in my tmp directory. I opened it again with Firefox and it comes out same as on the website. I tried just before at the index page but there it does not look same, it looks like it misses the style sheet.
The icon name is the generic web browser icon, I have it in my system.
With a html page coming from the site, in /usr/share/doc/HTML, and this desktop file, you ought to have the link on desktop directly. The "Comment=" might allow to know more about the link, thanks to a info text as hover. The name of the link itself should be as short as possible because it does not show well on desktop otherwise : it's cut at the wrong place in the word.
I am pretty sure parnote knows all this already, but I wanted to explain the details for the persons who begin and might like to know how to do it. This desktop file is meant for links only, and can be reused for other things, such as docs for example.