This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
52 lines (43 loc) · 2.18 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>RapidFTR Guide</title>
<link type="image/x-icon" href="api/gitbook/images/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="api/gitbook/style.css" />
</head>
<body>
<div class="book">
<div class="book-header">
<h1>RapidFTR Guide</h1>
</div>
<div class="book-body">
<div class="body-inner">
<div class="page-wrapper" tabindex="-1">
<div class="page-inner">
<section class="normal">
<h1>RapidFTR Guide</h1>
<p>
RapidFTR is a mobile (Android) application and database system that lets aid workers collect and share information about children in emergency situations, so they can be reunited with their families. This process, called Family Tracing and Reunification (FTR), has so far been done using paper forms.
The RapidFTR project initially came out of an <a href="http://itp.nyu.edu" target="_blank">ITP</a> class called Design for UNICEF, taught by Clay Shirky. It is now in active development with help from volunteers from <a href="http://thoughtworks.com" target="_blank">ThoughtWorks</a> and the open source community.
</p>
<p>
Visit the main project website <a href="//rapidftr.com">rapidftr.com</a> and <a href="//github.com/rapidftr/RapidFTR">GitHub Repository</a> to learn more.
</p>
<h2>Guides Available</h2>
<ul>
<li><a href="deploy/">Deployment</a></li>
<li><a href="admin/">Administration</a></li>
<li><a href="use/">Field Usage</a></li>
<li><a href="api/">Integration</a></li>
</ul>
<p>
These guides are also <a href="//github.com/rapidftr/guide">open source</a>. If you see any discrepancies, please <a href="//github.com/rapidftr/tracker/issues">submit an issue</a> or <a href="//github.com/rapidftr/guide">edit the page directly</a>. They are generated using <a href="//gitbook.io">GitBook</a>.
</section>
</div>
</div>
</div>
</div>
</div>
</body>
</html>