Artifact ID: | b44f76d8feaf835f4707ed9fd7d114cdef4ee2c2 |
---|---|
Page Name: | Application Example: Silktorrent Package Manager |
Date: | 2016-07-01 08:08:56 |
Original User: | martin_vahi |
Parent: | 2fb24b9601a5fab29885a69a8bdd2a33e324be5f (diff) |
Next | 895b28b712b1a5a16759fd2c5b78050041d591e7 |
Idea #1
If the silktorrent packet is a tar-file that contains folders
payload
header
then the content of the folders payload and header can be referenced by using the tree encoding:
<tar-file name>/payload/<the file or folder relative to the folder payload>
<tar-file name>/header/<the file or folder relative to the
folder header>
The <tar-file name> can be also a name of a local folder or some folder at some publicly hosted web page. The include/require/src/uses statements of various programming languages and configurations files, including HTML, can be modified by changing the pfefix of the <tar-file name>. That allows an HTML-page to be switched from using JavaScript libraries from one site to using the very same JavaScript libraries from another site.
http://www.first_site.com/<tar-file name>/payload/the_JavaScript_library.js
http://www.second_site.com/<tar-file name>/payload/the_JavaScript_library.js
Due to the possibility to use regular expressions, that solution does not require code generation. It might be even usable with many existing IDE-s without requiring any additional tools.