forked from HuubMons/HuMo-genealogy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.php
24 lines (18 loc) · 1004 Bytes
/
info.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
include_once("header.php"); //returns CMS_ROOTPATH constant
include_once(CMS_ROOTPATH."menu.php");
?>
<div style="direction:ltr;margin-left:10px">
<h2>Information</h2>
This information screen is english only...
<p>HuMo-gen is a free, open-source and multilingual server-side program that makes it very easy to publish your genealogical data on the internet as a dynamic and searchable family tree website.</p>
<p>There are 2 official HuMo-gen websites:<br>
1) <a href="http://www.humo-gen.com" target="_blank">English/ Dutch HuMo-gen website by Huub Mons</a><br>
2) <a href="http://www.humogen.com" target="_blank">International HuMo-gen website by Yossi Beck</a></p>
<p><a href="http://www.humo-gen.com/genwiki" target="_blank">HuMo-gen wiki</a></p>
<p><a href="http://www.humo-gen.com/genforum" target="_blank">HuMo-gen forum</a></p>
<p><a href="http://www.sourceforge.net/projects/humo-gen" target="_blank">HuMo-gen download</a></p>
</div>
<?php
include_once(CMS_ROOTPATH."footer.php");
?>