Files
i2p.i2p/apps/routerconsole/jsp/help.jsi

11 lines
792 B
Plaintext
Raw Normal View History

<h2><%=intl._t("Further Assistance")%></h2>
<p><%=intl._t("If you would like to help improve or translate the documentation, or help with other aspects of the project, please see the documentation for <a href=\"http://i2p-projekt.i2p/en/get-involved\" target=\"_blank\">volunteers.</a>")%></p>
<p><%=intl._t("Further assistance is available here:")%></p>
<ul class="links">
<li><a href="http://i2p-projekt.i2p/en/faq" target="_blank"><%=intl._t("FAQ on i2p-projekt.i2p")%></a></li>
<li><a href="http://i2pwiki.i2p/" target="_blank"><%=intl._t("I2P Wiki")%></a></li>
2017-06-11 16:26:25 +00:00
</ul>
<p><%=intl._t("You may also try {0} or {1}.",
"<a href=\"http://i2pforum.i2p/\" target=\"_blank\">" + intl._t("I2P Forum") + "</a>",
"<a href=\"irc://127.0.0.1:6668/i2p\">" + intl._t("I2P's IRC network") + "</a>")%></p>