-
Notifications
You must be signed in to change notification settings - Fork 18
/
roadmap.html
269 lines (250 loc) · 11.1 KB
/
roadmap.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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html lang="en" class="ie ie9"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html dir="ltr" lang="en-US"> <!--<![endif]-->
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>FenixEdu™</title>
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Description" content="FenixEdu™ is an open-source academic information platform." />
<meta name="Keywords" content="FenixEdu, open-source, academic, information, platform, academic administration, higher education, e-learning" />
<meta name="Language" content="en-US" />
<meta name="Robots" content="all" />
<meta name="Author" content="FenixEdu" />
<meta name="Email" content="[email protected]" />
<meta name="Copyright" content="Técnico Lisboa — Instituto Superior Técnico" />
<meta name="Distribution" content="Global" />
<meta name="Rating" content="General" />
<META HTTP-EQUIV="Access-Control-Allow-Origin" CONTENT="https://fenix-ashes.ist.utl.pt">
<META HTTP-EQUIV="Access-Control-Allow-Origin" CONTENT="https://fenix-ashes.ist.utl.pt/files/FenixEduReleaseInfo.json">
<!-- OpenGraph Specific Metas -->
<meta property="og:title" content="FenixEdu™" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/logo_og.png" />
<meta property="og:url" content="http://www.fenixedu.org" />
<meta property="og:site_name" content="FenixEdu" />
<meta property="og:description" content="FenixEdu™ is an open-source academic information platform." />
<meta property="fb:profile_id" content="379238245509413" />
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="/stylesheets/reset.css">
<link rel="stylesheet" href="/stylesheets/normalize_v_2_1_3.css">
<link rel="stylesheet" href="/stylesheets/main.css">
<link rel="stylesheet" href="/stylesheets/skeleton_v_1_2.css">
<link rel="stylesheet" href="/stylesheets/fenixedu_base.css">
<link rel="stylesheet" href="/map/map.css">
<link rel="stylesheet" href="/fonts/entypo/entypo.css">
<!-- JS -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script src="/js/scrollTo.js" type="text/javascript"></script>
<script src="/js/placeholder.js" type="text/javascript"></script>
<script src="/js/events.js" type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="/map/map.js" type="text/javascript"></script>
<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/src/infobubble.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons & TouchIcons-->
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/images/apple-touch-icon-152x152-precomposed.png">
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/images/apple-touch-icon-120x120-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/images/apple-touch-icon-76x76-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png">
<style type="text/css">
table {
width: 100%;
margin: 20px 0;
}
th, tr {border-bottom: 1px solid #ddd;}
th {font: 14.5px/1.4 "KlavikaRegularPlain", "Helvetica Neue", Helvetica, Arial, sans-serif;}
th, td {text-align: left; padding: 5px 0;}
</style>
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="container" role="banner">
<a href="/" id="logo" class="three columns"></a>
<nav class="thirteen columns" role="navigation">
<ul>
<li><a href="/" class="anchor_link">about</a></li>
<li><a href="/blog">blog</a></li>
<li><a href="/" class="anchor_link">events</a></li>
<li><a href="/" class="anchor_link">features</a></li>
<li><a href="https://github.com/fenixedu">github</a></li>
<li><a href="/dev">dev</a></li>
</ul>
</nav>
</header>
<div class="container">
<section role="main" name="about" class="anchor_section" style="margin-bottom: 200px">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-flow-branch"></i>Roadmap</h2>
<br class="clear" />
<p class="sixteen columns">
The FenixEdu organization hosts a number of products and modules. Even though some have a
strong cohesion, or integrate well with one another, each individual project has its own
development cycle and in most cases its own development team. The result is that we do not
have one single roadmap for the entire organization, but rather multiple roadmaps, one for
each software project hosted under our organization.
<br/><br/>
While we will list here the major upcomming releases for our most significant software
projects, you should always check the specific detailed roadmap of each individual software
project to get the complete planning.
<a href="https://jira.fenixedu.org/secure/BrowseProjects.jspa#all">Here</a> you can find a
list of our current software projects under development.
<br/><br/>
<h3 style="color: #19accd;">Upcomming Releases</h3>
<br/>
<ul>
<li>
2015-04
-
<a href="https://jira.fenixedu.org/browse/ACDM/">
FenixEdu Academiv
</a>
<a href="https://jira.fenixedu.org/browse/ACDM/fixforversion/10402/">
v5.0.0
</a>
</li>
<li>
2015-05
-
<a href="https://jira.fenixedu.org/browse/BNN/">
Bennu
</a>
<a href="https://jira.fenixedu.org/browse/BNN/fixforversion/10625/">
v4.0.0
</a>
</li>
</ul>
<br/><br/>
<h3 style="color: #19accd;">Latest Releases</h3>
<br/>
<table style="width: 80%;">
<thead>
<tr>
<th>Module</th>
<th>Release</th>
<th>Release Date</th>
</tr>
</thead>
<tbody id="latestReleases">
</tbody>
</table>
</p>
</section>
</div>
<footer role="contentinfo">
<div class="container">
<div class="eight columns">
<p>FenixEdu is an open-source academic information platform.</p>
<p style="margin-top: 20px; font-weight: bold">Contact us via hello (at) fenixedu.org</p>
</div>
<div class="four columns" style="opacity: 0">
<h6>drop us a line</h6>
<form action="#" method="POST" autocomplete="on" role="form">
<fieldset>
<div class="four columns alpha">
<label for="fullname">name</label>
<input type="text" id="fullname" name="fullname" placeholder="Name *" required>
<label for="emailaddress">email</label>
<input type="email" id="emailaddress" name="emailaddress" pattern=".*@.*" placeholder="Email *" required>
<label for="subject">subject</label>
<input type="text" id="subject" name="subject" placeholder="Subject">
</div>
<div class="four columns omega">
<label for="textarea">message</label>
<textarea id="textarea" placeholder="Message"></textarea>
<a href="" id="submit-message" class="button icon">submit</a>
</div>
</fieldset>
</form>
</div>
<div class="four columns social">
<h6>connect with us</h6>
<a style="display:none" href="https://plus.google.com/101300934752009669099" rel="publisher">Google+</a>
<a href="http://www.facebook.com/fenixedu" title="Facebook">
<span id="facebook-count">238</span><span>followers</span>
</a>
<br class="clear" />
<a href="http://twitter.com/FenixEduProject" title="Twitter">
<span id="twitter-count">9</span><span>followers</span>
</a>
</div>
<br class="clear" />
<a class="four columns" href="http://tecnico.ulisboa.pt"></a>
<p class="twelve columns">© 2015 Instituto Superior Técnico. <span>all rights reserved.</span></p>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45631967-1', 'fenixedu.org');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$(document).ready(function() {
$.getJSON("https://graph.facebook.com/fenixedu", function(data) {
$("#facebook-count").html(data.likes);
});
$.getJSON("FenixEduReleaseInfo.json", function(data) {
$.each(data, function(i, item) {
lr = (item.latestRelease !== null && item.latestRelease !== undefined) ? item.latestRelease : "N/A";
lrd = (item.latestReleaseDate !== null && item.latestReleaseDate !== undefined) ? item.latestReleaseDate : "N/A";
$("<tr>").html(
"<td>" + item.name + "</td>"
+ "<td>" + lr + "</td>"
+ "<td>" + lrd.substring(0, 10) + "</td>"
).appendTo("#latestReleases");
});
});
$("#submit-message").click(function(e) {
e.preventDefault();
var name = $("#fullname").val();
var email = $("#emailaddress").val();
var subject = $("#subject").val();
var msg = $("#textarea").val();
if(name != "" && email != "" && subject != "" && msg != "") {
var data = {
"name": name,
"email": email,
"subject": subject,
"msg": msg
};
$.ajax({
type: "POST",
url: "http://fenixedu.org/ignition/contact-form-message",
contentType: "application/json; charset=UTF-8",
data: JSON.stringify(data),
success: function(data) {
$("#fullname").val("");
$("#emailaddress").val("");
$("#subject").val("");
$("#textarea").val("");
alert("Thank you for your message!");
}
});
}
});
});
</script>
</body>
</html>