I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 54456367 authored by zzz's avatar zzz
Browse files

- Link to full history.txt on help page

parent 0de6c932
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ details on other applications available, as well as their licenses, please see t ...@@ -174,7 +174,7 @@ details on other applications available, as well as their licenses, please see t
client applications can be found on our <a href="http://www.i2p2.i2p/download">download page</a>. client applications can be found on our <a href="http://www.i2p2.i2p/download">download page</a>.
.</p> .</p>
<h2>Release history</h2> <h2>Change Log</h2>
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" /> <jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %> <% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
<jsp:setProperty name="contenthelper" property="page" value="<%=fpath.getAbsolutePath()%>" /> <jsp:setProperty name="contenthelper" property="page" value="<%=fpath.getAbsolutePath()%>" />
...@@ -182,6 +182,5 @@ client applications can be found on our <a href="http://www.i2p2.i2p/download">d ...@@ -182,6 +182,5 @@ client applications can be found on our <a href="http://www.i2p2.i2p/download">d
<jsp:setProperty name="contenthelper" property="startAtBeginning" value="true" /> <jsp:setProperty name="contenthelper" property="startAtBeginning" value="true" />
<jsp:getProperty name="contenthelper" property="textContent" /> <jsp:getProperty name="contenthelper" property="textContent" />
<p>A more complete list of changes can be found <p><a href="/history.txt">View the full change log</a>
in the history.txt file in your i2p directory.
</p><hr></div></body></html> </p><hr></div></body></html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment