forked from projectOpenRAP/projectOpenRAP.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (72 loc) · 3.6 KB
/
about.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
---
title: About
desc: About OpenRAP
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta name="robots" content="index,follow">
</head>
<body>
{% include header.html %}
<!--Banner 1-->
<div class="position-relative text-center">
<img src="/img/Layer_as.png" class="img-fluid col-12 p-0" alt="OpenRAP About">
<div class="position-absolute text-center Banner1">
<h2>Open Source, Open Communication, Open Opportunities</h2>
</div>
</div>
<!--/Banner1 -->
<!--Banner2 -->
<div class="container">
<div class="text-center pt-40 pb-40 py-xs">
<h2 class="pt-40 py-xs">The <b>OpenRAP</b> Story</h2>
<div class="row pt-40">
<div class="col-md-6 text-left py-xs">
<p class="py-xs">OpenRAP or Open Offline Resource Access Point is an open source software initiative to develop a modular and scalable localised Content Distribution Network (CDN) platform.</p>
<h4>What is a CDN platform?</h4>
<p>A CDN is a large distributed system of servers deployed in multiple data centers across the Internet whose goal is to serve content to end-users with high availability and high performance/Speed.</p>
<h4>What is a Localised CDN platform?</h4>
<p>A Localised CDN platform delivers content to a localised community or user group. The content is curated by the local user community.</p>
<h4>What is an Offline Localised CDN platform?</h4>
<p>An Offline Localised CDN allows the use of localised CDNs without the need of the Internet. The Open Offline Localised CDN software is hardware agnostic. The open source software community can use, validate and contribute to project.</p>
<h4>Why is an Offline CDN required?</h4>
<ul>
<li>Disconnected geographies do not have connectivity</li>
<li>In many locales, the Internet speed does not support streaming or downloading high quality video content</li>
<li>Internet connectivity is not affordable to most people</li>
<li>It is a waste of time and resources to download the same content each time from the Internet, if it is to be consumed by multiple users, at the same or different times. Caching such content is a much more effective solution </li>
</ul>
<h4>What is our OpenRAP Solution?</h4>
<p>Our OpenRAP solution includes a small, lightweight, plug-n-play device that creates its own wireless network. The software is open source and hence open to the community to extend. The solution is low cost, easy to install and maintain. It offers the flexibility to view and distribute self-created content and/or curated content from the web. It allows you to collect end user data through surveys, forms, attendance, usage, profiles, etc. You can also administer assessments and quizzes.</p>
</div>
<div class="col-md-6">
<img src="/img/OpenRAP-story.png" class="img-fluid" alt="OpenRAP Story">
</div>
</div>
</div>
</div>
<!--/Banner2-->
<!--Banner3-->
<div class="bg-skyBlue">
<div class="container">
<div class="row pt-40 pb-40 py-xs">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="pt-40 pb-40">
<div class="content-cover text-center">
<h2>Our Vision</h2>
<p>Enable, Enhance, Empower students and teachers through experiential learning </p>
</div>
</div>
</div>
<div class="col-md-1"></div>
</div>
</div>
</div>
<!--/Banner3-->
<div class="lds-spinner"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
{% include footer.html %}
</body>
</html>