-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
32 lines (20 loc) · 819 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
* Make sure links are checked case-sensitively except for
first character in German articles (use canonical name);
take care of underscore vs. space as well.
* Check weblinks for accessibility.
* Check for {{Gesundheitshinweis}} and {{Rechtshinweis}}.
* Make units configurable.
* Check for formatting of currencies.
* Check for formatting of legal paragraphs.
* Check for formatting of brackets and punctuation marks in
the same way as their content, i. e. "''(so)''" or
"'''„A quote.“'''".
* Check for no spaces in front of <ref>s and right
positioning at the end of sentences or subordinate
clauses.
* Use FastCGI.
* Move style markup to CSS.
* Establish clear contracts with regard to encoding/escaping
user input.
* Generate valid HTML.
* Use InterWiki map instead of guessing links.