Include About

pull/46/head
necro-nemsis 2 years ago
parent f4a389e364
commit 38a594e3f3

@ -338,7 +338,53 @@ function DisplayLokinetConfig()
} else {
echo '<input type="submit" class="btn btn-danger" name="StopDaemon" value="Stop Daemon" />', PHP_EOL;
}
?><h5><?php echo "Your development support is greatly appreciated <br>Independent LabyrinthAP developer TechnicalTumbleweed's OXEN wallet address:"; ?></h5>
?>
<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-default" data-toggle="modal" data-target="#myModal">About</button>
<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-dialog modal-lg">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">About</h4>
</div>
<div class="modal-body">
<p>LabyrinthAP is open source software offered under GNU General Public License v3.0.
Ongoing development is reliant on voluntary financial support through donations to the developer.
I hope that you find using LabyrithAP beneficial and also hope there's sufficient appreciation for it
to finicially support it's future. Seeing support for it will assist in continued improvements as well
as adapting it to future requirements.</p>
<p>LabyrinthAP was initially conceived to provide users with a platform agnostic way to connect
networked devices to Lokinet without the need to install and configure applications individually
on systems. From initial research on compiling Lokinet for ARM, it demonstrated that it could be
feasibile to use SBC's to create access points which could encrypt, decrypt,
route and onion route traffic over Lokinet while managing dns requirements. In addition it could provide a means
to select and connect to various exits located all around the globe. Through utilizing various Linux packages
and coding custom networking configurations LabyrinthAP is able to achieve all this.</p>
<p>This early research and further development led to LabyrithAP which has provided a solution able to
connect virtually any networked device to Lokinet without the device needing to have Lokinet installed,
configured or running the application natively. The devices need only to connect to LabyrinthAP and
it will handle the rest of Lokinet's requirements</p>
<p>If you wish to donate the Oxen wallet for LabyrinthAP is:
LA8VDcoJgiv2bSiVqyaT6hJ67LXbnQGpf9Uk3zh9ikUKPJUWeYbgsd9gxQ5ptM2hQNSsCaRETQ3GM9FLDe7BGqcm4ve69bh</p><p>
Additional information can be found on the github repo located at: https://github.com/necro-nemesis/LabyrinthAP</p>
<p>Discussion including assistance with using Lokinet is provided on Session in the Lokinet open group.</p><p>
Thank-you for using LabyrithAP. I hope that it will continue to service your needs to gain access Lokinet.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<h5><?php echo "Your development support is greatly appreciated <br>Independent LabyrinthAP developer TechnicalTumbleweed's OXEN wallet address:"; ?></h5>
<h5><pre><?php echo "LA8VDcoJgiv2bSiVqyaT6hJ67LXbnQGpf9Uk3zh9ikUKPJUWeYbgsd9gxQ5ptM2hQNSsCaRETQ3GM9FLDe7BGqcm4ve69bh"; ?></pre></h5>
</div>

Loading…
Cancel
Save