diff --git a/Cleanup process.md b/Cleanup process.md index 0e104d76..73efdfbf 100644 --- a/Cleanup process.md +++ b/Cleanup process.md @@ -12,55 +12,55 @@ The correct .md file format is documented at https://www.techadvancement.com/com ## 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. * RISK: might possibly have deleted some valid data. * 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 -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. * 469 files affected -9. Converted instances of & nbsp; to a single space. +4. Converted instances of & nbsp; to a single space. * 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 -11. Removed instances of and +6. Removed instances of and * They had no apparent purpose or meaning. * 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 -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 -14. Removed blank lines between list items. +9. Removed blank lines between list items. * 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. * Ends with higher level heading. No untagged text lines anywhere. * 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. * Plain text lines alternate with headings. Ends with plain text line. * 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 * First line contains a verse reference (space followed by digits, colon, and digits) * Second line is blank, and third line starts with hash mark * 3394 files affected * 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. * 4817 files affected -19. Reapplied #16. +14. Reapplied #11. * 475 files affected -20. Reapplied #15 +15. Reapplied #10 * 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 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.