]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
typos
authorMartin Taibr <taibr.martin@gmail.com>
Wed, 31 Jan 2018 13:17:17 +0000 (14:17 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Wed, 31 Jan 2018 13:17:17 +0000 (14:17 +0100)
Editing.md
Home.md

index a799f1086835b84d75b9461ad977d212716cd50b..1074c660798a2b464f69e97f470f1d78ab10d7b1 100644 (file)
@@ -4,7 +4,8 @@ The official version is on [GitLab](https://gitlab.com/xonotic/xonotic/wikis/hom
 
 - Try to keep things short and to the point
 - Avoid creating lists of stuff that people will need to keep up to date, it doesn't work
-- Don't duplicate information, there should be a single up-to-date source of truth, everytihng else should link to it
+- Don't duplicate information, there should be a single up-to-date source of truth, everything else should link to it
+    - Improve things instead of starting from scratch, if the previous author didn't finish, you're not likely to do better from scratch
     - Low hanging fruit: obliterate docs from `Docs/` subdirectory, move it to wiki, link to it instead
 
 
@@ -27,7 +28,7 @@ Use dashes in page names, not underscores - dashes get converted to spaces in pa
 
 Interestingly, spaces in filenames and links seem to work fine for both GitHub and GitLab, not sure if they break somewhere else, it might still be best to avoid them.
 
-It's ok (and preferred) to put images and other assets into subdirectories but we have to **put pages in root** becuase GitHub doesn't support subdirs properly (it flattens everything - this can cause collisions, plus there is no way to link from subdir to another subdir that works on both GitLab and GitHub).
+It's ok (and preferred) to put images and other assets into subdirectories but we have to **put pages in root** because GitHub doesn't support subdirs properly (it flattens everything - this can cause collisions, plus there is no way to link from subdir to another subdir that works on both GitLab and GitHub).
 
 
 Automated checking
diff --git a/Home.md b/Home.md
index 93376e09ef5f9f78baeb885d47277bb876da58f3..99c95b3ddaa54dd407f5919ef50ee979e7f7a53d 100644 (file)
--- a/Home.md
+++ b/Home.md
@@ -79,6 +79,7 @@ Mutators change the configuration of the game play, e.g. how weapon appears, whi
 -   [Privacy and Security](privacy-and-security)
 -   [Handicap](handicap)
 -   [Camera for demos explained](Demo-Camera)
+-   [Capturing video clips and using the demo camera](Democapture)
 -   [Xonotic Bot Orchestra](Xonotic-Bot-Orchestra)
 -   [Impulse map](impulse-map)
 -   [Hardware Requirements](Hardware-Requirements)
@@ -134,10 +135,6 @@ Mutators change the configuration of the game play, e.g. how weapon appears, whi
 -   Some [tips](http://forums.xonotic.org/showthread.php?tid=63&pid=445#pid445) by *FruitieX*
 -   [Q3A Shader Manual](http://toolz.nexuizninjaz.com/shader/)
 
-### Configuration
--   [Capturing video clips and using the demo camera](Democapture)
--   [Git](Git)
-
 ### [Mapping](Mapping)
 -   [Creating Maps](Creating-Maps)
 -   [Mapper resources](Mapper-resources)
@@ -160,8 +157,7 @@ Mutators change the configuration of the game play, e.g. how weapon appears, whi
     -   [Tech Conglomerate](Tech-Conglomerate)
 
 
-## References
+## Misc
 
--   [Git repo structure](Git)
 -   [Archive](Archive)
 -   [Gitlab Markdown Reference](https://gitlab.com/help/user/markdown.md) (for editing this wiki)