Page
This commit is contained in:
22
README.md
22
README.md
@ -24,30 +24,30 @@ Usage of ./i2p.plugins.tor-manager-linux-amd64:
|
||||
### Primary Goals
|
||||
|
||||
|
||||
- Ship known-good public keys, download a current Tor for the platform in the background, authenticate it, and launch it only if necessary.
|
||||
1. Ship known-good public keys, download a current Tor for the platform in the background, authenticate it, and launch it only if necessary.
|
||||
- Works on Windows, Linux, probably also OSX
|
||||
- Supervise Tor as a ShellService plugin to I2P
|
||||
2. Supervise Tor as a ShellService plugin to I2P
|
||||
- Works on Linux
|
||||
- Keep Tor up-to-date
|
||||
3. Keep Tor up-to-date
|
||||
- Works on Windows, Linux, probably also OSX
|
||||
- Work as an I2P Plugin OR as a freestanding app to be compatible with all I2P distributions
|
||||
4. Work as an I2P Plugin OR as a freestanding app to be compatible with all I2P distributions
|
||||
- Works on Linux
|
||||
- Download Tor Browser from an in-I2P mirror(or one of a network of in-I2P mirrors)
|
||||
5. Download Tor Browser from an in-I2P mirror(or one of a network of in-I2P mirrors)
|
||||
- Not done
|
||||
|
||||
### Secondary Goals:
|
||||
|
||||
- Launch Tor Browser
|
||||
1. Launch Tor Browser
|
||||
- Works on Linux
|
||||
- Configure and launch Tor browser for use with I2P
|
||||
2. Configure and launch Tor browser for use with I2P
|
||||
- Works on Linux, probably also Windows, probably not OSX yet.
|
||||
|
||||
#### Optional Features I might add if there is interest
|
||||
|
||||
- Mirror the files which it downloads to an I2P Site
|
||||
- Mirror the files which it downloads to I2P torrents
|
||||
- Set up an onion site which announces an I2P mirror exists
|
||||
- Use Bittorrent-over-I2P to download the Tor Browser software
|
||||
1. Mirror the files which it downloads to an I2P Site
|
||||
2. Mirror the files which it downloads to I2P torrents
|
||||
3. Set up an onion site which announces an I2P mirror exists
|
||||
4. Use Bittorrent-over-I2P to download the Tor Browser software
|
||||
|
||||
### Similar Projects:
|
||||
|
||||
|
32
index.html
32
index.html
@ -20,32 +20,56 @@
|
||||
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true"></a> <span class="ex">-torbrowser</span></span>
|
||||
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true"></a> <span class="ex">Open</span> Tor Browser</span></code></pre></div>
|
||||
<h3 id="primary-goals">Primary Goals</h3>
|
||||
<ul>
|
||||
<ol type="1">
|
||||
<li>Ship known-good public keys, download a current Tor for the platform in the background, authenticate it, and launch it only if necessary.</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Works on Windows, Linux, probably also OSX</li>
|
||||
</ul>
|
||||
<ol start="2" type="1">
|
||||
<li>Supervise Tor as a ShellService plugin to I2P</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Works on Linux</li>
|
||||
</ul>
|
||||
<ol start="3" type="1">
|
||||
<li>Keep Tor up-to-date</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Works on Windows, Linux, probably also OSX</li>
|
||||
</ul>
|
||||
<ol start="4" type="1">
|
||||
<li>Work as an I2P Plugin OR as a freestanding app to be compatible with all I2P distributions</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Works on Linux</li>
|
||||
</ul>
|
||||
<ol start="5" type="1">
|
||||
<li>Download Tor Browser from an in-I2P mirror(or one of a network of in-I2P mirrors)</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Not done</li>
|
||||
</ul>
|
||||
<h3 id="secondary-goals">Secondary Goals:</h3>
|
||||
<ul>
|
||||
<ol type="1">
|
||||
<li>Launch Tor Browser</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Works on Linux</li>
|
||||
</ul>
|
||||
<ol start="2" type="1">
|
||||
<li>Configure and launch Tor browser for use with I2P</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Works on Linux, probably also Windows, probably not OSX yet.</li>
|
||||
</ul>
|
||||
<h4 id="optional-features-i-might-add-if-there-is-interest">Optional Features I might add if there is interest</h4>
|
||||
<ul>
|
||||
<ol type="1">
|
||||
<li>Mirror the files which it downloads to an I2P Site</li>
|
||||
<li>Mirror the files which it downloads to I2P torrents</li>
|
||||
<li>Set up an onion site which announces an I2P mirror exists</li>
|
||||
<li>Use Bittorrent-over-I2P to download the Tor Browser software</li>
|
||||
</ul>
|
||||
</ol>
|
||||
<h3 id="similar-projects">Similar Projects:</h3>
|
||||
<ul>
|
||||
<li>https://github.com/micahflee/torbrowser-launcher</li>
|
||||
|
Reference in New Issue
Block a user