From 18b61e7036c103e06136cc8b17dd2e6a24bad235 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Thu, 19 May 2016 19:03:53 +0000 Subject: [PATCH] Config files, eepsite help: Add path information for OS X and Windows as a service. (ticket #1495) --- apps/i2psnark/i2psnark.config | 7 ++++++- installer/resources/blocklist.txt | 5 ++++- installer/resources/clients.config | 5 ++++- installer/resources/eepsite/docroot/help/index.html | 8 ++++++-- installer/resources/eepsite/docroot/help/index_de.html | 8 ++++++-- installer/resources/eepsite/docroot/help/index_es.html | 8 ++++++-- installer/resources/eepsite/docroot/help/index_fr.html | 9 ++++++--- installer/resources/eepsite/docroot/help/index_nl.html | 8 ++++++-- installer/resources/eepsite/docroot/help/index_ru.html | 8 ++++++-- installer/resources/eepsite/docroot/help/index_sv.html | 9 ++++++--- installer/resources/eepsite/docroot/help/index_zh.html | 8 ++++++-- installer/resources/eepsite/docroot/index.html | 5 ++++- installer/resources/eepsite/jetty-ssl.xml | 6 +++++- installer/resources/eepsite/jetty.xml | 6 +++++- installer/resources/i2ptunnel.config | 5 ++++- 15 files changed, 80 insertions(+), 25 deletions(-) diff --git a/apps/i2psnark/i2psnark.config b/apps/i2psnark/i2psnark.config index 06cba603ce..861e70f5c8 100644 --- a/apps/i2psnark/i2psnark.config +++ b/apps/i2psnark/i2psnark.config @@ -1,7 +1,12 @@ # NOTE: This I2P config file must use UTF-8 encoding # # If you have a 'split' directory installation, with configuration -# files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to +# files in ~/.i2p (Linux), %APPDATA%\I2P (Windows), +# or /Users/(user)/Library/Application Support/i2p (Mac), be sure to # edit the file in the configuration directory, NOT the install directory. +# When running as a Linux daemon, the configuration directory is /var/lib/i2p +# and the install directory is /usr/share/i2p . +# When running as a Windows service, the configuration directory is \ProgramData\i2p +# and the install directory is \Program Files\i2p . # i2psnark.dir=i2psnark diff --git a/installer/resources/blocklist.txt b/installer/resources/blocklist.txt index a55b0af12f..fa05f88bfe 100644 --- a/installer/resources/blocklist.txt +++ b/installer/resources/blocklist.txt @@ -1,9 +1,12 @@ # # If you have a 'split' directory installation, with configuration -# files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to +# files in ~/.i2p (Linux), %APPDATA%\I2P (Windows), +# or /Users/(user)/Library/Application Support/i2p (Mac), be sure to # edit the file in the configuration directory, NOT the install directory. # When running as a Linux daemon, the configuration directory is /var/lib/i2p # and the install directory is /usr/share/i2p . +# When running as a Windows service, the configuration directory is \ProgramData\i2p +# and the install directory is \Program Files\i2p . # # The file in the install directory will be overwritten when you update I2P. # As of release 0.9.18, the router reads and merges the files in the install directory diff --git a/installer/resources/clients.config b/installer/resources/clients.config index bcc0556207..1c653cbe8a 100644 --- a/installer/resources/clients.config +++ b/installer/resources/clients.config @@ -1,10 +1,13 @@ # NOTE: This I2P config file must use UTF-8 encoding # # If you have a 'split' directory installation, with configuration -# files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to +# files in ~/.i2p (Linux), %APPDATA%\I2P (Windows), +# or /Users/(user)/Library/Application Support/i2p (Mac), be sure to # edit the file in the configuration directory, NOT the install directory. # When running as a Linux daemon, the configuration directory is /var/lib/i2p # and the install directory is /usr/share/i2p . +# When running as a Windows service, the configuration directory is \ProgramData\i2p +# and the install directory is \Program Files\i2p . # # fire up the web console diff --git a/installer/resources/eepsite/docroot/help/index.html b/installer/resources/eepsite/docroot/help/index.html index d9900bb4ea..61de18dc74 100644 --- a/installer/resources/eepsite/docroot/help/index.html +++ b/installer/resources/eepsite/docroot/help/index.html @@ -24,7 +24,9 @@ </div> <h2>Quick Guide to Anonymous Webserving on I2P</h2> - <p>This is your own anonymous I2P webserver ("eepsite") - simply edit the files under <code>~/.i2p/eepsite/docroot/</code> (Linux) or <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) + <p>This is your own anonymous I2P webserver ("eepsite") - simply edit the files under <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + or <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), and they'll be reachable by others once you follow the instructions below. In I2P, hidden services are addressed using a 'key', which is represented as a really long Base64 string. (The 'key' is somewhat analogous to an IP address, and @@ -66,7 +68,9 @@ <li>In your browser, enter in your website name (<i>something</i>.i2p) and you should be right back here. Hopefully it worked.</li> <li>Before you tell the world about your new website, you should add some content. - Go to <code>~/.i2p/eepsite/docroot/</code> (Linux) or <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) and replace the index.html redirect page with your own content. Virtual folders work, so you can host files from a sub directory without explicitly needing to provide a page with links to files. If you need a template for a basic site, feel free to borrow and adapt <a href="pagetemplate.html">this page</a> and <a href="lib/">content</a>!</li> + Go to <code>~/.i2p/eepsite/docroot/</code> (Linux), <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + or <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), + and replace the index.html redirect page with your own content. Virtual folders work, so you can host files from a sub directory without explicitly needing to provide a page with links to files. If you need a template for a basic site, feel free to borrow and adapt <a href="pagetemplate.html">this page</a> and <a href="lib/">content</a>!</li> </ul> <h2>Register your own .I2P Domain</h2><ul> <li>Now it's time to add your website to an I2P address book hosted by a site diff --git a/installer/resources/eepsite/docroot/help/index_de.html b/installer/resources/eepsite/docroot/help/index_de.html index 914c75c032..476e4d7a99 100644 --- a/installer/resources/eepsite/docroot/help/index_de.html +++ b/installer/resources/eepsite/docroot/help/index_de.html @@ -27,7 +27,9 @@ <h2>Kurzanleitung zum anonymen Hosten von Webseiten in I2P</h2> <p>Dies ist Ihre <strong>Eepseite</strong>, Ihre Web-Präsens im I2P. Editieren Sie einfach die Dateien unter -<code>~/.i2p/eepsite/docroot/</code> (Linux) oder <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) +<code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + oder <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), und nachdem Sie den Anweisungen weiter unten gefolgt sind, werden Sie – vertreten durch Ihre Eepseite – von anderen im I2P-Netz und, soweit verfügbar, über private „In-Proxys“ weltweit auch im offenen Internet erreichbar sein.</p> @@ -110,7 +112,9 @@ Adresse hat sich geändert. <br></li> <li>Bevor Sie der Welt von Ihrer neuen Eepseite berichten, sollte sie auch über ein wenig Inhalt verfügen. Begeben Sie sich in das -Verzeichnis <code>~/.i2p/eepsite/docroot/</code> (Linux) oder <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) +Verzeichnis <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + oder <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), und benennen Sie dieses Dokument von <em>„index.html“</em> in <em>„hilfe.html“</em> um, so können Sie später darauf zurückgreifen. Erstellen Sie Ihre eigene <em>„index.html“</em> und füllen diese mit Inhalten, Bildern oder was auch immer Sie anderen mitteilen wollen.</li> </ol> diff --git a/installer/resources/eepsite/docroot/help/index_es.html b/installer/resources/eepsite/docroot/help/index_es.html index 6695ae9a38..1fcd8a9da1 100644 --- a/installer/resources/eepsite/docroot/help/index_es.html +++ b/installer/resources/eepsite/docroot/help/index_es.html @@ -23,7 +23,9 @@ <a href="index_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> </div> <h2>GuÃa rápida para crear el servidor web en I2P</h2> - <p>Esta es tu eepsite, tu propio servidor web anónimo en I2P - simplemente edita los archivos dentro de <code>~/.i2p/eepsite/docroot/</code> (en Linux) o <code>%APPDATA%\I2P\eepsite\docroot\</code> (en Windows) + <p>Esta es tu eepsite, tu propio servidor web anónimo en I2P - simplemente edita los archivos dentro de <code>~/.i2p/eepsite/docroot/</code> (en Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (en Windows), + o <code>/Users/(user)/Library/Application Support/i2p</code> (en Mac), y podrá ser vistas por otras personas una vez que hayas seguido lo pasos de más abajo. En I2P las eepsites se indican con una 'key o 'clave', la cual se representa como una larga cadena de texto en Base64. (La 'key' es de alguna manera análoga a in dirección IP, y se muestra en la @@ -65,7 +67,9 @@ <li>Escribe el nombre de la eepsite en tu navegador (<i>algo</i>.i2p) y deberÃas verla inmediatamente.</li> <li>Antes de anunciar tu nueva eepsite al mundo, deberÃas añadir contenido. - Ves a <code>~/.i2p/eepsite/docroot/</code> (en Linux) o <code>%APPDATA%\I2P\eepsite\docroot\</code> (en Windows) + Ves a <code>~/.i2p/eepsite/docroot/</code> (en Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (en Windows), + o <code>/Users/(user)/Library/Application Support/i2p</code> (en Mac), y reemplaza la página de redirección index.html con tu contenido. Las carpetas virtuales funcionan, por lo que puedes hospedar archivos desde un subdirectorio sin la necesidad de proveer explÃcitamente una página con enlaces a los archivos. Si necesitas una plantilla para una web básica, puedes utilizar y adaptar <a href="pagetemplate.html">esta página</a> diff --git a/installer/resources/eepsite/docroot/help/index_fr.html b/installer/resources/eepsite/docroot/help/index_fr.html index efb60fa4b2..5c60915540 100644 --- a/installer/resources/eepsite/docroot/help/index_fr.html +++ b/installer/resources/eepsite/docroot/help/index_fr.html @@ -24,8 +24,9 @@ </div> <h2>Guide rapide pour faire un serveur web anonyme dans I2P</h2> - <p>Ceci est votre eepsite, fonctionnant sur votre propre serveur web anonyme I2P. Pour le modifier, il suffit d'éditer les fichiers dans <code>~/.i2p/eepsite/ - docroot/</code> (Linux) ou <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) + <p>Ceci est votre eepsite, fonctionnant sur votre propre serveur web anonyme I2P. Pour le modifier, il suffit d'éditer les fichiers dans <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + ou <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), et ils deviendront accessibles aux autres utilisateurs une fois que vous aurez suivi les instructions ci-dessous. Dans I2P, on accède aux eepsites en utilisant une 'clé', qui est représentée par une longue chaîne de caractères de type Base64 (la 'clé' est semblable à une adresse IP, et elle est affichée sur la <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">page de configuration</a>) de l'eepsite de I2PTunnel. @@ -65,7 +66,9 @@ <li>Dans votre navigateur web, entrez le nom de votre eepsite (<i>quelquechose</i>.i2p) et vous devriez vous retrouver sur cette page. Avec un peu de chance - si vous êtes arrivé ici, c'est que ça a marché !</li> <li>Avant de parler à tout le monde de votre nouvel eepsite, vous devriez ajouter du contenu. - Allez à <code>~/.i2p/eepsite/docroot/</code> (Linux) ou <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) et remplacez la page index.html avec votre propre page. Les dossiers virtuels fonctionnent, + Allez à <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + ou <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), et remplacez la page index.html avec votre propre page. Les dossiers virtuels fonctionnent, donc vous pouvez héberger un sous-dossier sans explicitement ajouter des liens vers des fichiers. Si vous avez besoin d'un gabarit pour un site de base, n'hésitez pas à utiliser et à changer <a href="pagetemplate.html">cette page</a> et <a href="lib/">contenu</a>!</li> </ul> <h2>Enregistrer votre propre domaine .I2P</h2><ul> diff --git a/installer/resources/eepsite/docroot/help/index_nl.html b/installer/resources/eepsite/docroot/help/index_nl.html index 1bff4cfb76..f2a96e7b04 100644 --- a/installer/resources/eepsite/docroot/help/index_nl.html +++ b/installer/resources/eepsite/docroot/help/index_nl.html @@ -24,7 +24,9 @@ </div> <h2>Korte Handleiding voor Anoniem Webhosten op I2P</h2> - <p>Dit is je eepsite, je eigen anonieme I2P webserver - pas de bestanden onder <code>~/.i2p/eepsite/docroot/</code> (Linux) of <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) simpelweg aan + <p>Dit is je eepsite, je eigen anonieme I2P webserver - pas de bestanden onder <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + of <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), simpelweg aan en ze zijn bereikbaar door anderen zodra je onderstaande instructies hebt opgevolgd. In I2P worden eepsites aangeduid met een 'destination', dit is een erg lange Base64 string. (De 'destination' is vergelijkbaar met een IP adres en wordt getoond op de eepsite's I2PTunnel @@ -66,7 +68,9 @@ Klik "Toevoegen" om de destination aan je adresboek toe te voegen.</li> <li>In je browser, voel je eepsite naam in (<i>mijnsite</i>.i2p) en je komt hier hopelijk weer terug.</li> <li>Voordat je de rest van de wereld over je nieuwe eepsite vertelt, zorg eerst voor wat content. - Ga naar <code>~/.i2p/eepsite/docroot/</code> (Linux) of <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) en vervang de index.html verwijs pagina met je eigen content. Virtual folders werken, dus kan je bestanden vanuit een subdirectory hosten zonder dat je een pagina met links naar deze files moet maken. Mocht je een template nodig hebben voor een basis site, weer vrij om <a href="pagetemplate.html">deze pagina</a> en <a href="lib/">deze content</a> te gebruiken en aan te passen!</li> + Ga naar <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + of <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), en vervang de index.html verwijs pagina met je eigen content. Virtual folders werken, dus kan je bestanden vanuit een subdirectory hosten zonder dat je een pagina met links naar deze files moet maken. Mocht je een template nodig hebben voor een basis site, weer vrij om <a href="pagetemplate.html">deze pagina</a> en <a href="lib/">deze content</a> te gebruiken en aan te passen!</li> </ul> <h2>Registreer je eigen .I2P Domein</h2><ul> <li>Nu is het tijd om je eepsite toe te voegen aan een I2P adresboek gehost door een site diff --git a/installer/resources/eepsite/docroot/help/index_ru.html b/installer/resources/eepsite/docroot/help/index_ru.html index 5cfbf2b5c9..fb43e9ea87 100644 --- a/installer/resources/eepsite/docroot/help/index_ru.html +++ b/installer/resources/eepsite/docroot/help/index_ru.html @@ -25,7 +25,9 @@ <h2>Краткое руководÑтво по анонимному хоÑтингу Ñайтов в I2P</h2> <p> -Ðта Ñтраничка - Ваш I2P-Ñайт, Ваш ÑобÑтвенный анонимный I2P-вебÑервер. Отредактируйте файлы в директории <code>~/.i2p/eepsite/docroot/</code> (Linux) или <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), выполните шаги из инÑтрукции ниже и Ваш Ñайт увидÑÑ‚ другие пользователи. +Ðта Ñтраничка - Ваш I2P-Ñайт, Ваш ÑобÑтвенный анонимный I2P-вебÑервер. Отредактируйте файлы в директории <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + или <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), выполните шаги из инÑтрукции ниже и Ваш Ñайт увидÑÑ‚ другие пользователи. Ð’ I2P Ñайты адреÑуютÑÑ Ð¿Ð¾ их «ключу», который выглÑдит как очень Ð´Ð»Ð¸Ð½Ð½Ð°Ñ Base64 Ñтрока. Ðтот «ключ» чаÑтично выполнÑет функцию IP-адреÑа и указан на <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Ñтранице наÑтроек Ñ‚ÑƒÐ½Ð½ÐµÐ»Ñ i2p-Ñайта</a>. Далее мы раÑÑкажем Вам, как приÑвоить Ñвоему ключу Ð¸Ð¼Ñ Ñ‚Ð¸Ð¿Ð° «mysite.i2p» и запуÑтить Ваш i2p-Ñайт. @@ -49,7 +51,9 @@ <li>Введите в браузере Ð¸Ð¼Ñ Ð’Ð°ÑˆÐµÐ³Ð¾ Ñайта (<i>something</i>.i2p), Ð’Ñ‹ должны Ñнова попаÑÑ‚ÑŒ на Ñту Ñтраницу. ÐадеемÑÑ, что Ñто Ñработало.</li> -<li>Перед тем как Ð’Ñ‹ Ñообщите миру о Ñвоем новом Ñайте, имеет ÑмыÑл добавить на него какой-нибудь контент. Зайдите в директорию <code>~/.i2p/eepsite/docroot/</code> (Linux) или <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) и замените заготовку Ñтраницы index.html на Вашу информацию. ЕÑÑ‚ÑŒ поддержка виртуальных папок, так что можно выкладывать файлы из поддиректорий. ЕÑли Вам нужна заготовка проÑтого Ñайта, не ÑтеÑнÑйтеÑÑŒ взÑÑ‚ÑŒ за оÑнову <a href="pagetemplate.html">Ñту Ñтраницу</a> и <a href="lib/">Ñти Ñлементы оформлениÑ</a>!</li> +<li>Перед тем как Ð’Ñ‹ Ñообщите миру о Ñвоем новом Ñайте, имеет ÑмыÑл добавить на него какой-нибудь контент. Зайдите в директорию <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + или <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), и замените заготовку Ñтраницы index.html на Вашу информацию. ЕÑÑ‚ÑŒ поддержка виртуальных папок, так что можно выкладывать файлы из поддиректорий. ЕÑли Вам нужна заготовка проÑтого Ñайта, не ÑтеÑнÑйтеÑÑŒ взÑÑ‚ÑŒ за оÑнову <a href="pagetemplate.html">Ñту Ñтраницу</a> и <a href="lib/">Ñти Ñлементы оформлениÑ</a>!</li> </ul> <h2>ЗарегиÑтрируйте Ñвой .I2P домен</h2><ul> diff --git a/installer/resources/eepsite/docroot/help/index_sv.html b/installer/resources/eepsite/docroot/help/index_sv.html index 43f57b7a78..39e4084351 100644 --- a/installer/resources/eepsite/docroot/help/index_sv.html +++ b/installer/resources/eepsite/docroot/help/index_sv.html @@ -25,8 +25,9 @@ <h2>Snabb vägledning till anonym webbservning pÃ¥ I2P</h2> <p>Det här är din eepsite, din egen anonyma I2P-webbserver - redigera bara filerna - under <code>~/.i2p/eepsite/docroot/</code> (Linux, OS X) - eller <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) + under <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + eller <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), sÃ¥ kommer andra kunna nÃ¥ dem efter att du följt instruktionerna nedan. I I2P sÃ¥ adresseras eepsajter med en 'nyckel', som representeras som en väldigt lÃ¥ng Base64-sträng. ('Nyckeln' är nÃ¥got sÃ¥ när analog med en IP-adress och visas @@ -68,7 +69,9 @@ <li>I din webbläsare, skriv in ditt eepsajtnamn (<i>ettbranamn</i>.i2p) sÃ¥ borde du landa pÃ¥ den här sidan igen. Förhoppningsvis fungerade det.</li> <li>Innan du berättar för världen om den nya eepsajt borde du lägga till lite innehÃ¥ll. - GÃ¥ till <code>~/.i2p/eepsite/docroot/</code> (pÃ¥ Linux eller OS X) eller <code>%APPDATA%\I2P\eepsite\docroot\</code> (pÃ¥ Windows) + GÃ¥ till <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + eller <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), och ersätt omdirigeringssidan index.html med ditt eget innehÃ¥ll. Virtuella mappar fungerar, sÃ¥ du kan serva filer frÃ¥n en underkatalog utan att behöva ge en sida med länkar till filer. Om du behöver en mall för en enkel sajt sÃ¥ varsÃ¥god och lÃ¥na och anpassa diff --git a/installer/resources/eepsite/docroot/help/index_zh.html b/installer/resources/eepsite/docroot/help/index_zh.html index 924de43d02..c3a6ff2cb7 100644 --- a/installer/resources/eepsite/docroot/help/index_zh.html +++ b/installer/resources/eepsite/docroot/help/index_zh.html @@ -24,7 +24,9 @@ </div> <h2>I2P匿å网页æœåŠ¡å¿«é€ŸæŒ‡å—</h2> - <p>这是您的eepsite,您自己的匿åI2P网络æœåŠ¡å™¨ - åªè¦ç¼–辑 <code>~/.i2p/eepsite/docroot/</code> (Linux) 或 <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) 下的文件,并且按照以下说明æ“作åŽ,别人就å¯ä»¥è®¿é—®äº†. + <p>这是您的eepsite,您自己的匿åI2P网络æœåŠ¡å™¨ - åªè¦ç¼–辑 <code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + 或 <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), 下的文件,并且按照以下说明æ“作åŽ,别人就å¯ä»¥è®¿é—®äº†. 在I2P,eepsites是用一个很长的Base64å—串"密钥"æ¥å¯»å€è®¿é—®çš„. (è¿™"密钥"有点类似于IP地å€,且会显示在eepsiteçš„I2PTunnel上 <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">é…置页</a>). @@ -57,7 +59,9 @@ å•å‡»"æ·»åŠ "ï¼Œå°†ç›®æ ‡æ·»åŠ åˆ°æ‚¨çš„å€ç°¿å†…。</li> <li>在您的æµè§ˆå™¨å†…,输入您的 eepsiteå称 (<i>something</i>.i2p)您应该会立刻返回这里. 希望它能生效.</li> <li>在您å‘全世界宣告您的新eepsiteå‰ï¼Œæ‚¨åº”è¯¥å¢žåŠ ä¸€äº›å†…å®¹. -到<code>~/.i2p/eepsite/docroot/</code> (Linux) 或 <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows) 并用自己的内容替æ¢æŽ‰index.htmlé‡å®šå‘页é¢.è™šæ‹Ÿæ–‡ä»¶å¤¹ä¼šèµ·ä½œç”¨ï¼Œè¿™æ ·æ‚¨å°±å¯ä»¥ä»Žä¸€ä¸ªå目录ä¸æ供文件æœåŠ¡è€Œä¸ç”¨æ˜Žç¡®éœ€è¦æ供链接到文件的一个页é¢.如果您需è¦ä¸€ä¸ªåŸºæœ¬çš„网站模æ¿, 请自由借æ¥å¹¶é€‚用 <a href="pagetemplate.html">本页</a> å’Œ <a href="lib/">内容</a> !</li> +到<code>~/.i2p/eepsite/docroot/</code> (Linux), + <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows), + 或 <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), 并用自己的内容替æ¢æŽ‰index.htmlé‡å®šå‘页é¢.è™šæ‹Ÿæ–‡ä»¶å¤¹ä¼šèµ·ä½œç”¨ï¼Œè¿™æ ·æ‚¨å°±å¯ä»¥ä»Žä¸€ä¸ªå目录ä¸æ供文件æœåŠ¡è€Œä¸ç”¨æ˜Žç¡®éœ€è¦æ供链接到文件的一个页é¢.如果您需è¦ä¸€ä¸ªåŸºæœ¬çš„网站模æ¿, 请自由借æ¥å¹¶é€‚用 <a href="pagetemplate.html">本页</a> å’Œ <a href="lib/">内容</a> !</li> </ul> <h2>注册自己的.I2P域å</h2><ul> <li>现在,是时候把您的eepsiteåŠ å…¥åˆ°å…¶å®ƒç½‘ç«™çš„I2P地å€ç°¿äº† diff --git a/installer/resources/eepsite/docroot/index.html b/installer/resources/eepsite/docroot/index.html index 1af326b6a3..6fe7e4e86a 100644 --- a/installer/resources/eepsite/docroot/index.html +++ b/installer/resources/eepsite/docroot/index.html @@ -2,10 +2,13 @@ <!-- # # If you have a 'split' directory installation, with configuration -# files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to +# files in ~/.i2p (Linux), %APPDATA%\I2P (Windows), +# or /Users/(user)/Library/Application Support/i2p (Mac), be sure to # edit the file in the configuration directory, NOT the install directory. # When running as a Linux daemon, the configuration directory is /var/lib/i2p # and the install directory is /usr/share/i2p . +# When running as a Windows service, the configuration directory is \ProgramData\i2p +# and the install directory is \Program Files\i2p . # --> <head> diff --git a/installer/resources/eepsite/jetty-ssl.xml b/installer/resources/eepsite/jetty-ssl.xml index b14ca0976e..b91d5c25cb 100644 --- a/installer/resources/eepsite/jetty-ssl.xml +++ b/installer/resources/eepsite/jetty-ssl.xml @@ -3,10 +3,14 @@ <!-- ========================================================================= --> <!-- If you have a 'split' directory installation, with configuration --> -<!-- files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to --> +<!-- files in ~/.i2p (Linux), %APPDATA%\I2P (Windows), --> +<!-- or /Users/(user)/Library/Application Support/i2p (Mac), be sure to --> <!-- edit the file in the configuration directory, NOT the install directory. --> <!-- When running as a Linux daemon, the configuration directory is --> <!-- /var/lib/i2p and the install directory is /usr/share/i2p . --> +<!-- When running as a Windows service, --> +<!-- the configuration directory is \ProgramData\i2p --> +<!-- and the install directory is \Program Files\i2p . --> <!-- --> <!-- ========================================================================= --> diff --git a/installer/resources/eepsite/jetty.xml b/installer/resources/eepsite/jetty.xml index ff05e3e64f..5e9ad9e840 100644 --- a/installer/resources/eepsite/jetty.xml +++ b/installer/resources/eepsite/jetty.xml @@ -30,10 +30,14 @@ <!-- Note that the XML encoding for this file is UTF-8. --> <!-- --> <!-- If you have a 'split' directory installation, with configuration --> -<!-- files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to --> +<!-- files in ~/.i2p (Linux), %APPDATA%\I2P (Windows), --> +<!-- or /Users/(user)/Library/Application Support/i2p (Mac), be sure to --> <!-- edit the file in the configuration directory, NOT the install directory. --> <!-- When running as a Linux daemon, the configuration directory is --> <!-- /var/lib/i2p and the install directory is /usr/share/i2p . --> +<!-- When running as a Windows service, --> +<!-- the configuration directory is \ProgramData\i2p --> +<!-- and the install directory is \Program Files\i2p . --> <!-- --> <!-- ========================================================================= --> diff --git a/installer/resources/i2ptunnel.config b/installer/resources/i2ptunnel.config index 944def78d9..60f6a1d114 100644 --- a/installer/resources/i2ptunnel.config +++ b/installer/resources/i2ptunnel.config @@ -1,10 +1,13 @@ # NOTE: This I2P config file must use UTF-8 encoding # # If you have a 'split' directory installation, with configuration -# files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to +# files in ~/.i2p (Linux), %APPDATA%\I2P (Windows), +# or /Users/(user)/Library/Application Support/i2p (Mac), be sure to # edit the file in the configuration directory, NOT the install directory. # When running as a Linux daemon, the configuration directory is /var/lib/i2p # and the install directory is /usr/share/i2p . +# When running as a Windows service, the configuration directory is \ProgramData\i2p +# and the install directory is \Program Files\i2p . # # eepproxy -- GitLab