]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Home.md
explain autobuilds
[xonotic/xonotic.wiki.git] / Home.md
diff --git a/Home.md b/Home.md
index f631f5243380f62427861d9134e59fc95c4ad570..90231db9af6cd47b100c2ecace87deb8005e0bf9 100644 (file)
--- a/Home.md
+++ b/Home.md
@@ -1,15 +1,12 @@
 # Xonotic Wiki
 
-Welcome to the official Xonotic wiki.
+Welcome to the Xonotic wiki. If you wish to contribute, see [Editing](Editing).
 
-If you wish to contribute, see [Editing](Editing).
-
-## Documentation, Communication and Social Networks
--      [Official Website](http://xonotic.org)
-       -       [Official Forums](http://forums.xonotic.org) are a lively place for Xonotic players to discuss anything.
-       -       [Xonotic game stats](http://stats.xonotic.org/) shows useful statistics information about servers, players, scores, maps, etc.
--      You are looking at the [official wiki](https://gitlab.com/xonotic/xonotic/wikis/home).
+-      You are looking at the [official wiki](https://gitlab.com/xonotic/xonotic/wikis/home) or its [mirror](https://github.com/xonotic/xonotic/wiki).
        -       [Unofficial wiki](http://xonotic.wikia.com/wiki/Xonotic_Wiki) may contain dated but still helpful information.
+-      [Website](http://xonotic.org)
+       -       [Forums](http://forums.xonotic.org) are a lively place for Xonotic players to discuss anything.
+       -       [Xonotic game stats](http://stats.xonotic.org/) show useful statistics information about servers, players, scores, maps, etc.
 -      [IRC channels](Channels) are where most players ask/answer questions, exchange ideas, organize game events, etc. in **real time**. You can even chat with players in the game.
 -      [Facebook](https://www.facebook.com/xonotic/)
 -      [Twitter](https://twitter.com/xonotic)
@@ -87,6 +84,7 @@ Mutators change the configuration of the game play, e.g. how weapon appears, whi
 
 ## The Software
 -   [Repository Access](Repository_Access) (how to compile from git) (see also [Git repo structure](Git))
+-   [Autobuilds](Autobuilds)
 -   [Privacy and Security](privacy-and-security)
 -   [Hardware Requirements](Hardware-Requirements)
 
@@ -106,10 +104,24 @@ Mutators change the configuration of the game play, e.g. how weapon appears, whi
     -   [Close to home](Close-to-home)
     -   [Tech Conglomerate](Tech-Conglomerate)
 
+## Server Administration
+### Tutorials
+-   [Local test server on GNU/Linux](local-test-server-on-gnu-linux)
+
+### Configuration
+-   [Basic server configuration](basic-server-configuration)
+-   [Custom server votes](custom-server-votes)
+-   [Custom user directory](custom-user-directory)
+-   [The `info` command](https://forums.xonotic.org/showthread.php?tid=7474&pid=81277#pid81277)
+
+### Map hosting
+
+### Troubleshooting
+-   [Performance](https://forums.xonotic.org/showthread.php?tid=7374&pid=80938#pid80938)
 
-## Editing
+## Contribute
 
-In this section you will find helpful information about editing Xonotic in general, let that be coding, texturing, modeling, mapping, etc
+In this section you will find helpful information about development of the software Xonotic in general, let that be coding, texturing, modeling, mapping, etc
 
 ### Programming
 -   [Introduction to QuakeC](Introduction-to-QuakeC)