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

Skip to content
Snippets Groups Projects
Commit b888f176 authored by jrandom's avatar jrandom Committed by zzz
Browse files

within the installation, move readme.html to docs/readme.html

parent 8aa07e6f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
\ No newline at end of file
<p><b>As a note, you can change this page by editing the file "docs/readme.html"</b></p>
\ No newline at end of file
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