Skip to content

Commit 7ddaf77

Browse files
committed
get rid of IRC links, point to github discussions instead
1 parent 1c37ce6 commit 7ddaf77

2 files changed

Lines changed: 19 additions & 21 deletions

File tree

faq/faq.adoc

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:toc-placement: macro
88

99
This page exists to answer common questions about Fifengine.
10-
It is a reference to answer oft-repeated questions people in the Fife community encounter.
10+
It is a reference to answer oft-repeated questions people in the Fife community encounter.
1111
It is not a complete guide to Fife, nor a tool for teaching how to use it.
1212

1313
If there is some common or important question you feel is wrongly left
@@ -31,19 +31,20 @@ Formerly: Free Isometric Fallout Engine.
3131

3232
== What platforms does FIFE run on?
3333

34-
It currently runs on Linux, Mac OSX, and Windows.
34+
It currently runs on Linux, ~Mac OSX~, and Windows.
3535

3636
== What is the current status of FIFE project?
3737

38-
FIFE has several stable releases under its belt.
38+
FIFE has several stable releases.
39+
3940
We are continuing to work on it to add and improve features.
4041

4142
== How easy is it to create a game with FIFE?
4243

43-
Creating a full-featured game is a complicated task.
44-
FIFE tries to ease the development process for you by providing a stable basis for your game project.
45-
It helps to have some programming experience to get started.
46-
FIFE is an engine and you have to extend the engine to suit your needs.
44+
Creating a full-featured game is a complicated task.
45+
FIFE tries to ease the development process for you by providing a stable basis for your game project.
46+
It helps to have some programming experience to get started.
47+
FIFE is an engine and you have to extend the engine to suit your needs.
4748
We have provided Python bindings to make the development process a little easier.
4849

4950
== What projects are using FIFE?
@@ -76,30 +77,27 @@ For a full list a features please visit our [[Features]] page.
7677

7778
=== Does FIFE support any scripting languages?
7879

79-
Yes! We use SWIG to generate Python bindings.
80-
81-
See http://www.swig.org/[SWIG's] homepage for more information on SWIG.
80+
Yes! We use SWIG to generate Python bindings.
8281

83-
At this time we only generate Python bindings.
82+
See http://www.swig.org/[SWIG's] homepage for more information on SWIG.
8483

85-
=== Do you have any plans on supporting other scripting languages?
84+
=== Do you plan to support other scripting languages?
8685

87-
Not in the immediate future.
86+
Not at this time. We only generate Python bindings.
8887

8988
=== Will the engine support network features so you can create multiplayer games based on FIFE?
9089

91-
FIFE does NOT have any network code at the moment so it does not support multiplayer games.
90+
FIFE does NOT have any network code at the moment so it does not support multiplayer games.
9291

93-
We are however hoping to add networking support in the future.
92+
We are however hoping to add networking support in the future.
9493
We are looking for developers who have experience in writing network code.
9594

9695
== Miscellaneous
9796

9897
=== I'd like to help out and support you. How can I contribute to the development of FIFE?
9998

100-
Great idea :-)
101-
102-
We suggest you start by introducing yourself on our http://forums.fifengine.net/index.php?board=8.0[forum]
103-
and then head over to our http://irc.fifengine.net[IRC] channel #fife on freenode.
99+
We'd love your help! 🙌
104100

101+
Start by introducing yourself in our https://github.com/fifengine/fifengine/discussions[GitHub Discussions].
105102

103+
We work on Github, so you can contribute by submitting pull requests with bug fixes or new features.

user-manual/en/book.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ endif::backend-pdf[]
4646
:license: https://github.com/fifengine/fifengine/blob/master/LICENSE.md
4747
:issue-ref: https://github.com/fifengine/fifengine/issues
4848
:docs-issue-ref: https://github.com/fifengine/fifengine-docs/issues
49-
:irc-ref: http://webchat.freenode.net/?channels=%23fife
49+
:github-discussions-ref: https://github.com/fifengine/fifengine/discussions
5050

5151
[NOTE]
5252
.This document is under active development and discussion!
5353
====
5454
If you find errors or omissions in this document, please don't hesitate to {docs-issue-ref}[submit an issue or open a pull request] with a fix.
55-
We also encourage you to ask questions and discuss any aspects of the project on {irc-ref}[IRC].
55+
We also encourage you to ask questions and discuss any aspects of the project on {github-discussions-ref}[GitHub Discussions].
5656
New contributors are always welcome!
5757
====
5858

0 commit comments

Comments
 (0)