diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-26 22:41:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-26 22:41:56 +0200 |
commit | 0fe3661eab796c78cbbc5097634b68ecffd9a8e2 (patch) | |
tree | 19906670cb258f14cf1981ffe183763d85d12ae1 /doc/en | |
parent | aee4d283c932e26ece83a8a69ebc95908c9c0281 (diff) | |
download | weechat-0fe3661eab796c78cbbc5097634b68ecffd9a8e2.zip |
doc/dev: add arrow and open external links in new tab
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 533db61d0..eca76f60e 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -10,8 +10,8 @@ This manual documents WeeChat chat client, it is part of WeeChat. -Latest version of this document can be found on this page: -https://weechat.org/doc/ +Latest version of this document can be found on +https://weechat.org/doc/[this page ^↗^,window=_blank]. [[introduction]] @@ -31,8 +31,8 @@ This manual documents WeeChat internals: [[repositories]] == Repositories -WeeChat repositories are on GitHub organization "weechat": -https://github.com/weechat +WeeChat repositories are on GitHub organization +https://github.com/weechat[weechat ^↗^,window=_blank]. List of repositories: @@ -43,7 +43,7 @@ scripts:: the _official_ scripts submitted on weechat.org weechat.org:: - source of WeeChat website: https://weechat.org/ + source of https://weechat.org/[WeeChat website ^↗^,window=_blank] weercd:: IRC testing server @@ -468,13 +468,13 @@ Documentation files: | docgen.py | Python script to build auto-generated files in _includes/_ directory (see below). | XX/ | Documentation for language XX (languages: en, fr, de, it, ...). | weechat.1.XX.adoc | Man page (`man weechat`). -| weechat_dev.XX.adoc | link:weechat_dev.en.html[Developer's guide] (this document). -| weechat_faq.XX.adoc | link:weechat_faq.en.html[FAQ]. -| weechat_plugin_api.XX.adoc | link:weechat_plugin_api.en.html[Plugin API reference]. -| weechat_quickstart.XX.adoc | link:weechat_quickstart.en.html[Quickstart guide]. -| weechat_relay_protocol.XX.adoc | link:weechat_relay_protocol.en.html[Relay protocol] (for remote interfaces). -| weechat_scripting.XX.adoc | link:weechat_scripting.en.html[Scripting guide]. -| weechat_user.XX.adoc | link:weechat_user.en.html[User's guide]. +| weechat_dev.XX.adoc | link:weechat_dev.en.html[Developer's guide ^↗^,window=_blank] (this document). +| weechat_faq.XX.adoc | link:weechat_faq.en.html[FAQ ^↗^,window=_blank]. +| weechat_plugin_api.XX.adoc | link:weechat_plugin_api.en.html[Plugin API reference ^↗^,window=_blank]. +| weechat_quickstart.XX.adoc | link:weechat_quickstart.en.html[Quickstart guide ^↗^,window=_blank]. +| weechat_relay_protocol.XX.adoc | link:weechat_relay_protocol.en.html[Relay protocol ^↗^,window=_blank] (for remote interfaces). +| weechat_scripting.XX.adoc | link:weechat_scripting.en.html[Scripting guide ^↗^,window=_blank]. +| weechat_user.XX.adoc | link:weechat_user.en.html[User's guide ^↗^,window=_blank]. | includes/ | Files included in documentation. | autogen_api_completions.XX.adoc | Auto-generated file for Plugin API reference: completions (do *NEVER* update manually!). | autogen_api_hdata.XX.adoc | Auto-generated file for Plugin API reference: hdata (do *NEVER* update manually!). @@ -739,7 +739,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd)); [[coding_python_style]] === Python style -See https://www.python.org/dev/peps/pep-0008/ +See https://www.python.org/dev/peps/pep-0008/[PEP 8 ^↗^,window=_blank]. [[core_internals]] == Core internals @@ -1115,7 +1115,7 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000, [[git_repository]] === Git repository -Git repository is at this URL: https://github.com/weechat/weechat +Git repository is on https://github.com/weechat/weechat[GitHub ^↗^,window=_blank]. Any patch for bug or new feature must be done on master branch, preferred way is a GitHub pull request. A patch can also be sent by e-mail @@ -1265,8 +1265,8 @@ $ make translations && make update-po Then you can edit .po files (if you can translate in a language). -When done, you *have* to check your file with script _msgcheck.py_ -(https://github.com/flashcode/msgcheck): +When done, you *have* to check your file with +https://github.com/flashcode/msgcheck[msgcheck ^↗^,window=_blank]: ---- $ msgcheck.py xx.po |