You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] 100% of original content preserved (compared against original file)
87
+
-[ ] All technical explanations intact (no summarizing)
88
+
-[ ] All code examples preserved with original formatting
89
+
-[ ] All credits and contributor names preserved
90
+
-[ ] All step-by-step instructions preserved
91
+
-[ ] All tables and structured data preserved
92
+
-[ ] Historical dates and "Last Updated" information preserved
93
+
94
+
#### Links and Navigation
95
+
-[ ] All external links have `target="_blank"`
96
+
-[ ] Dead links updated to modern equivalents (UESP, Nexusmods)
97
+
-[ ] Wayback Machine URLs unwrapped and modernized
98
+
-[ ] Internal links use relative paths (not absolute URLs)
99
+
-[ ] Footer navigation matches page type (see below)
100
+
101
+
#### FCOM Page-Specific Requirements
102
+
**If converting a FCOM_*.html page, verify ALL of these:**
103
+
-[ ] Footer uses `<div class="footer">` NOT `<footer>` tag
104
+
-[ ] Footer includes PES Hall of Fame image: `<img src="images/PES_HallofFameSmall.jpg" class="nav-image">`
105
+
-[ ] Footer has `<hr class="nav-divider">` BEFORE navigation links
106
+
-[ ] Footer has `<hr class="nav-divider">` AFTER navigation links
107
+
-[ ] Footer includes ALL 9 navigation links in this order:
108
+
1. Home
109
+
2. Dev/Null Mods
110
+
3. Main (FCOM_Convergence.html)
111
+
4. Guide (FCOM_Convergence_Guide.html)
112
+
5. Load-Order (FCOM_LoadOrder.html)
113
+
6. FAQ (FCOM_FAQ.html)
114
+
7. Support (FCOM_Support.html)
115
+
8. Options (FCOM_Options.html)
116
+
9. Version History (FCOM_VersionHistory.html)
117
+
-[ ] Copyright line exactly matches: `Copyright 2006, 2007, 2008, 2009, 2015, 2025 by devakm. Individual works copyright by their respective creators.`
118
+
119
+
#### Standard Page Footer Requirements
120
+
**If converting a non-FCOM page, verify:**
121
+
-[ ] Footer uses `<div class="footer">` NOT `<footer>` tag
122
+
-[ ] Footer includes standard 4-link navigation (Home | Dev/Null Mods | TOTO Main | Quest List)
123
+
-[ ] Copyright line matches standard format
124
+
125
+
#### Final Validation
126
+
-[ ] Opened file in browser to verify rendering
127
+
-[ ] All images load correctly
128
+
-[ ] No console errors in browser dev tools
129
+
-[ ] Dark mode colors display correctly
130
+
-[ ] All links clickable and functional
131
+
71
132
## Key Content Areas
72
133
73
134
-**FCOM: Convergence** - Major mod integration project (Francesco + WarCry + Oscuro + Martigen)
0 commit comments