This commit is contained in:
Miloslav Ciz 2022-04-27 21:53:57 +02:00
parent 02b2c56764
commit da2efa0183
4 changed files with 15 additions and 10 deletions

View file

@ -15,7 +15,7 @@ If you contribute, add yourself to [wiki authors](wiki_authors.md)! You can also
- **Don't line-break paragraphs** (a pragraph is on a single line). The reasoning is that a text manually formatted to specific width is hard to edit. It's easier to switch to auto-line breaking in your editor.
- **Avoid [unicode](unicode.md), highly prefer [ASCII](ascii.md)**, for the sake of maximum compatibility and simplicity. Use of unicode has to be greatly justified.
- **Each page shall start with a heading** (which may not correspond to article file name).
- **Filenames of articles should use a lowercrase snake_case**.
- **Filenames of articles shall use a lowercase snake_case**.
- **This isn't Wikipedia**, memes, opinions and uncensored truths are allowed (and welcome).
- The style of this wiki is **inspired by the famous [WikiWikiWeb](http://wiki.c2.com/?WikiWikiWeb)**.
- **Writing style should be relaxed and in many parts informal**. Formality is used where it is useful (e.g. definitions), most of other text can benefit from being written as a tech conversation among friends.