Console: Split up /help page, prep for translation (ticket #2298) (WIP)

Summary bar -> sidebar
Remove static translated help pages
Add jsp for LICENSE.txt
This commit is contained in:
zzz
2019-07-19 20:30:22 +00:00
parent d73058fd65
commit 365820172a
30 changed files with 189 additions and 1118 deletions

View File

@@ -43,6 +43,11 @@
<url-pattern>/history.txt</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>net.i2p.router.web.jsp.viewlicense_jsp</servlet-name>
<url-pattern>/license.txt</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>net.i2p.router.web.jsp.viewrouterlog_jsp</servlet-name>
<url-pattern>/router.log</url-pattern>