Updated the year + a few small changes
This commit is contained in:
parent
83874bd65e
commit
2d604674b0
|
@ -1,6 +1,7 @@
|
|||
config/config.php
|
||||
prototypes/
|
||||
admin/
|
||||
.idea/
|
||||
|
||||
cache/
|
||||
!/cache/.htaccess
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# (c) 2015 - 2017 Wruczek <wruczekk@gmail.com> and Contributors
|
||||
# (c) 2015 - 2018 Wruczek <wruczekk@gmail.com> and contributors
|
||||
|
||||
AddDefaultCharset UTF-8
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 - 2017 Wruczek <wruczekk@gmail.com> and Contributors
|
||||
Copyright (c) 2016 - 2018 Wruczek <wruczekk@gmail.com> and contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
19
README.md
19
README.md
|
@ -1,4 +1,3 @@
|
|||
<p align="center">Für ein Deutsches Readme klicke<a href="https://github.com/Wruczek/ts-website/wiki/%5BDE%5D-Readme-%7C-Liesmich"> hier</a> </p>
|
||||
<p align="center">
|
||||
<a href="https://github.com/Wruczek/ts-website/issues/36">
|
||||
<img src="https://i.imgur.com/iffB2sa.png">
|
||||
|
@ -8,27 +7,29 @@
|
|||
|
||||
[![Website screenshot](http://i.imgur.com/9UZV6NG.png)](http://imgur.com/a/RUSi2)
|
||||
|
||||
<p align="center"><a href="http://imgur.com/a/RUSi2">More screenshots</a></p>
|
||||
<p align="center"><a href="http://imgur.com/a/RUSi2">More screenshots</a> | :de: <b>Für ein Deutsches Readme klicke <a href="https://github.com/Wruczek/ts-website/wiki/%5BDE%5D-Readme-%7C-Liesmich">hier</a></b>
|
||||
|
||||
<p align="center">
|
||||
<b>Need help? <a href="https://telegram.me/tswebsite">Join our telegram group</a></b> for news, announcements, help and general chat about ts-website.
|
||||
<b>Need help? <a href="https://t.me/tswebsite">Join our telegram group</a></b> for news, announcements, help and general chat about ts-website.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
**ts-website** - free website for your TeamSpeak 3 server<br>
|
||||
|
||||
<hr>
|
||||
|
||||
#### Useful links
|
||||
- [Demo](https://ts.wruczek.tech/)
|
||||
- [Installation instructions](https://github.com/Wruczek/ts-website/wiki/Website-Installation)
|
||||
- [Installation instructions](https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation)
|
||||
- [Wiki](https://github.com/Wruczek/ts-website/wiki)
|
||||
- [Report Issues / Suggestions](https://github.com/Wruczek/ts-website/issues/new)
|
||||
- **[ts-website Telegram group](https://telegram.me/tswebsite) - help, announcements, and general chat**
|
||||
- **[ts-website Telegram group](https://t.me/tswebsite) - help, announcements, and general chat**
|
||||
|
||||
#### Main Features
|
||||
- News page, dynamic server status, admin list with status, server viewer, ban list and rules page
|
||||
- Multiple languages with auto-detection for default language
|
||||
- PHP 7.0, Apache 2 and nginx support
|
||||
- Supports for PHP 5 and 7, Apache 2 and nginx
|
||||
- Modern and responsive design
|
||||
- Caching
|
||||
- Free and Open source, under MIT license
|
||||
|
@ -38,7 +39,7 @@ I am happy to take any programming-related requests, add additional features or
|
|||
|
||||
For business enquiries only: **wruczekk** at **gmail.com**, for anything else please join our [Telegram group](https://t.me/ts-website).
|
||||
|
||||
<br><br>
|
||||
<!-- <br><br>
|
||||
<p align="center">
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9PL5J7ULZQYJQ" target="_blank"><img src="https://i.imgur.com/s1u7rju.png"></a>
|
||||
</p>
|
||||
</p> -->
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
For business enquiries only: wruczekk at gmail.com, for anything else please join Telegram chat.
|
||||
|
||||
|
||||
Need help? Join our telegram group for news, announcements, help and general chat about ts-website: https://telegram.me/tswebsite
|
||||
Need help? Join our telegram group for news, announcements, help and general chat about ts-website: https://t.me/tswebsite
|
||||
*/
|
||||
|
||||
|
||||
|
@ -68,10 +68,10 @@ CONTACT PANEL SYNTAX:
|
|||
$config['contact']['items'][] = ["name", "link description", "link"];
|
||||
|
||||
FOR EXAMPLE:
|
||||
$config['contact']['items'][] = ["Telegram", "@Wruczek", "https://telegram.me/Wruczek"];
|
||||
$config['contact']['items'][] = ["Telegram", "@Wruczek", "https://t.me/Wruczek"];
|
||||
*/
|
||||
|
||||
$config['contact']['items'][] = ["TeamSpeak", "Support channel", "ts3server://teamspeakip?cid=30"];
|
||||
$config['contact']['items'][] = ["Email", "contact@email.com", "mailto:contact@email.com"];
|
||||
$config['contact']['items'][] = ["Telegram", "@Telegram", "https://telegram.me/Telegram"];
|
||||
$config['contact']['items'][] = ["Telegram", "@Telegram", "https://t.me/Telegram"];
|
||||
$config['contact']['items'][] = ["Twitter", "@Twitter", "https://twitter.com/Twitter"];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* Christmas theme for ts-website
|
||||
* https://github.com/Wruczek/ts-website
|
||||
* (c) Wruczek 2016 - 2017
|
||||
* (c) Wruczek 2016 - 2018
|
||||
* The MIT License
|
||||
*/
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<ul class="list-inline">
|
||||
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
|
||||
<p>
|
||||
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 — © <a href="https://wruczek.tech">Wruczek</a> and Contributors 2016 - 2017
|
||||
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 — © <a href="https://wruczek.tech">Wruczek</a> and contributors 2016 - 2018
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -16,7 +16,7 @@ $htalink = $config["general"]["enablehta"] ? "" : ".php";
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta name="description" content="<?php echo $config["general"]["desc"]; ?>">
|
||||
<meta name="author" content="Wruczek and Contributors">
|
||||
<meta name="author" content="Wruczek and contributors">
|
||||
|
||||
<title><?php echo $config["general"]["title"] . $config["general"]["subtitle"]; ?></title>
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ function showError($title, $text) { ?>
|
|||
<?php echo $text; ?>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
© <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 | MIT License
|
||||
© <a href="https://wruczek.tech">Wruczek</a> 2016 - 2018 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 | MIT License
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue