mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge pull request #6281 from paul999/ticket/16865
[ticket/16865] Update IRC + discord links in composer and documentati…
This commit is contained in:
commit
975ad95bff
5 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# A hook to check syntax of a phpBB3 commit message, per:
|
# A hook to check syntax of a phpBB3 commit message, per:
|
||||||
# * <http://wiki.phpbb.com/display/DEV/Git>
|
# * <https://area51.phpbb.com/docs/dev/master/development/git.html>
|
||||||
# * <http://area51.phpbb.com/phpBB/viewtopic.php?p=209919#p209919>
|
# * <http://area51.phpbb.com/phpBB/viewtopic.php?p=209919#p209919>
|
||||||
#
|
#
|
||||||
# This is a commit-msg hook.
|
# This is a commit-msg hook.
|
||||||
|
|
|
@ -15,8 +15,9 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://tracker.phpbb.com",
|
"issues": "https://tracker.phpbb.com",
|
||||||
"forum": "https://www.phpbb.com/community/",
|
"forum": "https://www.phpbb.com/community/",
|
||||||
"wiki": "https://wiki.phpbb.com",
|
"docs": "https://www.phpbb.com/support/docs/",
|
||||||
"irc": "irc://irc.freenode.org/phpbb"
|
"irc": "irc://irc.libera.chat/phpbb",
|
||||||
|
"chat": "https://www.phpbb.com/support/chat/"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-update-cmd": "echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.'"
|
"post-update-cmd": "echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.'"
|
||||||
|
|
|
@ -204,7 +204,7 @@
|
||||||
|
|
||||||
<a name="irc"></a><h3>3.iv Internet Relay Chat</h3>
|
<a name="irc"></a><h3>3.iv Internet Relay Chat</h3>
|
||||||
|
|
||||||
<p>Another place you may find help is our IRC channel. This operates on the Freenode IRC network, <a href="irc://irc.freenode.net">irc.freenode.net</a> and the channel is <em>#phpbb</em> and can be accessed by any decent IRC client such as mIRC, XChat, etc. Again, please do not abuse this service and be respectful of other users.</p>
|
<p>Another place you may find help is our IRC channel. This operates on the Libera IRC network, <a href="irc://irc.libera.chat">irc.libera.chat</a> and the channel is <em>#phpbb</em> and can be accessed by any decent IRC client such as mIRC, XChat, etc. Again, please do not abuse this service and be respectful of other users.</p>
|
||||||
|
|
||||||
<p>There are other IRC channels available, please see <a href="https://www.phpbb.com/support/irc/">https://www.phpbb.com/support/irc/</a> for the complete list.</p>
|
<p>There are other IRC channels available, please see <a href="https://www.phpbb.com/support/irc/">https://www.phpbb.com/support/irc/</a> for the complete list.</p>
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,9 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://tracker.phpbb.com",
|
"issues": "https://tracker.phpbb.com",
|
||||||
"forum": "https://www.phpbb.com/community/",
|
"forum": "https://www.phpbb.com/community/",
|
||||||
"wiki": "https://wiki.phpbb.com",
|
"docs": "https://www.phpbb.com/support/docs/",
|
||||||
"irc": "irc://irc.freenode.org/phpbb"
|
"irc": "irc://irc.libera.chat/phpbb",
|
||||||
|
"chat": "https://www.phpbb.com/support/chat/"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [""]
|
"classmap": [""]
|
||||||
|
|
|
@ -212,5 +212,5 @@ UI tests will take a different form in phpBB 4.
|
||||||
More Information
|
More Information
|
||||||
================
|
================
|
||||||
|
|
||||||
Further information is available on phpbb wiki:
|
Further information is available on phpBB development documentation:
|
||||||
http://wiki.phpbb.com/Automated_Tests
|
https://area51.phpbb.com/docs/dev/master/testing/index.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue