Add open source and mesh info
This commit is contained in:
parent
5603cb4228
commit
0fa4e84e8f
@ -51,6 +51,12 @@ include __DIR__ . '/inc/piwik.php';
|
|||||||
<dd>We will send email reminders to the address in your account before taking any action. If you don't check your email (or you give us a fake one), that's not our fault.</dd>
|
<dd>We will send email reminders to the address in your account before taking any action. If you don't check your email (or you give us a fake one), that's not our fault.</dd>
|
||||||
<dt>SOMETHING BROKE FIX IT FIX IT FIX IT</dt>
|
<dt>SOMETHING BROKE FIX IT FIX IT FIX IT</dt>
|
||||||
<dd>We have a support ticket system. If you find a problem, please tell us. <a href="https://support.netsyms.com/">Click here</a> to go to our ticket system.</dd>
|
<dd>We have a support ticket system. If you find a problem, please tell us. <a href="https://support.netsyms.com/">Click here</a> to go to our ticket system.</dd>
|
||||||
|
<dt>I don't trust the open Internet. Is there any other way to access Don't Sell.Me?</dt>
|
||||||
|
<dd>Yes! You can use the URL <a href="https://mesh.dontsell.me">mesh.dontsell.me</a> to access everything via CJDNS/Hyperboria (<a href="dontsellme-cjdns.k" target="_BLANK">peering info</a>). Tor is coming soon, and we're considering other options too.</dd>
|
||||||
|
<dt>What is Don't Sell.Me running?</dt>
|
||||||
|
<dd>We're using <a href="https://nextcloud.com/">Nextcloud</a> with a bunch of plugins and apps, including Collabora Online/LibreOffice Online for the fancy document editing.</dd>
|
||||||
|
<dt>Blah blah GPL code</dt>
|
||||||
|
<dd>Any modifications we make to the Nextcloud code base can be found <a href="https://source.netsyms.com/DontSellMe">by clicking here</a>. There's a few theme/branding tweaks that aren't there, but if you really want those for some reason, use the Contact Us button in the footer.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
8
dontsellme-cjdns.k
Normal file
8
dontsellme-cjdns.k
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"204.12.207.18:6129": {
|
||||||
|
"login": "public",
|
||||||
|
"password":"wvmrnb31sgtw03d73buyjybwr6vrw1z",
|
||||||
|
"publicKey":"p2r0nst699p2gc9cztcmkr5z05522h51jvj5xw7z4x135cz4j9p0.k",
|
||||||
|
"peerName":"Don't Sell.Me"
|
||||||
|
}
|
||||||
|
}
|
@ -4,6 +4,6 @@
|
|||||||
<li<?php if ($page == "index") { echo " class=\"current\""; } ?>><a href="./home.php">Home</a></li>
|
<li<?php if ($page == "index") { echo " class=\"current\""; } ?>><a href="./home.php">Home</a></li>
|
||||||
<li<?php if ($page == "about") { echo " class=\"current\""; } ?>><a href="./about.php">About</a></li>
|
<li<?php if ($page == "about") { echo " class=\"current\""; } ?>><a href="./about.php">About</a></li>
|
||||||
<li><a href="<?php echo ($page == "index" ? "#pricing\" class=\"scroll": "/#pricing"); ?>">Sign Up</a></li>
|
<li><a href="<?php echo ($page == "index" ? "#pricing\" class=\"scroll": "/#pricing"); ?>">Sign Up</a></li>
|
||||||
<li><a href="https://dontsell.me/index.php/login">Log In</a></li>
|
<li><a href="/index.php/login">Log In</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
Loading…
x
Reference in New Issue
Block a user