From 8045bcc13e2b2815c720a1ea83302eddf8102250 Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 27 Nov 2020 11:11:58 -0500 Subject: [PATCH] fix headings on FAQ pages, order is still not quite right --- i2p2www/pages/site/faq.html | 46 ++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/i2p2www/pages/site/faq.html b/i2p2www/pages/site/faq.html index b9a38747..3203c97e 100644 --- a/i2p2www/pages/site/faq.html +++ b/i2p2www/pages/site/faq.html @@ -3,22 +3,21 @@ {% block content_nav %}
  1. -

    {{ _('General') }}

    +

    {{ _('I2P Router Help') }}

  2. {% trans %}What systems will I2P run on?{% endtrans %}
  3. {% trans %}Is installing Java required to use I2P?{% endtrans %}
  4. {% trans %}Whats an "eepsite" and how do I configure my browser so I can use them?{% endtrans %}
  5. {% trans %}What do the Active x/y numbers mean in the router console?{% endtrans %}
  6. -
  7. {% trans %}Is my router an "exit node"(outproxy) to the regular Internet? I don't want it to be.{% endtrans %}
  8. -
  9. {% trans %}Is using I2P Safe?{% endtrans %}
  10. -
  11. {% trans %}I see IP addresses of all other I2P nodes in the router console. Does that mean my IP address is visible by others?{% endtrans %}
  12. -
  13. {% trans %}Is it easy to detect the use of I2P by analyzing network traffic?{% endtrans %}
  14. -
  15. {% trans %}I can't access regular Internet sites through I2P.{% endtrans %}
  16. -
  17. {% trans %}Is using an outproxy safe?{% endtrans %}
  18. +
  19. {% trans %}My router has very few active peers, is this OK?{% endtrans %}
  20. +
  21. {% trans %}My router is using too much CPU?!?{% endtrans %}
  22. {% trans %}I am opposed to certain types of content. How do I keep from distributing, storing, or accessing them?{% endtrans %}
  23. {% trans %}Is it possible to block I2P?{% endtrans %}
  24. +
  25. {% trans %}In wrapper.log I see an error stating Protocol family unavailable when I2P is loading{% endtrans %}
  26. +
  27. {% trans %}Most of the eepsites within I2P are down?{% endtrans %}
  28. +
  29. {% trans %}Why is I2P listening for connections on port 32000?{% endtrans %}
  30. -

    {{ _('Getting Started') }}

    +

    {{ _('Configuration') }}

  31. {% trans %}How do I configure my browser?{% endtrans %}
  32. {% trans %}How do I connect to IRC within I2P?{% endtrans %}
  33. @@ -31,20 +30,31 @@
  34. {% trans %}How can I access the web console from my other machines or password protect it?{% endtrans %}
  35. {% trans %}How can I use applications from my other machines?{% endtrans %}
  36. {% trans %}Is it possible to use I2P as a SOCKS proxy?{% endtrans %}
  37. -
  38. {% trans %}How do I reseed manually?{% endtrans %}
  39. {% trans %}How do I access IRC, BitTorrent, or other services on the regular Internet?{% endtrans %}
  40. -
  41. {% trans %}I can't access https:// or ftp:// sites through I2P.{% endtrans %}
  42. -

    {{ _('Troubleshooting') }}

    +

    {{ _('Reseeds') }}

  43. -
  44. {% trans %}My router is using too much CPU?!?{% endtrans %}
  45. {% trans %}My router has been up for several minutes and has zero or very few connections{% endtrans %}
  46. +
  47. {% trans %}How do I reseed manually?{% endtrans %}
  48. +
  49. +

    {{ _('Privacy-Safety') }}

    +
  50. +
  51. {% trans %}Is my router an "exit node"(outproxy) to the regular Internet? I don't want it to be.{% endtrans %}
  52. +
  53. {% trans %}Is it easy to detect the use of I2P by analyzing network traffic?{% endtrans %}
  54. +
  55. {% trans %}Is using I2P Safe?{% endtrans %}
  56. +
  57. {% trans %}I see IP addresses of all other I2P nodes in the router console. Does that mean my IP address is visible by others?{% endtrans %}
  58. +
  59. {% trans %}Is using an outproxy safe?{% endtrans %}
  60. +
  61. +

    Internet Access/Performance

    +
  62. +
  63. {% trans %}I can't access regular Internet sites through I2P.{% endtrans %}
  64. +
  65. {% trans %}I can't access https:// or ftp:// sites through I2P.{% endtrans %}
  66. {% trans %}My router has very few active peers, is this OK?{% endtrans %}
  67. {% trans %}My active peers / known peers / participating tunnels / connections / bandwidth vary dramatically over time! Is anything wrong?{% endtrans %}
  68. {% trans %}What makes downloads, torrents, web browsing, and everything else slower on I2P as compared to the regular internet?{% endtrans %}
  69. -
  70. {% trans %}In wrapper.log I see an error stating Protocol family unavailable when I2P is loading{% endtrans %}
  71. -
  72. {% trans %}Most of the eepsites within I2P are down?{% endtrans %}
  73. -
  74. {% trans %}Why is I2P listening for connections on port 32000?{% endtrans %}
  75. +
  76. +

    Bugs and Questions

    +
  77. {% trans %}I think I found a bug, where can I report it?{% endtrans %}
  78. {% trans %}I have a question!{% endtrans %}
@@ -52,7 +62,7 @@ {% block content %} -

General

+

I2P Router Help

{% trans %}What systems will I2P run on?{% endtrans %}

{% trans java='https://en.wikipedia.org/wiki/Java_(programming_language)', @@ -227,7 +237,7 @@ would work as well (although it would break many, many other things that are not In the case of reseed blocking, there is a reseed bundle on Github, blocking it will also block Github. You can reseed over a proxy (many can be found on Internet if you do not want to use Tor) or share reseed bundles on a friend-to-friend basis offline.{% endtrans %}

-

Getting Started

+

Configuration

{% trans %}How do I configure my browser?{% endtrans %} @@ -775,7 +785,7 @@ as there are serious anonymity-related issues associated with doing so. -

Troubleshooting

+

Reseeds

{% trans %}My router is using a large amount of CPU, what can I do about this?{% endtrans %}