forked from I2P_Developers/i2p.i2p
- Link to full history.txt on help page
This commit is contained in:
@@ -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
|
|||||||
<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>
|
||||||
|
Reference in New Issue
Block a user