2016-10-22 15:38:21 +00:00
|
|
|
<?php require '../config.php'; ?>
|
2017-09-09 08:40:07 +00:00
|
|
|
<?php loadClass('Helper')->authPage(); ?>
|
2016-10-22 15:38:21 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2017-05-15 06:56:17 +00:00
|
|
|
<?php echo loadClass('Html')->getHead(true); ?>
|
2016-10-22 15:38:21 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-05-15 06:56:17 +00:00
|
|
|
<?php echo loadClass('Html')->getNavbar(); ?>
|
2016-10-22 15:38:21 +00:00
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<h1>Credits</h1>
|
2016-10-22 17:07:09 +00:00
|
|
|
<br/>
|
|
|
|
<br/>
|
2016-10-22 15:38:21 +00:00
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
2016-10-22 17:07:09 +00:00
|
|
|
<div class="col-md-6">
|
|
|
|
<h2>Contributors</h2>
|
2018-04-14 08:46:18 +00:00
|
|
|
<p>The following people have contributed to the <a href="https://github.com/cytopia/devilbox/graphs/contributors">Devilbox</a>.</p>
|
2016-10-22 17:07:09 +00:00
|
|
|
<table class="table table-striped ">
|
|
|
|
<thead class="thead-inverse ">
|
|
|
|
<tr>
|
|
|
|
<th>Contributor</th>
|
|
|
|
<th>Contributions</th>
|
|
|
|
<th>Url</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>cytopia</td>
|
|
|
|
<td>Project creator</td>
|
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a href="https://github.com/cytopia">cytopia</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Maifz</td>
|
|
|
|
<td>Logos</td>
|
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a href="https://github.com/Maifz">Maifz</a></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p>If you like to contribute, have a lookt at the <a href="https://github.com/cytopia/devilbox/blob/master/CONTRIBUTING.md">Contributing Guidelines</a>.</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
<h2>Libraries</h2>
|
|
|
|
<p>The <a href="https://github.com/cytopia/devilbox">Devilbox</a> includes several libraries which are listed below.</p>
|
2016-10-22 15:38:21 +00:00
|
|
|
<table class="table table-striped ">
|
|
|
|
<thead class="thead-inverse ">
|
|
|
|
<tr>
|
|
|
|
<th>Vendor</th>
|
|
|
|
<th>License</th>
|
|
|
|
<th>Url</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2016-11-15 18:39:11 +00:00
|
|
|
<tr>
|
|
|
|
<td>Adminer</td>
|
|
|
|
<td>Apache License 2.0 or GPL 2</td>
|
2018-12-28 21:38:09 +00:00
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/vrana/adminer">vrana/adminer</a></td>
|
2016-11-15 18:39:11 +00:00
|
|
|
</tr>
|
2016-10-22 15:38:21 +00:00
|
|
|
<tr>
|
|
|
|
<td>Bootstrap</td>
|
|
|
|
<td>MIT</td>
|
2018-12-28 21:38:09 +00:00
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/twbs/bootstrap">twbs/bootstrap</a></td>
|
2016-10-22 17:07:09 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Font Awesome (css)</td>
|
|
|
|
<td>MIT</td>
|
2018-12-28 21:38:09 +00:00
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/FortAwesome/Font-Awesome">FortAwesome/Font-Awesome</a></td>
|
2016-10-22 17:07:09 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Font Awesome (fonts)</td>
|
|
|
|
<td>SIL OFL 1.1</td>
|
2018-12-28 21:38:09 +00:00
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/FortAwesome/Font-Awesome">FortAwesome/Font-Awesome</a></td>
|
2016-10-22 15:38:21 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Opcache GUI</td>
|
|
|
|
<td>MIT</td>
|
2018-12-28 21:38:09 +00:00
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/amnuts/opcache-gui">amnuts/opcache-gui</a></td>
|
2016-10-22 15:38:21 +00:00
|
|
|
</tr>
|
2019-03-09 10:09:40 +00:00
|
|
|
<tr>
|
|
|
|
<td>PHPMemcachedAdmin</td>
|
|
|
|
<td>Apache 2.0</td>
|
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/elijaa/phpmemcachedadmin">elijaa/phpmemcachedadmin</a></td>
|
|
|
|
</tr>
|
2016-10-22 15:38:21 +00:00
|
|
|
<tr>
|
|
|
|
<td>phpMyAdmin</td>
|
|
|
|
<td>GPL 2.0</td>
|
2018-12-28 21:38:09 +00:00
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/phpmyadmin/phpmyadmin">phpmyadmin/phpmyadmin</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>phpPgAdmin</td>
|
|
|
|
<td>GPL 2.0</td>
|
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/phppgadmin/phppgadmin">phppgadmin/phppgadmin</a></td>
|
2016-10-22 15:38:21 +00:00
|
|
|
</tr>
|
2018-08-12 08:52:13 +00:00
|
|
|
<tr>
|
|
|
|
<td>PHPRedMin</td>
|
|
|
|
<td>BSD 3-Clause License</td>
|
2018-12-28 21:38:09 +00:00
|
|
|
<td><i class="fa fa-github-alt" aria-hidden="true"></i> <a target="_blank" href="https://github.com/sasanrose/phpredmin">sasanrose/phpredmin</a></td>
|
2018-08-12 08:52:13 +00:00
|
|
|
</tr>
|
2016-10-22 15:38:21 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2016-10-22 17:07:09 +00:00
|
|
|
|
2016-10-22 15:38:21 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div><!-- /.container -->
|
|
|
|
|
2017-05-15 06:56:17 +00:00
|
|
|
<?php echo loadClass('Html')->getFooter(); ?>
|
2016-10-22 15:38:21 +00:00
|
|
|
</body>
|
|
|
|
</html>
|