<p>The <ahref="../index.html">uweb</a> internal link "<ahref="../links/index.html">i:0m</a>" make any url such as download or indirect link visitable as a website. The test mirrors in the uweb manual are examples using the following tricks:</p>
<ul>
<li>"i:0m04:[url]": to treat the [url] content as html with bookmarklet.</li>
<li>"i:0mi:5h:[url]": to treat the [url] content as html (for download or no-script links etc.)</li>
<li>"i:0mi:5h?[postfix]::[url]": auto append query postfix to url to retrieve content.</li>
<li>"i:0mi:5h/[regex]/[replacement]::[url]": use the result of regular expression replacement to retrieve the content.</li>
</ul>
<p>For more complicated links such as cloud storage shared links, which needs user gestures to reach temporary generated content link, use<br>
"i:0m/.../[local.html]:[url]", where the local file "/.../[local.html]" processes "[url]" as needed.</p>