69 lines
3.0 KiB
HTML
69 lines
3.0 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html [
|
|
<!ENTITY % htmlDTD
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"DTD/xhtml1-strict.dtd">
|
|
%htmlDTD;
|
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
|
|
%globalDTD;
|
|
<!ENTITY % aboutI2pDTD SYSTEM "chrome://i2pbutton/locale/aboutI2p.dtd">
|
|
%aboutI2pDTD;
|
|
<!ENTITY % ibUpdateDTD SYSTEM "chrome://browser/locale/aboutIBUpdate.dtd">
|
|
%ibUpdateDTD;
|
|
]>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>&aboutI2p.title;</title>
|
|
<link rel="stylesheet" type="text/css" media="all"
|
|
href="resource://i2pbutton-assets/aboutI2p.css"/>
|
|
<script type="text/javascript">
|
|
<![CDATA[
|
|
window.addEventListener("pageshow", function() {
|
|
let evt = new CustomEvent("AboutI2pLoad", { bubbles: true });
|
|
document.dispatchEvent(evt);
|
|
});
|
|
]]>
|
|
</script>
|
|
</head>
|
|
<body dir="&locale.dir;">
|
|
<div>
|
|
<div class='background'>
|
|
<div class='content'>
|
|
<div class='section-header'>
|
|
<h1>&aboutI2p.browser_name;</h1>
|
|
</div>
|
|
<p>
|
|
&aboutI2p.browser_name; ( &aboutI2p.browser_short_name; ) &aboutI2p.browser_description;
|
|
<h3>&aboutI2p.links;</h3>
|
|
<p>
|
|
<ul>
|
|
<li>&aboutI2p.source;: <a href="&aboutI2p.github;/test-i2p-browser/tree/i2p-browser-60.7.0esr-9.0-1-build3">&aboutI2p.github;/test-i2p-browser/tree/i2p-browser-60.7.0esr-9.0-1-build3</a></li>
|
|
<li>&aboutI2p.design;: <a href="&aboutI2p.github;/i2p-browser-design-docs">&aboutI2p.github;/i2p-browser-design-docs</a></li>
|
|
<li>&aboutI2p.bug_tracker;: <a href="&aboutI2p.trac;/">&aboutI2p.trac;/</a></li>
|
|
<li>&aboutI2p.build_scripts;: <a href="&aboutI2p.github;/i2p-browser-build-scripts">&aboutI2p.github;/i2p-browser-build-scripts</a></li>
|
|
<li>&aboutI2p.i2pbutton_source;: <a href="&aboutI2p.github;/i2pbutton">&aboutI2p.github;/i2pbutton</a></li>
|
|
<li><em>&aboutI2p.donate;: <a href="&aboutI2p.site;/get-involved/donate">&aboutI2p.supportus;</a></em></li>
|
|
</ul>
|
|
</p>
|
|
|
|
&aboutI2p.warn_experimental;
|
|
</p>
|
|
<p class="hideIfI2POn">&aboutI2p.warn_not_running; <a href="about:i2p">&aboutI2p.refresh_text;</a> &aboutI2p.reccommend_not_running;</p>
|
|
<p class="hideIfI2POff">&aboutI2p.all_checks_ok;</p>
|
|
<p class="hideIfI2PConsoleOff">
|
|
<ul>
|
|
<li>&aboutI2p.i2ptunnel_visit_msg; <a href="&aboutI2p.routerconsole;/i2ptunnelmgr">&aboutI2p.i2ptunnel;</a></li>
|
|
<li>&aboutI2p.email_visit_msg; <a href="&aboutI2p.routerconsole;/webmail">&aboutI2p.email;</a></li>
|
|
<li>&aboutI2p.torrent_visit_msg; <a href="&aboutI2p.routerconsole;/torrents">&aboutI2p.torrent;</a></li>
|
|
<li>&aboutI2p.console_visit_msg; <a href="&aboutI2p.routerconsole;">&aboutI2p.console;</a></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|