a bunch of personal javascripts usable via CDN (jsdelivr, cloudflare or github) (last commit & releases)
- inc.js : a javascript that replace div with class=include with the content of its data-src's attribute
- inc-fp.js : a javascript to include and render a markdown file from framapad
- ...
- other URLs for accessing the files :
-
collaborative framapad "web-page" : http://ipfs.io/ipfs/$www/js/examples/frama.htm
-
ipfs node detection : https://iglake.github.io/js/examples/ipfsdetect.htm
-
misc : about how to publish on GitHub (see https://ipfs.io/ipfs/QmX87y253JbdLWUcd5Qdd3HaBYpoiqr8wVUYQHiuNYHAG2/)
-
blockRing™ hash : qm=$qm
<!-- previous revision: $gitid
<script src="https://cdn.statically.io/gh/iglake/js/$gitid/dist/inc-fp.js">
-->
<!-- current revision: latest : https://github.com/iglake/js/commit/master -->
<script src="https://cdn.jsdelivr.net/gh/iglake/js@master/dist/inc-fp.min.js">
</script>
clone it with the following command :
git clone https://github.com/iglake/js.git
- fixing old publishing script