Merge pull request #11 from eyedeekay/show-version

show the version of the I2P router in use
This commit is contained in:
idk
2019-11-23 18:19:33 -05:00
committed by GitHub
3 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,7 @@ window.addEventListener("pageshow", function() {
<div id="i2pbrowser-version"></div>
<div id="i2pbrowser-description">
<p id="description">&aboutI2p.browser_name; ( &aboutI2p.browser_short_name; ) &aboutI2p.browser_description;</p>
<p class="version">&aboutI2p.browser_version_declare; &aboutI2p.browser_version;</p>
<p class="beta">&aboutI2p.warn_experimental;</p>
</div>
<div id="readyness">

View File

@ -6,6 +6,8 @@
<!ENTITY aboutI2p.browser_name "I2P Rhizome: Communications Security Toolkit">
<!ENTITY aboutI2p.browser_short_name "I2P Rhizome">
<!ENTITY aboutI2p.browser_description "is preconfigured to get your content using the anonymous and private I2P network and to provide accessible, first-class access to I2P Peer-to-Peer applications.">
<!ENTITY aboutI2p.browser_version_declare "This build of I2P Rhizome was made with">
<!ENTITY aboutI2p.browser_version "0.9.43">
<!ENTITY aboutI2p.donate "Donate">
<!ENTITY aboutI2p.supportus "Support I2P development">

View File

@ -12,6 +12,10 @@ a {
word-wrap: break-word;
outline: 0
}
.beta,
.version {
font-style: italic
}
.applicationDesc {
color: #81888f;
text-decoration: none;