13 Documentation Licence version 1.2. See the COPYING file for the full text of |
13 Documentation Licence version 1.2. See the COPYING file for the full text of |
14 the licenses. |
14 the licenses. |
15 |
15 |
16 Instructions: |
16 Instructions: |
17 ------------- |
17 ------------- |
18 See our wiki at: http://hedgewars.org/kb/BuildingHedgewars |
18 See our wiki at: https://hedgewars.org/kb/BuildingHedgewars |
19 |
19 |
20 You can find an outline of the necessary dependencies in the INSTALL file. |
20 You can find an outline of the necessary dependencies in the INSTALL file. |
21 |
21 |
22 Source code: |
22 Source code: |
23 ------------ |
23 ------------ |
24 Our main repository is located at http://hg.hedgewars.org/hedgewars/ using |
24 Our main repository is located at https://hg.hedgewars.org/hedgewars/ using |
25 Mercurial as DVCS. A Git repository is also available (mirrored daily) |
25 Mercurial as DVCS. A Git repository is also available (mirrored daily) |
26 at https://github.com/hedgewars/hw |
26 at https://github.com/hedgewars/hw |
27 |
27 |
28 Contribute: |
28 Contribute: |
29 ----------- |
29 ----------- |
30 If you see a bug or have any suggestion please use the official bug tracker at |
30 If you see a bug or have any suggestion please use the official bug tracker at |
31 http://hedgewars.org/bugs or the integrated feedback |
31 https://hedgewars.org/bugs or the integrated feedback |
32 button. |
32 button. |
33 |
33 |
34 If you want to help or get to know the sources better you can do that with some |
34 If you want to help or get to know the sources better you can do that with some |
35 easy tasks from http://hedgewars.org/kb/TODO. We also have an |
35 easy tasks from https://hedgewars.org/kb/TODO. We also have an |
36 extended API in LUA to customize your adventures in our wiki at |
36 extended API in LUA to customize your adventures in our wiki at |
37 http://hedgewars.org/kb/LuaAPI. |
37 https://hedgewars.org/kb/LuaAPI. |
38 |
38 |
39 If you know your way through the code feel free to send a patch or open a pull |
39 If you know your way through the code feel free to send a patch or open a pull |
40 request. The best LUA scripts get released in the official DLC page and later |
40 request. The best LUA scripts get released in the official DLC page and later |
41 integrated in the next version. |
41 integrated in the next version. |
42 |
42 |
43 Contact: |
43 Contact: |
44 -------- |
44 -------- |
45 * IRC channel - irc://irc.freenode.net/hedgewars |
45 * IRC channel - irc://irc.freenode.net/hedgewars |
46 * community forum - http://www.hedgewars.org/forum |
46 * community forum - https://hedgewars.org/forum |
47 * mailing list - https://mail.gna.org/listinfo/hedgewars-dev |
47 * mailing list - https://mail.gna.org/listinfo/hedgewars-dev |
48 |
48 |