This is a really gorgeous way to link to program packages to be installed on Ubuntu directly from software center.
The normal hyper link in HTML is
<a href='https://www.abanoubhanna.com'>Blog</a>
But the click to install link is
<a href='apt:audacity'>Download Audacity for Ubuntu</a>
Just write apt:package-name so you can click it to install the package-name directly from Ubuntu software center. It is a GREAT way to simplify installation on Ubuntu Linux.
You should see a more detailed and up-to-date version of this post on the new blog.