-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
290 lines (265 loc) · 11.1 KB
/
map.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Epochtalk - Roadmap</title>
<meta name="description" content="Next generation forum software.">
<meta name="author" content="Slickage Studios">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<!-- Navigation -->
<div class="nav-wrap" id="top">
<div class="container">
<div class="row">
<div class="one columns logo">
<a href="index.html">
<i class="fa fa-list-ul"><span class="logo-sub">pochtalk</span></i>
</a>
</div>
<div class="eleven columns">
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="api.html">API</a></li>
<li><a href="map.html" class="active">Roadmap</a></li>
<li><a target="_blank" href="http://forum.epochtalk.org">Forum</a></li>
<!--<li><a href="contrib.html">Contribute</a></li>-->
</ul>
</div>
</div>
</div>
</div>
<!-- Primary Page Layout -->
<div class="section docs">
<div class="container">
<div class="row">
<div class="three columns docs-nav fixed">
<ul id="side-menu">
<li><a href="#current">Current Features</a>
<ul>
<li><a href="#v0-4-0">Current Version 0.4.0</a></li>
<li><a href="#active">Actively Developing</a></li>
</ul>
</li>
<li><a href="#future">Future Features</a>
<ul>
<li><a href="#immediate">Immediate Goals</a></li>
<li><a href="#longterm">Long-term Goals</a></li>
<li><a href="#planned">Planned Features</a></li>
</ul>
</li>
<li><a href="#past">Past Features</a>
<ul>
<li><a href="#v0-3-0">Version 0.3.0</a></li>
<li><a href="#v0-2-0">Version 0.2.0</a></li>
<li><a href="#v0-1-0">Version 0.1.0</a></li>
</ul>
</li>
</ul>
</div>
<div class="nine columns docs-content">
<div id="current">
<h5>Current Features<a class="back-to-top" href="#top"><i class="fa fa-arrow-up"> <span>Back to Top</span></i></a></h5>
<p>These are features that are currently being developed and actively worked on by our core Epochtalk team members.</p>
<div id="v0-4-0">
<h6>Current Version 0.4.0</h6>
<div class="row">
<div class="one-third column">
<ul>
<li>Custom User Roles with modular ACLs</li>
<li>CSS Theming via Admin Panel</li>
<li>Recent Threads and Recently Posted In Threads</li>
<li>Advanced Settings Section</li>
<li>Rate Limiting of Routes</li>
<li>IP Blacklisting</li>
<li>Watchlist for Boards and Threads</li>
<li>Complete redesign of theme</li>
<li>Mobile compatibility</li>
<li>Thread Polls</li>
</ul>
</div>
<div class="one-third column spacing-fix">
<ul>
<li>Switched From Browserify to Webpack</li>
<li>Moved from MemDB to Redis</li>
<li>Basic Private Messaging</li>
<li>Adding User Roles</li>
<li>Assigning Board Moderators</li>
<li>Moderation of Users/Posts/Messages</li>
<li>Moderation view functionality implemented</li>
<li>Preview of Users/Posts/Messages</li>
<li>Update Server Configurations</li>
<li>Tooltips on Icons</li>
</ul>
</div>
<div class="one-third column spacing-fix">
<ul>
<li>Self Moderated Threads</li>
<li>Highlighting Posts by Admin/Mods</li>
<li>Editor enhancements</li>
<li>Updated to Angular 1.4.4</li>
<li>Banning/Unbanning now restricts access</li>
<li>Various Bug Fixes</li>
<li>Private Boards and Categories</li>
<li>Internal Plugin Engine</li>
</ul>
</div>
</div>
</div>
<div id="active">
<h6>Actively Developing</h6>
<ul>
<li>Threads in multiple boards</li>
<li>PM restricted to admins/mods only when banned</li>
<li>Moderation Log</li>
<li>Refactor ACL System</li>
<li>Notification System</li>
</ul>
</div>
</div>
<div id="future">
<h5>Future Features<a class="back-to-top" href="#top"><i class="fa fa-arrow-up"> <span>Back to Top</span></i></a></h5>
<p>These are Epochtalk features that are planned to be implemented in the near future.</p>
<div id="immediate">
<h6>Immediate Goals</h6>
<ul>
<li>Feature Parity with SMF forums</li>
<li>Stable Releases with no regression in features</li>
</ul>
</div>
<div id="longterm">
<h6>Long-term Goals</h6>
<ul>
<li>Develop Features not found in other Forum</li>
<li>Build a complete installation and onboarding process</li>
<li>Build a porting system to migrate other forums</li>
</ul>
</div>
<div id="planned">
<h6>Planned Features</h6>
<div class="row">
<div class="one-third column">
<ul>
<li>Trust System</li>
<li>Activity System</li>
<li>User online system</li>
<li>News Banner</li>
<li>Revised build system</li>
<li>Internal Search Engine</li>
<li>Revised Avatar image handling</li>
<li>Emoji support</li>
<li>Post History</li>
</ul>
</div>
<div class="one-third column spacing-fix">
<ul>
<li>2-Factor Authentication</li>
<li>Hiding/Ignoring Users/Boards/Threads</li>
<li>Subscriptions</li>
<li>Analytics Engine</li>
<li>Markdown Support</li>
<li>User Preference service</li>
<li>Docker Support</li>
<li>Onboarding System</li>
</ul>
</div>
<div class="one-third column spacing-fix"> </div>
</div>
</div>
</div>
<div id="past">
<h5>Past Features<a class="back-to-top" href="#top"><i class="fa fa-arrow-up"> <span>Back to Top</span></i></a></h5>
<p>These are features that have already been implemented in previous versions of Epochtalk.</p>
<div id="v0-3-0">
<h6>Version 0.3.0</h6>
<div class="row">
<div class="one-third column">
<ul>
<li>Switched from Napa to Bower</li>
<li>CLI Tool for deployment</li>
<li>Default to no validation on registration</li>
<li>Pulled in Image Server, Emailer, Validation, and API projects</li>
<li>Various Bug Fixes</li>
<li>General</li>
<li>Dynamic Page Titles</li>
<li>Alert Service for user</li>
<li>Angular updated to 1.3.14</li>
<li>UI-Router updated to 0.2.13</li>
<li>JWT Updated to fix latest CVE</li>
<li>Admin Panel</li>
</ul>
</div>
<div class="one-third column spacing-fix">
<ul>
<li>Reporting w/ Report Notes</li>
<li>DB-Migrate integration</li>
<li>Switch DB to Postgres</li>
<li>Updated JWT integration</li>
<li>Root route defaults to /boards</li>
<li>Various operation bug fixes</li>
<li>Threads</li>
<li>Moving</li>
<li>Sticky</li>
<li>Locking</li>
<li>Permalinks</li>
<li>Fullscreen mode</li>
</ul>
</div>
<div class="one-third column spacing-fix">
<li>Formatting tips window</li>
<li>Progress bar on image upload</li>
<li>Profiles</li>
<li>Transactions on modifying methods</li>
<li>Full BBCode support in signature</li>
<li>Avatar image uploading</li>
</div>
</div>
</div>
<div id="v0-2-0">
<h6>Version 0.2.0</h6>
<ul>
<li>Switch to Hapi</li>
<li>Auto-link and Auto-date detection in Posts</li>
<li>Full support for BBCode tags: color, shadow, glow, size, and list style type</li>
<li>Updated NPM dependencies for related projects</li>
<li>Quotes in Editor</li>
<li>Scroll locking in Editor</li>
<li>Image upload in Editor</li>
<li>Stabilized Public routes</li>
<li>Various Bug Fixes</li>
</ul>
</div>
<div id="v0-1-0">
<h6>Version 0.1.0</h6>
<ul>
<li>Routes</li>
<li>Editor</li>
<li>Backend with Express and CouchDB</li>
<li>Frontend with Angular and Foundation</li>
<li>Operations with Browserify and Grunt</li>
<li>Bunyan for logging</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer
<a href="http://github.com/epochtalk/epochtalk">GitHub</a> · © 2017 Epochtalk
</footer>
<!-- Scripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/scrollspy.js"></script>
<script src="js/stickynav.js"></script>
</body>
</html>