diff --git a/CHANGELOG.md b/CHANGELOG.md index f142afa..05f706b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2.0.0 - UNRELEASED * Replace material design with bootstrap4 theme +* Add an about modal * Update deployment and release documentation and examples * Update dependencies and force PHP 7.3 * Add fallback for values for `env` file diff --git a/README.md b/README.md index f7066c0..a139abb 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # README -**ts3web** is a web interface for any TeamSpeak 3 Server used with serverQuery login. Sources can be viewed +ts3web is a web interface for one TeamSpeak 3 Server. It's using serverquery to login. Sources can be viewed [here](https://git.myservermanager.com/alexander.schaeferdiek/ts3web). This web interface aims to be as simple as possible. The minimalistic approach is intentional. -Feel free to submit pull requests if you like to help. +Feel free to submit pull requests if you like to help. More information are here: [https://hub.docker.com/r/varakh/ts3web](https://hub.docker.com/r/varakh/ts3web) Features which are currently **not supported**: diff --git a/data/locale/en.yml b/data/locale/en.yml index 79045d3..bb3d831 100644 --- a/data/locale/en.yml +++ b/data/locale/en.yml @@ -271,4 +271,15 @@ passwords.add.password: "Password" passwords.add.duration: "Duration (in seconds)" passwords.add.description: "Description" passwords.add.channel: "Channel (user joins)" -passwords.add.channel_password: "Channelpassword" \ No newline at end of file +passwords.add.channel_password: "Channelpassword" + +# about +about.header: "About %name%" +about.body: | + ts3web is a web interface for one TeamSpeak 3 Server. It's using serverquery to login. This web interface aims to be as simple as possible. The minimalistic approach is intentional. + + Feel free to submit pull requests if you like to help. More information are here: https://hub.docker.com/r/varakh/ts3web + + Features which are currently not supported: + - modify permissions (only viewing) + - modify files (only viewing) \ No newline at end of file diff --git a/src/View/bootstrap4/about.twig b/src/View/bootstrap4/about.twig new file mode 100644 index 0000000..5dff821 --- /dev/null +++ b/src/View/bootstrap4/about.twig @@ -0,0 +1,15 @@ +