2 Commits

Author SHA1 Message Date
idk
7cbd133ca4 Example commit message 2020-10-11 16:40:52 -04:00
idk
103499b075 add a plugin archive 2020-10-11 04:42:14 -04:00
10 changed files with 605 additions and 86 deletions

View File

@ -16,17 +16,28 @@ torrent:
-a 'http://432m3mpxomy2bqccjmjru7gfeicockx7un5eni5i5uqxgakcvq6a.b32.i2p/a' \
-a 'http://niat6zw3p5wl473256bottv3kaybodhum2omlt3bl42oiirwf5xa.b32.i2p/a' \
-n 'idk.i2p' -w 'http://idk.i2p' -w 'http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p' -o idk.i2p.torrent idk.i2p
zip -r idk.i2p.zip idk.i2p
rm -rf ~/.i2p/i2psnark/idk.i2p
seed:
seed: index curl upload
curl:
@echo "#! /usr/bin/env bash" | tee curl.sh
@echo "wget -O ~/.i2p/i2psnark/idk.i2p.torrent https://eyedeekay.github.io/idk.i2p.torrent" | tee -a curl.sh
@echo "wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/`torrent2magnet idk.i2p.torrent`/idk.i2p.zip" | tee -a curl.sh
@echo "wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/archive/`torrent2magnet idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`.magnet.zip" | tee -a curl.sh
#@echo "wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/`torrent2magnet idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`.magnet/idk.i2p.zip" | tee -a curl.sh
@echo "unzip idk.i2p.zip -d ~/.i2p/i2psnark/idk.i2p" | tee -a curl.sh
gothub release -p -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t `torrent2magnet idk.i2p.torrent` -n "`torrent2magnet idk.i2p.torrent`" -d "Site snapshot as of `date`"
gothub upload -R -u eyedeekay -r eyedeekay.github.io -t `torrent2magnet idk.i2p.torrent` -n idk.i2p.torrent -f idk.i2p.torrent
gothub upload -R -u eyedeekay -r eyedeekay.github.io -t `torrent2magnet idk.i2p.torrent` -n idk.i2p.zip -f idk.i2p.zip
zip -r idk.i2p.zip idk.i2p
upload: upload-release upload-torrent upload-zip
upload-release:
gothub release -p -u eyedeekay -r eyedeekay.github.io -t `torrent2magnet idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`.magnet -n "`torrent2magnet idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`".magnet -d "Site snapshot as of `date`"
upload-torrent:
gothub upload -R -u eyedeekay -r eyedeekay.github.io -t `torrent2magnet idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`.magnet -n idk.i2p.torrent -f idk.i2p.torrent
upload-zip:
#gothub -v upload -R -u eyedeekay -r eyedeekay.github.io -t `torrent2magnet idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`.magnet -n idk.i2p.zip -f idk.i2p.zip
up:
cp idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.torrent
@ -94,6 +105,7 @@ vid:
mag:
@echo `torrent2magnet idk.i2p.torrent`
@echo `torrent2magnet idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`
index: README info vid plug
@echo "<!DOCTYPE html>" > index.html

View File

@ -24,6 +24,16 @@ are also I2P labs projects.
* [I2P Browser Fingerprint Gallery](I2P-Browser-Attackability-Evaluation/)
This is an ongoing evaluation of the various ways there are to configure
browsers for I2P and a developing rating system for them.
### I2P Git Hosting
I host git services on I2P at [git.idk.i2p](http://git.idk.i2p/), with a non-anonymous
mirror available at [i2pgit.org](https://i2pgit.org). I provide this service freely to
the I2P community and it is open to the public, but do have a Terms of Service which
is predicated on my own threat model. If the TOS is not acceptable to you, I highly
encourage you to run your own gitlab instance using the instructions I wrote, available
on the I2P project [I2P Site](http://i2p-projekt.i2p/en/docs/applications/gitlab) and
on the [Web](https://geti2p.net/en/docs/applications/gitlab).
### What's Weird about this I2P Site?
@ -53,7 +63,10 @@ content via their HTTP Proxies, and will be doing it less repeatedly.
networking related topics.
* [Plugin Archive](plugins.html) This page is my mirror of the plugin archive at
[stats.i2p](http://stats.i2p/i2p/plugins). I created one here because the *utility* of
x-i2p-torrentlocation is that
X-I2P-TorrentLocation is that it allows you to mingle the versatile presentation abilities
of hypertext with redundant, peer-to-peer resources, and by using it for plugins, we can
make it much harder to take them down by taking down their archives. The same would apply
for any software, actually, this is just where I started.
### Go(golang) I2P Tools
@ -116,3 +129,9 @@ knows?
#### Tue Mar 31, 15:04:40 EST 2020
See, I told you I was pretty bad at blogging. Over 2 years. Lots of code though.
#### Sun Oct 11, 04:08:56 EDT 2020
Note to self: from now on, build the site with:
`make all && make seed && git commit -am "Example commit message" && git push --all`

View File

@ -1,4 +1,4 @@
#! /usr/bin/env bash
wget -O ~/.i2p/i2psnark/idk.i2p.torrent https://eyedeekay.github.io/idk.i2p.torrent
wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/magnet:?xt=urn:btih:b65e8b369808c1e2bca7fb138dd242fc42447bcf/idk.i2p.zip
wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/archive/0747a3e99182c338c093c616468501e3fc879e5e.magnet.zip
unzip idk.i2p.zip -d ~/.i2p/i2psnark/idk.i2p

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:b65e8b369808c1e2bca7fb138dd242fc42447bcf"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:0747a3e99182c338c093c616468501e3fc879e5e"/>
</head>
<body>
<h1>idk's home page</h1>
@ -34,6 +34,16 @@ This is an ongoing evaluation of the various ways there are to configure
browsers for I2P and a developing rating system for them.</li>
</ul>
<h3>I2P Git Hosting</h3>
<p>I host git services on I2P at <a href="http://git.idk.i2p/">git.idk.i2p</a>, with a non-anonymous
mirror available at <a href="https://i2pgit.org">i2pgit.org</a>. I provide this service freely to
the I2P community and it is open to the public, but do have a Terms of Service which
is predicated on my own threat model. If the TOS is not acceptable to you, I highly
encourage you to run your own gitlab instance using the instructions I wrote, available
on the I2P project <a href="http://i2p-projekt.i2p/en/docs/applications/gitlab">I2P Site</a> and
on the <a href="https://geti2p.net/en/docs/applications/gitlab">Web</a>.</p>
<h3>What's Weird about this I2P Site?</h3>
<p>This I2P site uses an experimental feature of I2P in Private browsing called
@ -63,7 +73,10 @@ is even heavier, it embeds videos that have to do with I2P and other crypto/priv
networking related topics.</li>
<li><a href="plugins.html">Plugin Archive</a> This page is my mirror of the plugin archive at
<a href="http://stats.i2p/i2p/plugins">stats.i2p</a>. I created one here because the <em>utility</em> of
x-i2p-torrentlocation is that</li>
X-I2P-TorrentLocation is that it allows you to mingle the versatile presentation abilities
of hypertext with redundant, peer-to-peer resources, and by using it for plugins, we can
make it much harder to take them down by taking down their archives. The same would apply
for any software, actually, this is just where I started.</li>
</ul>
<h3>Go(golang) I2P Tools</h3>
@ -130,6 +143,12 @@ knows?</p>
<h4>Tue Mar 31, 15:04:40 EST 2020</h4>
<p>See, I told you I was pretty bad at blogging. Over 2 years. Lots of code though.</p>
<h4>Sun Oct 11, 04:08:56 EDT 2020</h4>
<p>Note to self: from now on, build the site with:</p>
<p><code>make all &amp;&amp; make seed &amp;&amp; git commit -am "Example commit message" &amp;&amp; git push --all</code></p>
<script src="script.js" type="text/javascript"></script>
</body>
</html>

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:b65e8b369808c1e2bca7fb138dd242fc42447bcf"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:0747a3e99182c338c093c616468501e3fc879e5e"/>
</head>
<body>
<h1>Infographics Gallery</h1>

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:b65e8b369808c1e2bca7fb138dd242fc42447bcf"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:0747a3e99182c338c093c616468501e3fc879e5e"/>
</head>
<body>
<h1>Plugin Archive</h1>

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:b65e8b369808c1e2bca7fb138dd242fc42447bcf"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xt=urn:btih:0747a3e99182c338c093c616468501e3fc879e5e"/>
</head>
<body>
<h1>Video Gallery</h1>

View File

@ -18,6 +18,16 @@ are also I2P labs projects.
* [I2P Browser Fingerprint Gallery](I2P-Browser-Attackability-Evaluation/)
This is an ongoing evaluation of the various ways there are to configure
browsers for I2P and a developing rating system for them.
### I2P Git Hosting
I host git services on I2P at [git.idk.i2p](http://git.idk.i2p/), with a non-anonymous
mirror available at [i2pgit.org](https://i2pgit.org). I provide this service freely to
the I2P community and it is open to the public, but do have a Terms of Service which
is predicated on my own threat model. If the TOS is not acceptable to you, I highly
encourage you to run your own gitlab instance using the instructions I wrote, available
on the I2P project [I2P Site](http://i2p-projekt.i2p/en/docs/applications/gitlab) and
on the [Web](https://geti2p.net/en/docs/applications/gitlab).
### What's Weird about this I2P Site?

View File

@ -21,3 +21,9 @@ knows?
#### Tue Mar 31, 15:04:40 EST 2020
See, I told you I was pretty bad at blogging. Over 2 years. Lots of code though.
#### Sun Oct 11, 04:08:56 EDT 2020
Note to self: from now on, build the site with:
`make all && make seed && git commit -am "Example commit message" && git push --all`