add associated bookmarks

This commit is contained in:
James Feng Cao 2024-04-08 09:01:20 +08:00
parent 271c6b869d
commit b4c443b85c
27 changed files with 110 additions and 97 deletions

View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../style.css#" type="text/css" />
<title>Make any url as website</title>
<title>Any url as website</title>
<script type="text/javascript">
function findLang(){
let href = location.href;
@ -36,14 +36,14 @@
<br />
<div class="container">
<h1 class="title">Make any url as website
<h1 class="title">Any url as website
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p>The <a href="../index.html#">uweb</a> internal link &quot;<a href="../links/index.html">i:0m</a>&quot; 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>
<p>The <a href="../index.html#">uweb</a> internal link &quot;<a href="../links/index.html">i:0m</a>&quot; make any url such as download or indirect links visitable as a website. The second part of <a href="../mirrors/index.html#">mirrors</a> has examples using the following tricks:</p>
<ul>
<li>&quot;i:0m04:[url]&quot;: to treat the [url] content as html with bookmarklet.</li>
<li>&quot;i:0m?:[url]&quot;: to treat the [url] content as html, handling css/js properly.</li>
@ -56,8 +56,8 @@
&quot;i:0m/.../[local.html]:[url]&quot;, where the local file &quot;/.../[local.html]&quot; processes &quot;[url]&quot; as needed.</p>
</div>
<p>Last Modified: 2 April 2024<br>
add js function in README<br>
<p>Last Modified: 7 April 2024<br>
more details on global redirection url<br>
<pre></pre>
</p>