]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
rename server.md, add todo
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 2 Feb 2017 02:01:47 +0000 (03:01 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 2 Feb 2017 02:01:47 +0000 (03:01 +0100)
Server.md [new file with mode: 0644]
server.md [deleted file]

diff --git a/Server.md b/Server.md
new file mode 100644 (file)
index 0000000..ae73eea
--- /dev/null
+++ b/Server.md
@@ -0,0 +1,18 @@
+# Server
+
+## web hosting
+
+TODO might wanna merge/replace this with info from Xonotic/Docs/mapdownload.txt
+
+* `sv_curl_defaulturl`
+    * set to your web host, required `.pk3` files will be downloaded from here
+
+## xonstat
+
+## multiple server instances
+
+## multiple data directories
+
+## high server load
+
+Since 0.8.2, weapon cvar changes are automatically rescanned every `w_prop_interval` seconds, the default is `5`. Increasing this cvar will reduce load, but weapon tweaks will take longer to propogate
diff --git a/server.md b/server.md
deleted file mode 100644 (file)
index b17202d..0000000
--- a/server.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Server
-
-## web hosting
-
-* `sv_curl_defaulturl`
-    * set to your web host, required `.pk3` files will be downloaded from here
-
-## xonstat
-
-## multiple server instances
-
-## multiple data directories
-
-## high server load
-
-Since 0.8.2, weapon cvar changes are automatically rescanned every `w_prop_interval` seconds, the default is `5`. Increasing this cvar will reduce load, but weapon tweaks will take longer to propogate
\ No newline at end of file