summaryrefslogtreecommitdiff
path: root/doc/en/weechat_dev.en.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-05-17 07:46:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-05-17 07:46:54 +0200
commitfd3b3d6711369fe36bae5d1a4b52c29c51993914 (patch)
tree0b060b4831cb93d76c5467d22c9e85c01ad4e50d /doc/en/weechat_dev.en.asciidoc
parent4b5bc0ac8dade25bb2faca11b21ca0603dda31f9 (diff)
downloadweechat-fd3b3d6711369fe36bae5d1a4b52c29c51993914.zip
doc: update list of repositories in developer's guide
Diffstat (limited to 'doc/en/weechat_dev.en.asciidoc')
-rw-r--r--doc/en/weechat_dev.en.asciidoc31
1 files changed, 22 insertions, 9 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc
index 70df8dbaa..f24c9423c 100644
--- a/doc/en/weechat_dev.en.asciidoc
+++ b/doc/en/weechat_dev.en.asciidoc
@@ -21,23 +21,36 @@ light, designed for many operating systems.
This manual documents WeeChat internals:
-* repository (sources, doc, ...)
+* repositories
* coding rules
* core internals
* plugin internals
* how to contribute to WeeChat.
-[[repository]]
-== Repository
+[[repositories]]
+== Repositories
-WeeChat has two main repositories:
+WeeChat repositories are on GitHub organization "weechat":
+https://github.com/weechat
-* core repository: it contains source code and documentation,
- URL is: https://github.com/weechat/weechat
-* scripts: the 'official' scripts submitted on weechat.org,
- URL is: https://github.com/weechat/scripts
+List of repositories:
-This manual documents only core repository.
+weechat::
+ core repository with source code and documentation
+
+scripts::
+ the 'official' scripts submitted on weechat.org
+
+weechat.org::
+ source of WeeChat web site: https://weechat.org/
+
+weercd::
+ IRC testing server
+
+qweechat::
+ Qt remote GUI for WeeChat.
+
+This manual documents only 'weechat' repository.
[[overview]]
=== Overview