mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-01 11:49:21 +02:00
20 lines
1.3 KiB
PHP
20 lines
1.3 KiB
PHP
<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>
|
|
|
|
<h1>Znote AAC</h1>
|
|
<p>This website is powered by the Znote AAC engine.</p>
|
|
|
|
<h2>Developers:</h2>
|
|
<p>Main developer: <a href="http://otland.net/members/znote.5993/">Znote</a>.</p>
|
|
|
|
<h3>Thanks to: (in no particular order)</h3>
|
|
<p>
|
|
<a href="http://otland.net/members/chris.13882/">Chris</a> - PHP OOP file samples, testing, bugfixing.
|
|
<br><a href="http://otland.net/members/kiwi-dan.152/">Kiwi Dan</a> - Researching TFS 0.2 for me, participation in developement.
|
|
<br><a href="http://otland.net/members/amoaz.26626/">Amoaz</a> - Pentesting and security tips.
|
|
<br><a href="http://otland.net/members/evan.40401/">Evan</a>, <a href="http://otland.net/members/gremlee.12075/">Gremlee</a> - Researching TFS 0.3, constructive feedback, suggestion and participation.
|
|
<br><a href="http://otland.net/members/att3.98289/">ATT3</a> - Reporting and fixing bugs, TFS 1.0 research.
|
|
<br><a href="http://otland.net/members/mark.1/">Mark</a> - Old repository, TFS distributions which this AAC works against.
|
|
<br><a href="https://github.com/tedbro">Tedbro</a>, <a href="https://github.com/exura">Exura</a>, <a href="https://github.com/PrinterLUA">PrinterLUA</a> - Reporting bugs
|
|
</p>
|
|
|
|
<?php include 'layout/overall/footer.php'; ?>
|