forked from lversaw/id_tn_l3
update documentation
This commit is contained in:
parent
cffbcf3a1a
commit
cb488b5f9f
|
@ -12,55 +12,55 @@ The correct .md file format is documented at https://www.techadvancement.com/com
|
||||||
|
|
||||||
## Automated cleanup steps:
|
## Automated cleanup steps:
|
||||||
|
|
||||||
6. Removed the first line of every note file other than the intro.md files. Also removed the second line if blank.
|
1. Removed the first line of every note file other than the intro.md files. Also removed the second line if blank.
|
||||||
* Consistently, notes files other than intro.md had two extraneous lines at the top.
|
* Consistently, notes files other than intro.md had two extraneous lines at the top.
|
||||||
* RISK: might possibly have deleted some valid data.
|
* RISK: might possibly have deleted some valid data.
|
||||||
* 23,055 files affected
|
* 23,055 files affected
|
||||||
7. Removed the first two lines from intro.md files that start with some variation of "# Pendahuluan"
|
2. Removed the first two lines from intro.md files that start with some variation of "# Pendahuluan"
|
||||||
* 446 files affected
|
* 446 files affected
|
||||||
8. Removed lines containing empty HTML comments, and the lines following, if blank.
|
3. Removed lines containing empty HTML comments, and the lines following, if blank.
|
||||||
* All HTML comment tags found were empty comments.
|
* All HTML comment tags found were empty comments.
|
||||||
* 469 files affected
|
* 469 files affected
|
||||||
9. Converted instances of & nbsp; to a single space.
|
4. Converted instances of & nbsp; to a single space.
|
||||||
* 11694 files affected
|
* 11694 files affected
|
||||||
10. Removed top line of file if blank. Consolidated consecutive blank lines elsewhere in file.
|
5. Removed top line of file if blank. Consolidated consecutive blank lines elsewhere in file.
|
||||||
* 842 files affected
|
* 842 files affected
|
||||||
11. Removed instances of <o:p></o:p> and <o:p> </o:p>
|
6. Removed instances of <o:p></o:p> and <o:p> </o:p>
|
||||||
* They had no apparent purpose or meaning.
|
* They had no apparent purpose or meaning.
|
||||||
* 620 files affected
|
* 620 files affected
|
||||||
12. Removed blank headers and the blank line following (if any).
|
7. Removed blank headers and the blank line following (if any).
|
||||||
* 1858 files affected
|
* 1858 files affected
|
||||||
13. Fixed language code in tA links. Replaced rc://en/ with rc://id/
|
8. Fixed language code in tA links. Replaced rc://en/ with rc://id/
|
||||||
* 20,065 files affected
|
* 20,065 files affected
|
||||||
14. Removed blank lines between list items.
|
9. Removed blank lines between list items.
|
||||||
* 427 files affected
|
* 427 files affected
|
||||||
15. Removed high level hash tags in files showing the first classic pattern of corrupted heading levels.
|
10. Removed high level hash tags in files showing the first classic pattern of corrupted heading levels.
|
||||||
* Classic pattern means: First heading at level 1. Subsequent headings alternate higher level to level 1.
|
* Classic pattern means: First heading at level 1. Subsequent headings alternate higher level to level 1.
|
||||||
* Ends with higher level heading. No untagged text lines anywhere.
|
* Ends with higher level heading. No untagged text lines anywhere.
|
||||||
* 681 files affected
|
* 681 files affected
|
||||||
16. Promoted headings to level 1 in files showing the second classic pattern of corrupted heading levels.
|
11. Promoted headings to level 1 in files showing the second classic pattern of corrupted heading levels.
|
||||||
* Classic pattern means: First heading at level 2 or higher. Subsequent headings always the same level.
|
* Classic pattern means: First heading at level 2 or higher. Subsequent headings always the same level.
|
||||||
* Plain text lines alternate with headings. Ends with plain text line.
|
* Plain text lines alternate with headings. Ends with plain text line.
|
||||||
* 1665 files affected
|
* 1665 files affected
|
||||||
17. Removed top two lines of files meeting these criteria:
|
12. Removed top two lines of files meeting these criteria:
|
||||||
* At least 5 lines long
|
* At least 5 lines long
|
||||||
* First line contains a verse reference (space followed by digits, colon, and digits)
|
* First line contains a verse reference (space followed by digits, colon, and digits)
|
||||||
* Second line is blank, and third line starts with hash mark
|
* Second line is blank, and third line starts with hash mark
|
||||||
* 3394 files affected
|
* 3394 files affected
|
||||||
* RISK: might possibly have deleted some valid data.
|
* RISK: might possibly have deleted some valid data.
|
||||||
18. Removed "Kata-kata Terjemahan" section from files that had it.
|
13. Removed "Kata-kata Terjemahan" section from files that had it.
|
||||||
* Those are from an older tN version.
|
* Those are from an older tN version.
|
||||||
* 4817 files affected
|
* 4817 files affected
|
||||||
19. Reapplied #16.
|
14. Reapplied #11.
|
||||||
* 475 files affected
|
* 475 files affected
|
||||||
20. Reapplied #15
|
15. Reapplied #10
|
||||||
* 241 files affected
|
* 241 files affected
|
||||||
|
|
||||||
21. (asked permission to...) Remove links specific to V-MAST resources that no longer exist.
|
16. (asked permission to...) Remove links specific to V-MAST resources that no longer exist.
|
||||||
|
|
||||||
|
|
||||||
Remaining issues are documented in *issues.txt*.
|
Remaining issues are documented in *issues.txt*.
|
||||||
|
|
||||||
## Remaining steps:
|
## Remaining steps:
|
||||||
|
|
||||||
18. Manually edit the files identified in *issues.txt* to conform to the required markdown format.
|
1. Manually edit the files identified in *issues.txt* to conform to the required markdown format.
|
||||||
|
|
Loading…
Reference in New Issue