Replace all references to eepSite with I2P Site

This commit is contained in:
idk
2020-11-27 16:16:49 -05:00
parent 1a39ae4cab
commit bc139e5a7c
54 changed files with 116 additions and 116 deletions

View File

@@ -86,7 +86,7 @@ Proxy
Installer, Split Directories, Distro-Friendly Organization
<ul>
<li>For new installs, code and data will be split into different directories. Data (router files, config files, i2psnark files, I2P site files, etc.) will be in ~/.i2p on linux and %APPDATA%\I2P on Windows. The code directory can be read-only to the user (although the user will not be able to update in that case). On linux, the shell scripts i2prouter, runplain.sh, and eepget can be moved to a directory such as /usr/bin. All assumptions that files are in the current working directory are removed. Don't launch the router anymore in the install scripts on linux.
<li>For new installs, code and data will be split into different directories. Data (router files, config files, i2psnark files, I2P Site files, etc.) will be in ~/.i2p on linux and %APPDATA%\I2P on Windows. The code directory can be read-only to the user (although the user will not be able to update in that case). On linux, the shell scripts i2prouter, runplain.sh, and eepget can be moved to a directory such as /usr/bin. All assumptions that files are in the current working directory are removed. Don't launch the router anymore in the install scripts on linux.
<li>For existing installs, about the only visible change will be a few temporary files now in the Java temporary directory (e.g. /var/tmp on linux) instead of $I2P.
</ul>