forked from I2P_Developers/i2p.i2p
within the installation, move readme.html to docs/readme.html
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="main" id="main">
|
||||
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
|
||||
<jsp:setProperty name="contenthelper" property="page" value="readme.html" />
|
||||
<jsp:setProperty name="contenthelper" property="page" value="docs/readme.html" />
|
||||
<jsp:setProperty name="contenthelper" property="maxLines" value="300" />
|
||||
<jsp:getProperty name="contenthelper" property="content" />
|
||||
</div>
|
||||
|
@@ -238,7 +238,8 @@
|
||||
<fileset dir="installer/lib/wrapper/win32/" />
|
||||
</copy>
|
||||
<copy file="hosts.txt" todir="pkg-temp/" />
|
||||
<copy file="readme.html" todir="pkg-temp/" />
|
||||
<mkdir dir="pkg-temp/docs" />
|
||||
<copy file="readme.html" todir="pkg-temp/docs/" />
|
||||
</target>
|
||||
<target name="tarball" depends="preppkg">
|
||||
<tar compression="bzip2" destfile="i2p.tar.bz2">
|
||||
|
@@ -60,4 +60,4 @@ the <a href="/i2ptunnel/" target="_blank">I2PTunnel configuration interface</a>
|
||||
You can also go to that page if you want to add a new tunnel, such as if you want to run
|
||||
your own eepsite.</p>
|
||||
|
||||
<p><b>As a note, you can change this page by editing the file "readme.html"</b></p>
|
||||
<p><b>As a note, you can change this page by editing the file "docs/readme.html"</b></p>
|
Reference in New Issue
Block a user