-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
294 lines (272 loc) · 13.1 KB
/
roadmap.html
File metadata and controls
294 lines (272 loc) · 13.1 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes, viewport-fit=cover">
<title>PROJECT:OVERTHROW · ROADMAP · COMPLETE</title>
<!-- PRIMARY STYLESHEET -->
<link rel="stylesheet" href="css/roadmap.css">
<!-- THEME SWITCHER · EXTERNAL · DEFERRED -->
<script src="js/theme.js" defer></script>
<!-- FALLBACK FAVICON -->
<link rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%23000000'/><text x='20' y='70' font-size='70' fill='%23ff0000'>⛧</text></svg>">
</head>
<body>
<div class="roadmap-container">
<!-- TACTICAL MAP CORNER ACCENTS -->
<div class="map-corner top-left"></div>
<div class="map-corner top-right"></div>
<div class="map-corner bottom-left"></div>
<div class="map-corner bottom-right"></div>
<!-- ========== THEME CONTROLS ========== -->
<div class="theme-controls">
<button class="theme-btn" data-theme="blood" aria-label="Blood theme (default)">🔴 BLOOD</button>
<button class="theme-btn" data-theme="midnight" aria-label="Midnight covert theme">🌑 MIDNIGHT</button>
<button class="theme-btn" data-theme="forest" aria-label="Forest resistance theme">🌲 FOREST</button>
<button class="theme-btn" data-theme="amber" aria-label="Amber tactical theme">🟠 AMBER</button>
</div>
<!-- ========== HEADER WITH PROGRESS ========== -->
<div class="header-with-metrics">
<h1>PROJECT:OVERTHROW</h1>
<div class="progress-compact">
<span class="progress-label">COMPLETION:</span>
<div class="progress-bar">
<div class="progress-fill" style="width: 42%;"></div>
</div>
<span class="progress-percent">42%</span>
</div>
</div>
<!-- ========== PHASE 01 – FOUNDATION ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">01</span>
<span class="phase-title">FOUNDATION & SECURITY</span>
<span class="phase-status">3/6 COMPLETE</span>
</div>
<ul>
<li class="completed">Release index interface (Main terminal)</li>
<li class="completed">Create about.php (Decensorweb manifesto)</li>
<li class="completed">Inject anarchy protocols (R-CORP doctrine)</li>
<li class="completed">Secure PHP gateway (CSP · SRI · hardening)</li>
<li>Create privacy.php (Data sovereignty + terms)</li>
<li>Create contact.php (Secure channels · PGP)</li>
</ul>
</div>
<!-- ========== PHASE 02 – IDENTITY & NAVIGATION ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">02</span>
<span class="phase-title">IDENTITY & NAVIGATION</span>
<span class="phase-status">2/5 COMPLETE</span>
</div>
<ul>
<li class="completed">Design R-CORP accountability badges</li>
<li class="completed">Create navigate.php (Central routing hub)</li>
<li>Implement unified navigation header (all pages)</li>
<li>Add breadcrumb system with doctrine markers</li>
<li>Deploy 404/censorship resistance page</li>
</ul>
</div>
<!-- ========== PHASE 03 – USER SYSTEMS ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">03</span>
<span class="phase-title">USER SYSTEMS & AUTH</span>
<span class="phase-status">0/8 COMPLETE</span>
</div>
<ul>
<li>Design encrypted account creation (R-CORP issued)</li>
<li>Implement zero-knowledge authentication</li>
<li>Build session management with CSP nonces</li>
<li>Create account dashboard (sovereignty panel)</li>
<li>Deploy PGP key management for users</li>
<li>Add 2FA enforcement (TOTP)</li>
<li>Build account deletion with permanent wipe</li>
<li>Implement rate limiting & brute force protection</li>
</ul>
</div>
<!-- ========== PHASE 04 – SOCIAL ENGINE ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">04</span>
<span class="phase-title">SOCIAL ENGINE · FORUMS</span>
<span class="phase-status">0/9 COMPLETE</span>
</div>
<ul>
<li>Deploy community forums (encrypted threads)</li>
<li>Implement end-to-end encrypted private messaging</li>
<li>Build content creation with markdown support</li>
<li>Create voting/karma system (non-manipulable)</li>
<li>Add moderation tools (hate speech only)</li>
<li>Implement user blocking & muting</li>
<li>Build search with zero-logging</li>
<li>Add file attachments (encrypted, virus scanned)</li>
<li>Deploy real-time notifications (WebSocket)</li>
</ul>
</div>
<!-- ========== PHASE 05 – ENCRYPTED SHARING ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">05</span>
<span class="phase-title">ENCRYPTED FILE SHARING</span>
<span class="phase-status">0/6 COMPLETE</span>
</div>
<ul>
<li>Build client-side encryption for uploads</li>
<li>Implement secure file storage (zero-knowledge)</li>
<li>Create expiring share links</li>
<li>Add virus scanning with ClamAV</li>
<li>Implement file versioning with encryption</li>
<li>Build file management dashboard</li>
</ul>
</div>
<!-- ========== PHASE 06 – DECENTRALIZATION ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">06</span>
<span class="phase-title">DECENTRALIZATION · MESH</span>
<span class="phase-status">0/5 COMPLETE</span>
</div>
<ul>
<li>Distribute offline mesh kits documentation</li>
<li>Activate darknet relay nodes</li>
<li>Implement ActivityPub federation</li>
<li>Build peer-to-peer message propagation</li>
<li>Create decentralized identity bridging</li>
</ul>
</div>
<!-- ========== PHASE 07 – MOBILE & UX ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">07</span>
<span class="phase-title">MOBILE & PROGRESSIVE WEB</span>
<span class="phase-status">0/6 COMPLETE</span>
</div>
<ul>
<li>Build PWA with offline support</li>
<li>Implement push notifications (encrypted)</li>
<li>Add biometric authentication for mobile</li>
<li>Create mobile-responsive navigation drawer</li>
<li>Deploy touch-optimized UI components</li>
<li>Add install prompt with custom splash</li>
</ul>
</div>
<!-- ========== PHASE 08 – LAUNCH & RESISTANCE ========== -->
<div class="phase">
<div class="phase-header">
<span class="phase-number">08</span>
<span class="phase-title">LAUNCH & RESISTANCE</span>
<span class="phase-status">0/4 COMPLETE</span>
</div>
<ul>
<li>Security audit by third-party researchers</li>
<li>Public bug bounty program launch</li>
<li>Deploy warrant canary automation</li>
<li>Official launch · Sovereign network status</li>
</ul>
</div>
<!-- ========== COMPLETE DEVELOPMENT TRACKER ========== -->
<div class="tracker-panel">
<div class="tracker-header">
<span class="tracker-icon">📋</span>
<h3 class="tracker-title">PLATFORM COMPLETION TRACKER</h3>
<span class="tracker-icon">📋</span>
</div>
<div class="tracker-grid">
<div class="tracker-category">
<span class="category-name">FOUNDATION</span>
<span class="category-progress">50%</span>
<div class="category-bar">
<div style="width: 50%;"></div>
</div>
</div>
<div class="tracker-category">
<span class="category-name">USER SYSTEMS</span>
<span class="category-progress">0%</span>
<div class="category-bar">
<div style="width: 0%;"></div>
</div>
</div>
<div class="tracker-category">
<span class="category-name">SOCIAL ENGINE</span>
<span class="category-progress">0%</span>
<div class="category-bar">
<div style="width: 0%;"></div>
</div>
</div>
<div class="tracker-category">
<span class="category-name">ENCRYPTION</span>
<span class="category-progress">0%</span>
<div class="category-bar">
<div style="width: 0%;"></div>
</div>
</div>
<div class="tracker-category">
<span class="category-name">DECENTRALIZATION</span>
<span class="category-progress">0%</span>
<div class="category-bar">
<div style="width: 0%;"></div>
</div>
</div>
<div class="tracker-category">
<span class="category-name">MOBILE/PWA</span>
<span class="category-progress">0%</span>
<div class="category-bar">
<div style="width: 0%;"></div>
</div>
</div>
</div>
<div class="tracker-footer">
<span class="tracker-doctrine">R-CORP · 42% COMPLETE · 43 TASKS REMAINING</span>
</div>
</div>
<!-- ========== NEXT MILESTONE ========== -->
<div class="milestone-panel">
<span class="milestone-icon">🎯</span>
<div class="milestone-content">
<span class="milestone-label">CURRENT MILESTONE:</span>
<span class="milestone-name">PHASE 04 · COMMUNITY FORUMS</span>
</div>
<span class="milestone-deadline">Q2 2024</span>
</div>
<!-- ========== LEGEND & MAP COORDINATES ========== -->
<div class="map-legend">
<div class="legend-item"><span class="legend-marker completed-marker">✓</span> COMPLETED</div>
<div class="legend-item"><span class="legend-marker">◉</span> IN PROGRESS</div>
<div class="legend-item"><span class="legend-marker pending-marker">○</span> PLANNED</div>
<div class="legend-item"><span class="doctrine-marker">⛧</span> R-CORP ACCOUNTABLE</div>
</div>
<!-- ========== FOOTER NAVIGATION ========== -->
<div class="footer-nav">
<div class="nav-links">
<a href="index.html" class="back-btn">← MAIN TERMINAL</a>
<a href="navigate.php" class="back-btn">← NAVIGATION HUB</a>
<a href="about.php" class="back-btn">← DECENSORWEB</a>
<a href="privacy.php" class="back-btn">← PRIVACY</a>
<a href="contact.php" class="back-btn">← CONTACT</a>
</div>
<div class="map-coordinates">
<span class="coordinate">OVERTHROW · SECTOR 7</span>
<span class="coordinate-doctrine">⛧ R-CORP ⛧</span>
<span class="coordinate-timestamp">
<?php echo date('Y.m.d'); ?>
</span>
</div>
</div>
<!-- SECURE BUILD TIMESTAMP -->
<!-- ROADMAP v4.0 · 42% COMPLETE · THEME READY · MOBILE OPTIMIZED -->
</div>
<!-- PWA SUPPORT (future) -->
<script>
// Register service worker for PWA when ready
if ('serviceWorker' in navigator && window.location.protocol === 'https:') {
window.addEventListener('load', () => {
// Will be implemented in Phase 07
console.log('PWA ready for service worker registration');
});
}
</script>
</body>
</html>