diff --git a/installer/resources/eepsite/docroot/help/index.html b/installer/resources/eepsite/docroot/help/index.html index 61de18dc74..813f8b4e80 100644 --- a/installer/resources/eepsite/docroot/help/index.html +++ b/installer/resources/eepsite/docroot/help/index.html @@ -1,127 +1,250 @@ - - - I2P Hidden Service Website + + + + + I2P Anonymous WebServer - - - - -
-
-

I2P Hidden Service Website

-
- -English -中文 -Deutsch -Español -Français -فارسی -日本語 -Nederlands -Русский -Svenska -
-

Quick Guide to Anonymous Webserving on I2P

+ + + -

This is your own anonymous I2P webserver ("eepsite") - simply edit the files under ~/.i2p/eepsite/docroot/ (Linux), - %APPDATA%\I2P\eepsite\docroot\ (Windows), - or /Users/(user)/Library/Application Support/i2p (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 - is shown on the hidden service - configuration page). - The instructions below detail how to assign a name like "mysite.i2p" to your key and start up your website.

-

You can reach your site locally via - http://127.0.0.1:7658/. -

+ -

How to set up and announce your hidden service website

- Your website is stopped by default. - After you start it, it will be difficult for other people to find because it - doesn't have a name and they don't have your really long Base64 key. - You could just tell people that really long key, but thankfully I2P has an address book - and several easy ways to tell people about your website. Here's detailed instructions. - -

Register your own .I2P Domain

Adding Addressbook Subscriptions

-

Further Assistance

-Note: This page, the website and the console all need translating into YOUR language if it's not already been done or in progress. Please consider helping the project grow by volunteering your time to translate. Contact the project via the IRC channel listed above. Thanks in advance!
-
-Document last edited: November 2010.
-
- - +
+ +
+ + English + 中文 + Deutsch + Español + Français + فارسی + 日本語 + Nederlands + Русский + Svenska +
+ +

I2P Anonymous Webserver

+ +

Quick Guide to Anonymous Webserving on I2P

+ +

This is your own anonymous I2P webserver ("eepsite"). To serve your own content, simply edit the files in the webserver's + root directory and they'll be reachable by others once you follow the instructions below. +

+ +

The webserver's root directory can be found in the following location: +

+ + + +

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 is shown on the + Hidden Service Configuration page). +

+ +

The instructions below detail how to assign a name like "mysite.i2p" to your key and start up your website. You can + reach your site locally via http://127.0.0.1:7658/. +

+ +

How to set up and announce your hidden service website

+ +

Your website is stopped by default. After you start it, it will be difficult for other people to find because it + doesn't have a name and they don't have your really long Base64 key. You could just tell people that really long + key, but thankfully I2P has an address book and several easy ways to tell people about your website. Here's detailed + instructions. +

+ + + +

Virtual folders work, so you can host files from a sub directory without explicitly needing to provide a page + with links to files. You can change the appearance of the directory listing by supplying an edited jetty-dir.css file + for each of the directories you are serving, demonstrated here. The + resources sub-directory (containing filetype images for the directory listing) + reverts to the default style. If you need a template for a basic site, feel free to borrow and adapt + this page and content! +

+ +

If you're returned to this page after editing the content, try clearing your browser's web cache:

+ + + +

Register your own .I2P Domain

+ +

Now it's time to add your website to an I2P address book hosted by a site such as + stats.i2p + or no.i2p. That is, you must enter your website name and key into a web interface + on one or more of these sites. Here is the key entry form at stats.i2p. + Again, your key is the entire "Local destination" key on the + Hidden Service Configuration page. Be sure you + get the whole thing. Don't forget to click "add a key". Check to see if it reports the key was added. Since many + routers periodically get address book updates from these sites, within several hours others will be able to find + your website by simply typing something.i2p into their browser.

+

Adding Addressbook Subscriptions

+ +

Speaking of address book updates, this would be a good time to add some more addressbooks to your own + subscription list. Go to your Subscriptions Configuration + page and add a couple of these for an automatically updated list of new hosts: +

+ + + +

If you are in a hurry and can't wait a few hours, you can tell people to use a "jump" address helper redirection + service. This will work within a few minutes of your entering the key to an address book on the same site. Test + it yourself first by entering http://stats.i2p/cgi-bin/jump.cgi?a=something.i2p or + http://i2host.i2p/cgi-bin/i2hostjump?something.i2p into your browser. + Once it's working, you can tell others to use it. +

+ + +

Some people check website lists such as Identiguy's eepsite status list + or no.i2p's active host list for new eepsites, so you may start getting a few + visitors. But there are plenty of other ways to tell people. Here are a few ideas: +

+ + + +

Note that some sites recommend pasting in that really long destination key. You can if you want - but if you have + successfully posted your key at an add-key service, tested it using a jump service, and waited 24 hours for the + address book update to propagate to others, that shouldn't be necessary.

+ +

Using an alternative webserver to host your site

+ +

This site (and the I2P router console) is running on the + Jetty webserver, + but you may want to use a different webserver to host your content. + To maintain anonymity, be sure that your webserver is configured to only allow connections from localhost (127.0.0.1), + and check the documentation to ensure your webserver isn't advertising details that may compromise your anonymity. +

+ +

To configure your webserver for use on I2P, you can either use the existing webserver tunnel and + disable the default webserver from running, + or create a new HTTP Server tunnel in the Hidden Services Manager. + Whatever you choose, you need to make sure the listening port configured for the webserver (7658 by default for the I2P webserver + Jetty instance) is also configured in the Hidden Services Webserver settings. So, for example if your webserver is listening + by default on address 127.0.0.1 port 80, you'd need to also ensure that the Target port in the Hidden Service Manager settings page + for the service is also configured to port 80. +

+ +

Please be aware that a poorly configured webserver or web appplication can leak potentially compromising information such as + your real ip address or server details that may reduce your anonymity or assist a hacker, which is why it's recommended to use the + default server until you're up to speed on securing your alternative server and any webapps you may be running, + for which there are many guides on the internet. The following may be of help: +

+ + + +

Further Assistance

+ +

If you have any questions, the following places are available for support: +

+ + + +
+ Note: This page, the website and the console all need translating into YOUR language if it's not already + been done or in progress. Please consider helping the project grow by + volunteering your time to translate. Contact the project via the IRC channel listed above. Thanks in advance! +
+ +
+ +
+ Document last edited: July 2016. +
+ +
+ + \ No newline at end of file diff --git a/installer/resources/eepsite/docroot/help/index_de.html b/installer/resources/eepsite/docroot/help/index_de.html index 476e4d7a99..381549407e 100644 --- a/installer/resources/eepsite/docroot/help/index_de.html +++ b/installer/resources/eepsite/docroot/help/index_de.html @@ -1,15 +1,10 @@ - - - + Anonymer Webserver im I2P | Willkommen auf Ihrer Eepseite! - -
-

Anonymer Webserver im I2P

English @@ -22,9 +17,10 @@ Nederlands Русский Svenska -
+

Anonymer Webserver im I2P

+

Kurzanleitung zum anonymen Hosten von Webseiten in I2P

Dies ist Ihre Eepseite, Ihre Web-Präsens im I2P. Editieren Sie einfach die Dateien unter ~/.i2p/eepsite/docroot/ (Linux), diff --git a/installer/resources/eepsite/docroot/help/index_es.html b/installer/resources/eepsite/docroot/help/index_es.html index 1fcd8a9da1..cb4f152c21 100644 --- a/installer/resources/eepsite/docroot/help/index_es.html +++ b/installer/resources/eepsite/docroot/help/index_es.html @@ -1,4 +1,5 @@ - + + Servidor web anónimo I2P| Bienvenido a tu eepsite @@ -6,9 +7,7 @@ -

-

Servidor web anónimo I2P

English @@ -22,7 +21,8 @@ Русский Svenska
-

Guía rápida para crear el servidor web en I2P

+

Servidor web anónimo I2P

+

Guía rápida para crear el servidor web en I2P

Esta es tu eepsite, tu propio servidor web anónimo en I2P - simplemente edita los archivos dentro de ~/.i2p/eepsite/docroot/ (en Linux), %APPDATA%\I2P\eepsite\docroot\ (en Windows), o /Users/(user)/Library/Application Support/i2p (en Mac), @@ -36,12 +36,12 @@

Cómo configurar y anunciar tu eepsite

- Tu eepsite por defecto está apagada. +

Tu eepsite por defecto está apagada. Después de arrancarla será difícil que otras personas la encuentren porque no tiene un nombre y porque ellos no tienen la clave Base64. Podrías simplemente decir a la gente tu clave Base64, pero afortunadamente I2P tiene una libreta de direcciones y varias formas fáciles de indicar a la gente como alcanzar tu eepsite. - Aquí están las instrucciones detalladas. + Aquí están las instrucciones detalladas.

  • Selecciona un nombre para tu eepsite (algo.i2p). Usa sólo minúsculas. Deberías comprobar primero si el nombre ya existe en tu libreta de direcciones @@ -65,18 +65,17 @@ libreta de direcciones maestras. Pulsa "Add/Añadir" para añadir la destinación a tu libreta de direcciones.
  • Escribe el nombre de la eepsite en tu navegador (algo.i2p) y deberías - verla inmediatamente.
  • -
  • Antes de anunciar tu nueva eepsite al mundo, deberías añadir contenido. + verla inmediatamente.
+

Antes de anunciar tu nueva eepsite al mundo, deberías añadir contenido. Ves a ~/.i2p/eepsite/docroot/ (en Linux), %APPDATA%\I2P\eepsite\docroot\ (en Windows), o /Users/(user)/Library/Application Support/i2p (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 esta página - y su contenido - -

Registra tu propio dominio .I2P

    -
  • Ahora es el momento de añadir tu eepsite a una libreta de direcciones de I2P + y su contenido.

    +

    Registra tu propio dominio .I2P

    +

    Ahora es el momento de añadir tu eepsite a una libreta de direcciones de I2P alojada en una web como stats.i2p. Debes ingresar el nombre de tu eepsite y la clave en una o más de estas webs. Aquí tienes el formulario en stats.i2p. @@ -86,27 +85,26 @@ No olvides en pulsar "add a key/añadir una clave". Comprueba que ha indicado que la clave ha sido añadida. Ya que muchos ruters periódicamente obtienen las direcciones de estas webs, en unas cuantas horas - otros usuarios serán capaces de encontrar tu eepsite simplemente escribiendo algo.i2p en sus navegadores.

  • -
-

Añadiendo suscripciones a otras libretas de direcciones

    -
  • Ya que hablamos de las actualizaciones de las libretas de direcciones, este es buen + otros usuarios serán capaces de encontrar tu eepsite simplemente escribiendo algo.i2p en sus navegadores.

    +

    Añadiendo suscripciones a otras libretas de direcciones

    +

    Ya que hablamos de las actualizaciones de las libretas de direcciones, este es buen momento para añadir más libretas de direcciones a tu propia lista de suscripciones. Ves a tu página de configuración de suscripciones y añade algunas de estas para la - actualización automática de nuevas eepsites:

      + actualización automática de nuevas eepsites:

      -
    • Si tienes prisa y no puedes esperar unas horas, puedes decir a la gente que use los servicios de ayuda de +

      Si tienes prisa y no puedes esperar unas horas, puedes decir a la gente que use los servicios de ayuda de redirección "saltos/jump". Esto hará que funcione en unos minutos tras haber incluido la clave en la libreta de direcciones de dicha web. Puedes probarlo tu mismo escribiendo http://stats.i2p/cgi-bin/jump.cgi?a=algo.i2p o http://i2host.i2p/cgi-bin/i2hostjump?algo.i2p en tu navegador. - Una vez que ya funcione ya puedes avisar a otros para que lo utilicen.

    • -
    • Algunas personas comprueban listas de eepsites como + Una vez que ya funcione ya puedes avisar a otros para que lo utilicen.

      +

      Algunas personas comprueban listas de eepsites como inproxy.tino.i2p/status.php o perv.i2p en busca de nuevas eepsites, con lo cual puede ser que empiece a visitarla gente. - Pero hay muchas otras formas de avisar a la gente. Aquí tienes unas cuantas ideas:

    • + Pero hay muchas otras formas de avisar a la gente. Aquí tienes unas cuantas ideas:

      - Date cuenta que algunas webs recomiendan pegar esa clave de destino Base64 larga. +

      Date cuenta que algunas webs recomiendan pegar esa clave de destino Base64 larga. Pero si has conseguido poner tu clave en un servicio 'add-key/añadido-de-clave', haberla probado usando un servicio de 'salto', y esperado 24 horas para que se propague por - las libretas de direcciones de otros, esto no debería ser necesario.

    -

    Más ayuda

      -
    • Si tienes alguna pregunta, puedes mirar en los siguientes sitios para obtener ayuda:
    • + las libretas de direcciones de otros, esto no debería ser necesario.

      +

      Más ayuda

      +

      Si tienes alguna pregunta, puedes mirar en los siguientes sitios para obtener ayuda:

      -
    +
    Nota: Esta web y la consola necesitan ser traducidas a TU idioma si esto no ha sido sido hecho ya o está en progreso de traducirse. Por favor, considere ayudar al crecimiento del proyecto ayudando a traducir. Contacta con el proyecto a través del canal de IRC mostrado más abajo. ¡Gracias!

    Documento editado por última vez en: Noviembre del 2010.
    -
+
diff --git a/installer/resources/eepsite/docroot/help/index_fr.html b/installer/resources/eepsite/docroot/help/index_fr.html index 5c60915540..6def27692c 100644 --- a/installer/resources/eepsite/docroot/help/index_fr.html +++ b/installer/resources/eepsite/docroot/help/index_fr.html @@ -1,4 +1,5 @@ - + + I2P serveur web anonyme | Bienvenue à votre eepsite @@ -6,9 +7,7 @@ -
-

Serveur web anonyme I2P

English @@ -21,8 +20,9 @@ Nederlands Русский Svenska -
-

Guide rapide pour faire un serveur web anonyme dans I2P

+
+

Serveur web anonyme I2P

+

Guide rapide pour faire un serveur web anonyme dans I2P

Ceci est votre eepsite, fonctionnant sur votre propre serveur web anonyme I2P. Pour le modifier, il suffit d'éditer les fichiers dans ~/.i2p/eepsite/docroot/ (Linux), %APPDATA%\I2P\eepsite\docroot\ (Windows), @@ -36,11 +36,11 @@

Comment configurer et annoncer votre eepsite

- Votre eepsite est par défaut arrêté. 20 +

Votre eepsite est par défaut arrêté. Après que vous l'ayez lancé, il sera difficile à trouver par les autres gens, car ils n'a pas de nom et les gens n'ont pas votre longue clé Base64. Vous pourriez simplement distribuer manuellement aux gens cette longue clé, mais heureusement I2P a un carnet d'adresses - et plusieurs manières faciles de faire connaitre votre eepsite. Voici les instructions détaillées : + et plusieurs manières faciles de faire connaitre votre eepsite. Voici les instructions détaillées:

  • Choissisez un nom pour votre eepsite (quelquechose.i2p). N'utilisez que des minuscules. D'abord, vérifiez dans le carnet d'adresse de votre routeur @@ -71,8 +71,8 @@ ou /Users/(user)/Library/Application Support/i2p (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 cette page et contenu!
-

Enregistrer votre propre domaine .I2P

    -
  • Maintenant il est temps d'ajouter votre eepsite à un carnet d'adresses hébergé par un site +

    Enregistrer votre propre domaine .I2P

    +

    Maintenant il est temps d'ajouter votre eepsite à un carnet d'adresses hébergé par un site tel que stats.i2p ou no.i2p. C'est-à-dire que vous devez entrer le nom de votre eepsite et sa clé dans l'interface web d'un ou plus de ces sites. @@ -83,26 +83,26 @@ Prenez toute la clé. N'oubliez pas de cliquer sur le bouton de validation (ex: "submit"). Vérifiez que le site montre que la clé a été correctement ajoutée. - Sachant que beaucoup de routeurs récupèrent périodiquement des mises à jour de carnets d'adresses depuis ces sites, en quelques heures d'autres utilisateurs seront capables de trouver et d'accéder à votre eepsite simplement en tapant quelquechose.i2p dans leurs navigateurs web.

  • -

Comment ajouter des abonnements de carnets d'adresses

    -
  • En parlant de mises à jour de carnets d'adresses, ce serait un bon moment pour ajouter quelques carnets d'adresses + Sachant que beaucoup de routeurs récupèrent périodiquement des mises à jour de carnets d'adresses depuis ces sites, en quelques heures d'autres utilisateurs seront capables de trouver et d'accéder à votre eepsite simplement en tapant quelquechose.i2p dans leurs navigateurs web.

    +

    Comment ajouter des abonnements de carnets d'adresses

    +

    En parlant de mises à jour de carnets d'adresses, ce serait un bon moment pour ajouter quelques carnets d'adresses à votre liste de souscriptions. Allez sur la page appropriée afin d'en a - jouter quelques uns listés ci-dessous afin que votre liste d'hôtes soit mise à jour automatiquement :

    • + jouter quelques uns listés ci-dessous afin que votre liste d'hôtes soit mise à jour automatiquement:

      -
    • Si vous êtes pressé et que vous ne pouvez pas attendre quelques heures, vous pouvez demander aux gens d'utiliser une adresse de service de saut (jump service, service d'aide à la re-direction d'adresse). +

      Si vous êtes pressé et que vous ne pouvez pas attendre quelques heures, vous pouvez demander aux gens d'utiliser une adresse de service de saut (jump service, service d'aide à la re-direction d'adresse). Cela marchera en quelques minutes après que vous ayez entré votre clé dans le carnet d'adresses du même site. - Testez-le vous-même en entrant : + Testez-le vous-même en entrant: http://stats.i2p/cgi-bin/jump.cgi?a=que lquechose.i2p ou http://i2host.i2p/cgi-bin/i2hostjump?quelquechose.i2p dans votre navigateur web. - Dès que cela fonctionnera, vous pourrez en informer les gens.

    • -
    • Certains personnes s'informent des nouveaux eepsites sur des listes telles que + Dès que cela fonctionnera, vous pourrez en informer les gens.

      +

      Certains personnes s'informent des nouveaux eepsites sur des listes telles que inproxy.tino.i2p/status.php ou perv.i2p, c'est pourquoi vous pourriez commencer à avoir - quelques visiteurs. Mais il y a beaucoup d'autres manières d'informer les gens. Voici quelques idées : + quelques visiteurs. Mais il y a beaucoup d'autres manières d'informer les gens. Voici quelques idées:

      - Notez que certains sites recommandent de coller la longue clé de destination. Vous pouvez si vous voulez, +

      Notez que certains sites recommandent de coller la longue clé de destination. Vous pouvez si vous voulez, mais si vous avez déjà réussi à poster la clé sur un service d'ajout de clé (type stats.i2p) et attendu 24 heures afin que la mise à jour de carnet d'adresses - se propage aux autres gens, cela ne devrait pas être nécessaire.

    -

    Obtenir davantage d'assistance

      -
    • Si vous avez d'autres questions, trouvez du soutien à ces endroits : + se propage aux autres gens, cela ne devrait pas être nécessaire.

      +

      Obtenir davantage d'assistance

      +

      Si vous avez d'autres questions, trouvez du soutien à ces endroits:

      +
      Note: cette page, le site web, et la console, ont tous besoin de traductions dans VOTRE langue si ce n'est pas encore fait ni en cours. Veuillez envisager d'aider le projet à grandir en donnant volontairement de votre temps pour la traduction. Contactez le projet via le canal IRC listé ci-dessus. Merci par avance !

      Document dernièrement édité: Mai 2014.
      -
+
diff --git a/installer/resources/eepsite/docroot/help/index_na.html b/installer/resources/eepsite/docroot/help/index_na.html index 06da52e896..f3d829d614 100644 --- a/installer/resources/eepsite/docroot/help/index_na.html +++ b/installer/resources/eepsite/docroot/help/index_na.html @@ -1,13 +1,13 @@ - + + I2P Anonymous Webserver | I'm a non-translated welcome page - + + -
-

I2P Anonymous Webserver

English @@ -21,6 +21,7 @@ Русский Svenska
+

I2P Anonymous Webserver

Help translate this page into your language!

If you're viewing this page and not an actual translation of the welcome page into your @@ -36,7 +37,6 @@ Please visit our IRC support channel via #i anonymously via your resident I2P IRC tunnel for more information.

Document last edited: November 2009.
-
diff --git a/installer/resources/eepsite/docroot/help/index_nl.html b/installer/resources/eepsite/docroot/help/index_nl.html index f2a96e7b04..a9eda0f0f8 100644 --- a/installer/resources/eepsite/docroot/help/index_nl.html +++ b/installer/resources/eepsite/docroot/help/index_nl.html @@ -1,4 +1,5 @@ - + + I2P Anonieme Webserver | Welkom op je eepsite @@ -6,9 +7,7 @@ -
-

I2P Anonieme Webserver

English @@ -22,7 +21,8 @@ Русский Svenska
-

Korte Handleiding voor Anoniem Webhosten op I2P

+

I2P Anonieme Webserver

+

Korte Handleiding voor Anoniem Webhosten op I2P

Dit is je eepsite, je eigen anonieme I2P webserver - pas de bestanden onder ~/.i2p/eepsite/docroot/ (Linux), %APPDATA%\I2P\eepsite\docroot\ (Windows), @@ -38,12 +38,12 @@

Hoe je eepsite op te zetten en aan te kondigen

- Je eepsite is standaard gestopt. +

Je eepsite is standaard gestopt. Nadat je tunnel voor je eepsite start, zullen anderen je site nog niet kunnen vinden want het heeft nog geen naam en ze hebben je erg lange Base64 destination nog niet. Je zou deze lange destination aan iedereen kunnen vertellen, maar gelukkig heeft i2p een adresboek en verschillende eenvoudige manieren om anderen over je eepsite te - vertellen. Hier zijn de gedetailleerde instructies. + vertellen. Hier zijn de gedetailleerde instructies.

  • Kies een naam voor je eepsite (mijnsite.i2p). Gebruik alleen kleine letters. Kijk eerst @@ -66,14 +66,13 @@
  • Voer de naam in en plak je destination in je hoofd adresboek. Klik "Toevoegen" om de destination aan je adresboek toe te voegen.
  • -
  • In je browser, voel je eepsite naam in (mijnsite.i2p) en je komt hier hopelijk weer terug.
  • -
  • Voordat je de rest van de wereld over je nieuwe eepsite vertelt, zorg eerst voor wat content. +
  • In je browser, voel je eepsite naam in (mijnsite.i2p) en je komt hier hopelijk weer terug.
+

Voordat je de rest van de wereld over je nieuwe eepsite vertelt, zorg eerst voor wat content. Ga naar ~/.i2p/eepsite/docroot/ (Linux), %APPDATA%\I2P\eepsite\docroot\ (Windows), - of /Users/(user)/Library/Application Support/i2p (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 deze pagina en deze content te gebruiken en aan te passen! - -

Registreer je eigen .I2P Domein

    -
  • Nu is het tijd om je eepsite toe te voegen aan een I2P adresboek gehost door een site + of /Users/(user)/Library/Application Support/i2p (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 deze pagina en deze content te gebruiken en aan te passen!

    +

    Registreer je eigen .I2P Domein

    +

    Nu is het tijd om je eepsite toe te voegen aan een I2P adresboek gehost door een site zoals stats.i2p. Om dat te doen, voer je eepsite naam en destination in op de web interface van een of meer van deze sites. Hier is het invoer formulier op stats.i2p. @@ -82,22 +81,22 @@ Zorg ervoor dat je het geheel plakt, de destination. Lees de voorwaarden en klik op de "Submit" button. Het kan een aantal uren duren (afhankelijk van de voorwaarden van de gebruikte site en de subscription update instellingen van andere routers) waarna anderen je eepsite kunnen vinden door het invoeren van mijnsite.i2p in hun browser.

  • -

Adresboek Subscriptions Toevoegen

    -
  • Over adresboek updates gesproken, dit zou een goed moment zijn om wat adresboek subscriptions toe te voegen aan je eigen - subscription pagina. Ga naar je subscriptions configuratie pagina en voeg een aantal van deze URLs toe om automatisch op de hoogte te blijven van nieuwe hosts:
    • +

      Adresboek Subscriptions Toevoegen

      +

      Over adresboek updates gesproken, dit zou een goed moment zijn om wat adresboek subscriptions toe te voegen aan je eigen + subscription pagina. Ga naar je subscriptions configuratie pagina en voeg een aantal van deze URLs toe om automatisch op de hoogte te blijven van nieuwe hosts:

      -
    • Mocht je haast hebben en niet een aantal uren kunnen wachten, dan kan je gebruik maken van een "jump" adres helper redirection service. +

      Mocht je haast hebben en niet een aantal uren kunnen wachten, dan kan je gebruik maken van een "jump" adres helper redirection service. Dit dit werkt al een paar minuten nadat je de destination aan het adresboek van dezelfde site hebt toegevoegd. Test het eerst zelf door het invoeren van - http://stats.i2p/cgi-bin/jump.cgi?a=mijnsite.i2p of - http://i2host.i2p/cgi-bin/i2hostjump?mijnsite.i2p + http://stats.i2p/cgi-bin/jump.cgi?a=mijnsite.i2p of + http://i2host.i2p/cgi-bin/i2hostjump?mijnsite.i2p in je browser. - Zodra dit werkt kan je anderen hierover vertellen.

    • -
    • Sommigen kijken op eepsite lijsten zoals + Zodra dit werkt kan je anderen hierover vertellen.

      +

      Sommigen kijken op eepsite lijsten zoals inproxy.tino.i2p/status.php of perv.i2p voor nieuwe eepsites, dus kan je zo een aantal bezoekers krijgen. - Maar er zijn genoeg andere manieren om je eepsite te promoten. Hier zijn er een aantal:

    • + Maar er zijn genoeg andere manieren om je eepsite te promoten. Hier zijn er een aantal:

      -
    -

    Verdere assistentie

    +
    Noot: Deze pagina, de website en console moeten allemaal vertaald worden in JOUW eigen taal, mocht dit nog niet gedaan zijn. Help de groei van dit project door bij te dragen aan de vertaling. Neem contact op met het project via het hierboven genoemde IRC kanaal. Alvast bedankt!

    Document laatst gewijzigd: November 2010.
    -
+
diff --git a/installer/resources/eepsite/docroot/help/index_ru.html b/installer/resources/eepsite/docroot/help/index_ru.html index fb43e9ea87..097f4b86a4 100644 --- a/installer/resources/eepsite/docroot/help/index_ru.html +++ b/installer/resources/eepsite/docroot/help/index_ru.html @@ -1,4 +1,5 @@ - + + Анонимный I2P веб-сервер | Добро пожаловать на ваш I2P-сайт @@ -6,9 +7,7 @@ -
-

Анонимный I2P веб-сервер

English @@ -22,6 +21,7 @@ Русский Svenska
+

Анонимный I2P веб-сервер

Краткое руководство по анонимному хостингу сайтов в I2P

@@ -101,7 +101,6 @@


На основе шаблонов: zzz, 07.10.2009 и dr|z3d, Ноябрь 2010.
-
diff --git a/installer/resources/eepsite/docroot/help/index_sv.html b/installer/resources/eepsite/docroot/help/index_sv.html index 39e4084351..b624629274 100644 --- a/installer/resources/eepsite/docroot/help/index_sv.html +++ b/installer/resources/eepsite/docroot/help/index_sv.html @@ -1,4 +1,5 @@ - + + I2P Anonym Webbserver | Välkommen till din eepsite @@ -6,9 +7,7 @@ -
-

I2P Anonym Webbserver

English @@ -22,6 +21,7 @@ Русский Svenska
+

I2P Anonym Webbserver

Snabb vägledning till anonym webbservning på I2P

Det här är din eepsite, din egen anonyma I2P-webbserver - redigera bara filerna @@ -38,11 +38,11 @@

Att sätta upp och annonsera din eepsajt

- Din eepsajt är stoppad som standard. +

Din eepsajt är stoppad som standard. Efter att du startat den kommer det att vara svårt för att andra att hitta den, eftersom den inte har ett namn och de inte känner till din mycket långa Base64-nyckel. Du skulle bara kunna berätta för andra om den långa nyckeln, men tacksamt nog har i2p en - adressbok och många enkla sätt att berätta för folk om din eepsajt. Här är alla stegen. + adressbok och många enkla sätt att berätta för folk om din eepsajt. Här är alla stegen.

  • Välj ett namn åt din eepsajt (ettbranamn.i2p). Små bokstäver. Kanske vill du först kolla i @@ -77,8 +77,8 @@ varsågod och låna och anpassa denna sida och det här innehållet!
-

Registrera din egen .I2P-domän

    -
  • Nu är det dags att lägga till din eepsajt till en I2P-adressbok som hostas på en sajt +

    Registrera din egen .I2P-domän

    +

    Nu är det dags att lägga till din eepsajt till en I2P-adressbok som hostas på en sajt som stats.i2p. Alltså, du måste skriva in namn och nyckeln på din eepsajt i ett webbgränssnitt på en eller flera av dessa sajter. @@ -90,17 +90,17 @@ Kolla att den rapporterar att nyckeln lagts till. Eftersom många routrar periodiskt skaffar adressboksuppdateringar från dessa sajter så kommer andra att kunna finna din eepsajt inom ett antal timmar, bara genom att - skriva ettbranamn.i2p i sin webbläsare.

  • -

Att prenumerera på adressböcker

    -
  • På tal adressboksuppdateringar, nu vore en bra tidpunkt att lägga till några fler adressböcker + skriva ettbranamn.i2p i sin webbläsare.

    +

    Att prenumerera på adressböcker

    +

    På tal adressboksuppdateringar, nu vore en bra tidpunkt att lägga till några fler adressböcker till din egen prenumerationslista. Gå till din prenumerationsinställningssida och lägg till ett par av de här för en automatiskt uppdaterad - lista över nya hosts:

      + lista över nya hosts:

      -
    • Om du har bråttom och inte kan vänta ett par timmar så kan du säga åt folk att använda en "jump"-adresshjälpar- +
      • Om du har bråttom och inte kan vänta ett par timmar så kan du säga åt folk att använda en "jump"-adresshjälpar- omdirigeringstjänst. Detta kommer att funka inom ett par minuter efter att du skrivit in nyckeln i en adressbok på samma sajt. Prova först själv genom att skriva: @@ -118,11 +118,11 @@
      • Berätta det för folk på chattkanalen #i2p eller #i2p-chat på IRC.
      • Säg det i en ny post och lägg den på den nya Syndie.
      • Lägg det i Ugha's Eepsite Index Wiki
      • -
      - Notera att vissa sajter rekommenderar att du klistrar in den verkligt +
+

Notera att vissa sajter rekommenderar att du klistrar in den verkligt långa destinationsnyckeln. Det kan du om vill - men om du har framgångsrikt har skickat din nyckel, testat den med en "hopptjänst", och väntat 24 timmar på att adressboken ska börja - propagera sina ändringar till andra, så det borde inte vara nödvändigt. + propagera sina ändringar till andra, så det borde inte vara nödvändigt.

Vidare assistans

Ifall du har några frågor, så finns följande ställen för support: @@ -138,6 +138,6 @@ Note: This page, the website and the console all need translating into YOUR language if it's not already been done or in progress. Please consider helping the project grow by volunteering your time to translate. Contact the project via the IRC channel listed above. Thanks in advance!


Document last edited: November 2010.
-
+ diff --git a/installer/resources/eepsite/docroot/help/index_zh.html b/installer/resources/eepsite/docroot/help/index_zh.html index c3a6ff2cb7..25cb14bf0e 100644 --- a/installer/resources/eepsite/docroot/help/index_zh.html +++ b/installer/resources/eepsite/docroot/help/index_zh.html @@ -1,14 +1,14 @@ - + + I2P匿名网页服务器|欢迎来到您的eepsite - - + + + -
-

I2P匿名网页服务器

English @@ -22,6 +22,7 @@ Русский Svenska
+

I2P匿名网页服务器

I2P匿名网页服务快速指南

这是您的eepsite,您自己的匿名I2P网络服务器 - 只要编辑 ~/.i2p/eepsite/docroot/ (Linux), @@ -36,9 +37,9 @@

如何设置和宣告您的eepsite

- 默认情况下,您的eepsite是停止运行的. +

默认情况下,您的eepsite是停止运行的. 您启动它后,它将很难被其他人找到,因为它没有名称,其他人也没有您的很长的Base64密钥. - 您可以告诉别人那真的很长的密钥,但值得庆幸的是,I2P有一个地址簿和几个简单的方法来告诉其他人您eepsite.这是详细说明. + 您可以告诉别人那真的很长的密钥,但值得庆幸的是,I2P有一个地址簿和几个简单的方法来告诉其他人您eepsite.这是详细说明.

  • 为您的eepsite选个名称(something.i2p).全部用小写字母. 您可能要先在这里检查自己路由器的地址簿, @@ -63,8 +64,8 @@ %APPDATA%\I2P\eepsite\docroot\ (Windows), 或 /Users/(user)/Library/Application Support/i2p (Mac), 并用自己的内容替换掉index.html重定向页面.虚拟文件夹会起作用,这样您就可以从一个子目录中提供文件服务而不用明确需要提供链接到文件的一个页面.如果您需要一个基本的网站模板, 请自由借来并适用 本页内容 !
-

注册自己的.I2P域名

    -
  • 现在,是时候把您的eepsite加入到其它网站的I2P地址簿了 +

    注册自己的.I2P域名

    +

    现在,是时候把您的eepsite加入到其它网站的I2P地址簿了 比如stats.i2pno.i2p. 就是,您必须在一个或多个这样网站的网页界面输入您eepsite的名称和密钥. 这是在stats.i2p的密钥输入表格. @@ -74,13 +75,13 @@ 不要忘记点击“添加一个密钥”. 检查看看是否报告密钥有添加. 由于许多路由器周期性地从这些网站获取更新地址簿,在几个小时内其他人就能够通过在他们的浏览器里简单的输入 something.i2p 来找到您的网站.

  • -

添加地址簿订阅

    -
  • 说到地址簿更新,这会是个很好的时机来添加些更多的地址簿到您自己的订阅列表. 到您的订阅配置页面,并添加以下内容以自动更新新主机列表:
      +

      添加地址簿订阅

      +

      说到地址簿更新,这会是个很好的时机来添加些更多的地址簿到您自己的订阅列表. 到您的订阅配置页面,并添加以下内容以自动更新新主机列表:

      -
    • 若您很匆忙不能等待几个小时,您可以告诉别人用“跳转”地址助手重定向服务. +
      • 若您很匆忙不能等待几个小时,您可以告诉别人用“跳转”地址助手重定向服务. 这将会在您输入密钥到同一个网站上的地址簿内的几分钟内起作用. 自己先测试一下,在您的浏览器里输入 http://stats.i2p/cgi-bin/jump.cgi?a=something.i2p @@ -94,19 +95,19 @@
      • 在IRC的#i2p 或 #i2p-chat频道告诉人们您的eepsite站点
      • 新Syndie上发一个新贴告诉人们您的eepsite站点.
      • 把它放入Ugha的 Eepsite 索引 Wiki
      • -
      - 请注意,有些网站推荐贴那很长的目标密钥. 若您愿意您可以-但是,如果您已成功在添加密钥服务里发布您的密钥,使用跳转服务测试过了,并等待了24个小时以便地址簿更新传播给他人,这应该不是很必要.
    -

    更进一步的援助

      -
    • 如果您有任何问题,以下地方可提供支持: +
+

请注意,有些网站推荐贴那很长的目标密钥. 若您愿意您可以-但是,如果您已成功在添加密钥服务里发布您的密钥,使用跳转服务测试过了,并等待了24个小时以便地址簿更新传播给他人,这应该不是很必要.

+

更进一步的援助

+

如果您有任何问题,以下地方可提供支持:

-
+
注: 本页, 网站和控制台都需要翻译成您的语言,如果不是已经完成或在进展中,请考虑奉献您的时间来翻译 以帮助项目的成长. 请通过上面列出的IRC频道联系项目组. 先谢谢了!

文件最后编辑:2014.06
-
+
diff --git a/installer/resources/eepsite/docroot/help/lib/cn.png b/installer/resources/eepsite/docroot/help/lib/cn.png new file mode 100644 index 0000000000..8914414621 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/cn.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/de.png b/installer/resources/eepsite/docroot/help/lib/de.png new file mode 100644 index 0000000000..ac4a977362 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/de.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/eepsite.css b/installer/resources/eepsite/docroot/help/lib/eepsite.css index 80558fa3f1..935b4c0d15 100644 --- a/installer/resources/eepsite/docroot/help/lib/eepsite.css +++ b/installer/resources/eepsite/docroot/help/lib/eepsite.css @@ -1,48 +1,279 @@ -body { background-color:#000000; color: #ffffe0; margin-left: 8.7%; margin-right: 8.7%; margin-top: 6%; margin-bottom: 6%; text-align: justify; background-image: url(bg.png); } +body { + margin: 6% 8.7%; + margin: 25px 10%; + text-align: justify; + color: #ffffe0; + background: #210800 url(bg.png); + background-size: 120px 120px; +} -body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote {font-family: "Segoe UI", Ubuntu, "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; } +body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, div, td, th, address, blockquote { + font-family: "Droid Sans", "Noto Sans", Ubuntu, 'Segoe UI', 'Bitstream Vera Sans', Verdana, Helvetica, sans-serif; +} -h1 { font-size:23pt; margin-bottom:20pt; border-bottom: 1px solid #ffbb77; letter-spacing: 0.05em; text-shadow: 0px 0px 24px rgba(255, 96, 48, 0.9); background-image: url(itoopie.png); background-repeat: no-repeat; background-position: right top; line-height; 200% !important; padding-bottom: 10px; word-wrap: no-wrap;} -h1.ph1 { font-size:20pt; margin-bottom:18pt; margin-right: -5px; margin-leftL -5px;} -h2 { font-size:11.5pt; margin-bottom:15px; padding: 5px 10px; border: 1px solid #ffbb77; -moz-border-radius: 5px;background-color:#110500; font-variant: small-caps; text-transform: capitalize; letter-spacing: 0.09em; background-image: url(h2bg.png); background-repeat: no-repeat; background-position: right center;} -h3 { font-size:16pt; } -h4 { font-size:14pt; } -h5 { font-size:13pt; } -p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote { font-size:9.5pt; } +h1 { + font-size: 23pt; + margin: 5px 0 20px; + padding: 20px 0 5px 48px; + white-space: nowrap; + letter-spacing: .05em; + border-bottom: 1px solid #5f3423; + background-image: url(itoopie.png); + background-repeat: no-repeat; + background-position: left 5px bottom 5px; + text-shadow: 0 0 24px rgba(255, 96, 48, .9); + text-shadow: 2px 2px 1px #110500 !important; +} -a.footref { font-size: 70%; } -a:link { color:#ffc266; text-decoration:none; } -a:visited { color:#ffd699; text-decoration:none; } -a:active { color:#ff9900; text-decoration:none; } -a:hover { color:#ffbb00; text-decoration:underline; } -a.nonexistent { color: #ffffe0; text-decoration:underline; } -a.nonexistent:visited { color: #ffffe0; text-decoration:none; } -a { font-weight: bold; font-size: 10pt; } +h2 { + font-size: 12pt; + font-variant: small-caps; + margin-bottom: 10px; + padding: 5px 10px; + letter-spacing: .09em; + text-transform: capitalize; + border: 1px solid #5f3423; + border-radius: 2px; + background: #110500 url(h2bg.png) right center no-repeat; + background: url(h2bg.png) right 1px center no-repeat, linear-gradient(to bottom, #2f160c 50%, #110500 50%); + box-shadow: inset 0 0 0 1px #000; + background-size: auto 112%, 100% 100%; + filter: drop-shadow(0 0 1px #000); + -webkit-filter: drop-shadow(0 0 1px #000); +} -dl.contents { margin-top: 0; } -dt.contents { margin-bottom: 0; } -em { font-style: italic; } -li,dt { margin: 4px 0; padding-right: 25px; list-style: square;} -p.footnote { font-size: 90%; } -p.verse { white-space: pre; margin-left: 8.7%; } -pre { font-family: monospace; white-space: pre; margin-left: 8.7%; } -strong { font-weight: bold; } -table { width:100%; }png -td { border:0px solid #000; vertical-align:top; overflow:hidden; } -ul { list-style-type: disc; margin: 10px 0;} -/* -body { border: 1px solid #ffbb77; -moz-border-radius: 5px; padding: 25px; font-size: 9.5pt; -moz-box-shadow: inset 0px 0px 1px 0px #ffbb77; background-image: url(bg.png); background-repeat: no-repeat; background-position: center center;line-height: 135%; background-attachment: fixed;} -*/ -hr { color: #fb7; background: #fb7; height: 1px; border: 0px solid #fb7; margin: 5px 0; } -div.langbar { margin-top: -25px; text-align: right; font-size: 8.5pt; } -div.langbar a { font-size: 8.5pt; outline: none;} -div.langbar img { border: 0; padding: 4px 2px 0 2px; opacity: 0.7; } -div.langbar img:hover { opacity: 1; } -div.langbar img:last-child { padding-right: 0; } -div.main { border: 2px solid #220800; -moz-border-radius: 5px; padding: 5px 25px 20px 25px; font-size: 9.5pt; -moz-box-shadow: inset 0px 0px 1px 0px #220800; background-color: #220800; min-width: 570px; background-image: url(brown.png);} -div.footnote { font-size: 7.5pt; font-style: italic; text-align: right; } -div.notify { padding: 10px; border: 1px solid #994400; background-color: #440A00; -moz-border-radius: 5px; margin: 15px 0 15px 0;} -div.fairylights { border: 1px solid #ffbb77; -moz-border-radius: 5px; padding: 1px; -moz-box-shadow: inset 0px 0px 1px 0px #ffbb77; background-color: #220800; min-width: 625px;} -code {font-size: 9pt; font-weight: bold; color: yellow;} +h3 { + font-size: 11pt; +} +h4 { + font-size: 10pt; + padding: 4px 10px; + letter-spacing: .09em; + text-transform: capitalize; + border: 1px solid #5f3423; + border-radius: 2px; + background: #110500 url(h2bg.png) right center no-repeat; + background: url(h2bg.png) right 1px center no-repeat, linear-gradient(to bottom, #2f160c 50%, #110500 50%); + box-shadow: inset 0 0 0 1px #000; + background-size: auto 112%, 100% 100%; + filter: drop-shadow(0 0 1px #000); + -webkit-filter: drop-shadow(0 0 1px #000); + vertical-align: middle; +} +h5 { + font-size: 10pt; +} + +p, ul, ol, li, dl, dt, dd, div, td, th, address, blockquote { + font-size: 10pt; +} + +a.footref { + font-size: 70%; +} + +a:link { + text-decoration: none; + outline: none; + color: #ffc266; +} + +a:visited { + text-decoration: none; + color: #ffd699; +} + +a:active { + text-decoration: none; + color: #f90; +} + +a:hover, a:focus { + text-decoration: none; + color: #fb0; +} + +a:focus { + text-decoration: underline; +} + +a.nonexistent { + text-decoration: underline; + color: #ffffe0; +} + +a.nonexistent:visited { + text-decoration: none; + color: #ffffe0; +} + +a { + font-size: 10pt; + font-weight: bold; +} + +dl.contents { + margin-top: 0; +} + +dt.contents { + margin-bottom: 0; +} + +em { + font-style: italic; +} + +li, dt { + margin: 8px 0; + padding-right: 25px; + list-style: square; +} + +p { + padding: 0 10px; +} + +p, ul { + line-height: 130%; +} + +p.verse { + margin-left: 8.7%; + white-space: pre; +} + +pre { + font-family: monospace; + margin-left: 8.7%; + white-space: pre; +} + +strong { + font-weight: bold; +} + +table { + width: 100%; +} + +td { + overflow: hidden; + vertical-align: top; + border: 0 solid #000; +} + +ul { + margin: 10px 0; + list-style-type: square; +} + +hr { + height: 1px; + margin: 5px 0; + color: #5f3423; + border: 0 solid #5f3423; + background: #5f3423; +} + +div.langbar { + font-size: 8.5pt; + text-align: right; + display: block; + width: auto; + padding: 5px 10px 5px 5px; + float: right; + margin: -6px -26px 0 0; + border: 1px solid #fb7; + border: 1px solid #7f462f; + background: #310; + border-radius: 0 2px 0 0; + box-shadow: inset 0 0 0 3px #000; +} + +div.langbar a { + font-size: 8.5pt; + outline: none; +} + +div.langbar img { + padding: 3px 5px 0; + opacity: .7; + border: 0; +} + +div.langbar img:hover, .langbar a:focus img { + opacity: 1 !important; +} + +div.langbar img:last-child { + padding-right: 0; +} + +div.sidenav { + float: right; + width: 200px; + border: 1px solid #7f462f; +} + +div.main { + font-size: 10pt; + min-width: 570px; + padding: 5px 25px 10px 25px; + border: 2px solid #220800; + border: 1px solid #fb7; + border: 1px solid #7f462f; + border-radius: 2px; + background: #220800 url(brown.png); + background: linear-gradient(to bottom, rgba(47, 18, 6, 0.3), rgba(47, 18, 6, 0.5)), url(brown.png); + background-size: 100% 100%, 120px 120px; + box-shadow: inset 0 0 1px 0 #220800; + box-shadow: inset 0 0 0 3px #000; + filter: drop-shadow(0 0 5px #000); + -webkit-filter: drop-shadow(0 0 5px #000); +} + +div.footnote { + font-size: 8pt; + font-style: italic; + text-align: right; +} + +div.notify { + margin: 15px 0 15px 0; + padding: 10px; + border: 1px solid #940; + border-radius: 2px; + background: #440a00; + box-shadow: inset 0 0 0 1px #000; + filter: drop-shadow(0 0 1px #000); + -webkit-filter: drop-shadow(0 0 1px #000); +} + +code { + font-size: 9pt; + font-weight: bold; + color: #ff5; + text-shadow: 1px 1px 1px #000; +} + +#navbar { + border: 1px solid #7f462f; + border-left: none; + border-right: none; + margin: -6px -22px 0; + border-radius: 2px 2px 0 0; + text-align: center; +} + +#navbar a { + border: 1px solid #7f462f; + display: inline-block; + padding: 8px 10px; + margin: -1px; + background: #000; + text-decoration: none; + outline: none; +} \ No newline at end of file diff --git a/installer/resources/eepsite/docroot/help/lib/eepsite_zh.css b/installer/resources/eepsite/docroot/help/lib/eepsite_zh.css new file mode 100644 index 0000000000..19a65d2b88 --- /dev/null +++ b/installer/resources/eepsite/docroot/help/lib/eepsite_zh.css @@ -0,0 +1,45 @@ +body, p, li, a { + font-size: 12pt; + line-height: 160%; + font-weight: normal; + letter-spacing: 0.08em; +} + +.langbar, h1 { + line-height: 130%; +} + +.langbar { + padding-bottom: 2px !important; +} + +h2 { + font-size: 16pt; + font-weight: normal; +} + +p { + padding: 0 15px; +} + +li { + padding-right: 35px; + margin-left: 15px; +} + +code { + font-size: 11pt; + font-weight: normal; +} + +.notify { + font-size: 14pt; + line-height: 150%; + font-weight: normal; + padding: 10px 15px !important; +} + +.footnote { + font-size: 10pt !important; + } + \ No newline at end of file diff --git a/installer/resources/eepsite/docroot/help/lib/es.png b/installer/resources/eepsite/docroot/help/lib/es.png new file mode 100644 index 0000000000..c2de2d7111 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/es.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/fr.png b/installer/resources/eepsite/docroot/help/lib/fr.png new file mode 100644 index 0000000000..8332c4ec23 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/fr.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/ir.png b/installer/resources/eepsite/docroot/help/lib/ir.png new file mode 100644 index 0000000000..c5fd136aee Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/ir.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/it.png b/installer/resources/eepsite/docroot/help/lib/it.png new file mode 100644 index 0000000000..89692f74f0 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/it.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/jetty-dir.css b/installer/resources/eepsite/docroot/help/lib/jetty-dir.css new file mode 100644 index 0000000000..565297cfa6 --- /dev/null +++ b/installer/resources/eepsite/docroot/help/lib/jetty-dir.css @@ -0,0 +1,121 @@ +body { + background: #235; + color: #333; + font-family: sans-serif; + margin: 0; +} + +h1 { + text-shadow: 1px 1px 1px #000; + font-size: 12pt; + color: #fff; + width: auto; + padding: 5px 5px 5px 30px; + background: #227 url(itoopie.png) 5px center no-repeat; + background-size: auto 80%, 100% 100%; +} + +a { + text-decoration: none; + outline: none; + color: #620; +} + +a:hover, a:focus { + color: #d40; +} + +a:visited { + color: #a20; +} + +table { + border-collapse: collapse; + font-size: 10pt; + width: 100%; + margin-top: -11px; + color: #333; +} + +tr { + border: 1px solid #337; +} + +tr:hover td { + background: #ffd; + color: #111; +} + +tr:nth-child(odd) { + background: #eee; +} + +tr:nth-child(even) { + background: #fff; +} + +td { + padding: 5px; + text-align: right; + white-space: nowrap; +} + +td:first-child { + width: 90%; + white-space: nowrap; + text-align: left; +} + +td:last-child { + text-align: right; + font-style: italic; +/* display: none;*/ +} + +td:first-child a { + display: inline-block; + padding: 0 0 0 25px; + width: 100%; + background: url(resources/file.png) left center no-repeat; +} + +td:first-child a[href$="/"] { + background: url(resources/folder.png) left center no-repeat; +} + +td:first-child a:hover[href$="/"] { + background: url(resources/folder_open.png) left center no-repeat; +} + +td:first-child a[href$=".png"], +td:first-child a[href$=".jpg"], +td:first-child a[href$=".gif"] { + background: url(resources/image.png) left center no-repeat; +} + +td:first-child a[href$=".txt"], +td:first-child a[href$=".css"], +td:first-child a[href$=".html"], +td:first-child a[href$=".htm"], +td:first-child a[href$=".css"] { + background: url(resources/image.png) left center no-repeat; +} + +td:first-child a[href$=".wav"], +td:first-child a[href$=".mp3"], +td:first-child a[href$=".mpa"], +td:first-child a[href$=".wma"], +td:first-child a[href$=".ape"] { + background: url(resources/audio.png) left center no-repeat; +} + +td:first-child a[href$=".mpg"], +td:first-child a[href$=".mp4"], +td:first-child a[href$=".mov"], +td:first-child a[href$=".wmv"], +td:first-child a[href$=".flv"], +td:first-child a[href$=".avi"], +td:first-child a[href$=".webm"], +td:first-child a[href$=".divx"] { + background: url(resources/video.png) left center no-repeat; +} diff --git a/installer/resources/eepsite/docroot/help/lib/jp.png b/installer/resources/eepsite/docroot/help/lib/jp.png new file mode 100644 index 0000000000..325fbad3ff Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/jp.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/nl.png b/installer/resources/eepsite/docroot/help/lib/nl.png new file mode 100644 index 0000000000..fe44791e32 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/nl.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/audio.png b/installer/resources/eepsite/docroot/help/lib/resources/audio.png new file mode 100644 index 0000000000..e2618819b8 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/audio.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/file.png b/installer/resources/eepsite/docroot/help/lib/resources/file.png new file mode 100644 index 0000000000..a63dcbac52 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/file.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/folder.png b/installer/resources/eepsite/docroot/help/lib/resources/folder.png new file mode 100644 index 0000000000..87ff12017c Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/folder.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/folder_open.png b/installer/resources/eepsite/docroot/help/lib/resources/folder_open.png new file mode 100644 index 0000000000..dc05885d64 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/folder_open.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/image.png b/installer/resources/eepsite/docroot/help/lib/resources/image.png new file mode 100644 index 0000000000..9665bb71d1 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/image.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/pdf.png b/installer/resources/eepsite/docroot/help/lib/resources/pdf.png new file mode 100644 index 0000000000..7f9d7effd5 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/pdf.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/text.png b/installer/resources/eepsite/docroot/help/lib/resources/text.png new file mode 100644 index 0000000000..0c2bbbf6c1 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/text.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/video.png b/installer/resources/eepsite/docroot/help/lib/resources/video.png new file mode 100644 index 0000000000..d34c1816e6 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/video.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/ru.png b/installer/resources/eepsite/docroot/help/lib/ru.png new file mode 100644 index 0000000000..47da4214fd Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/ru.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/se.png b/installer/resources/eepsite/docroot/help/lib/se.png new file mode 100644 index 0000000000..1994653dac Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/se.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/us.png b/installer/resources/eepsite/docroot/help/lib/us.png new file mode 100644 index 0000000000..10f451fe85 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/us.png differ diff --git a/installer/resources/eepsite/docroot/help/pagetemplate.html b/installer/resources/eepsite/docroot/help/pagetemplate.html index 31793baf78..7e529483c9 100644 --- a/installer/resources/eepsite/docroot/help/pagetemplate.html +++ b/installer/resources/eepsite/docroot/help/pagetemplate.html @@ -5,30 +5,16 @@ -
+

MY EEPSITE

-
- -English -Deutsch -Español -Français -فارسی -日本語 -Nederlands -Русский -Svenska -中文 -

Words and pictures and stuff

-Your cool stuff here... +

Your cool stuff here...

Bring more attention to something of interest here!

Document last edited: November 2009.
-