- 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
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
- [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)
- 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)
- [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)