-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (53 loc) · 2.94 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
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>RootsDev by rootsdev</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>RootsDev</h1>
<h2></h2>
</header>
<section id="main_content">
<p>RootsDev is an informal community of developers, designers, database managers, family historians, and genealogists who are working with genealogical tools and data.</p>
<p>Join the <a href="https://groups.google.com/forum/?fromgroups#!forum/rootsdev">RootsDev Google Group</a> or view us on <a href="https://github.com/rootsdev">GitHub</a>.</p>
<h3>Join us if...</h3>
<ul>
<li>You're working on an open-source family tree program and want to discuss it.</li>
<li>You're want to talk about new standards like historical-data or old standards like GEDCOM.</li>
<li>You're trying to figure out how to use APIs to sites like FamilySearch.</li>
<li>You're looking for an open-source project to contribute to.</li>
<li>You want to get feedback for your closed-source software or recruit developers for your company.</li>
<li>You're trying to figure out how to encode documents of genealogical interest.</li>
</ul><h3>RootsDev Background</h3>
<p>RootsDev spun off of a conversation on the Family Search Developer Network mailing list. One developer suggested that we needed a community, another suggested we needed standards, another suggested we needed to rally behind an open-source project, and yet another just wanted a place to discuss development practices in the family history domain.</p>
<p>Eventually we created RootsDev, modeled on the successful community of library programmers at <a href="http://code4lib.org/">#code4lib</a>.</p>
</section>
<footer>
Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-39459437-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>