forked from HuubMons/HuMo-genealogy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.php
91 lines (83 loc) · 2.18 KB
/
credits.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
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
<?php
include_once("header.php"); // returns CMS_ROOTPATH constant
include_once(CMS_ROOTPATH."menu.php");
?>
<div style="direction:ltr;margin-left:10px">
<h2>Credits</h2>
This credits screen is english only...
<ul>
<li>Huub Mons (project leader, programmer):
<ul><li>HuMo-gen
<li>Gedcom import and export, database.
<li>HuMo-gen layout, family screen.
<li>Genealogy editor.
<li>CMS editor.
<li>Index places, photobook.
<li>Theme "Clear White".
<li>Dutch and English languages.
<li>Etc., etc.
</ul>
</li>
<li>Yossi Beck (overall support, programmer):
<ul><li>Outline report, fanchart, graphical descendant chart and ancestor sheet.
<li>Timeline report, hourglass chart and relationship calculator.
<li>Google maps.
<li>PDF export.
<li>Silverline and Antique theme.
<li>Support for RTL languages.
<li>Hebrew language.
<li>Etc., etc.
</ul>
</ul>
<ul>
<li>Klaas de Winkel:
<ul><li>Textual ancestor report
<li>Textual descendant report
</ul>
<li>Jan Maat:
<ul><li>Secure admin files.
</ul>
<li>Jeroen Beemster:
<ul><li>Aldfaer photo's and text.
<li>Order children and marriages for Aldfaer gedcom.
</ul>
<li>Louis Ywema:
<ul><li>Birthday list
<li>Birthday RSS list
</ul>
<li>René Janssen:
<ul><li>Graphical ancestor chart: better lay-out (colours) and pictures
<li>Statistics for visitors.
</ul>
<li>Erwin Maas:
<ul><li>Help screen for visitors.
<li>Stylesheet select and multiple stylesheets.
<li>Latest changes screen.
</ul>
<li>Huych Constant:
<ul><li>Elegant Corsiva theme.</ul>
<li>Tonko Boekhoud:
<ul><li>Changes to use HuMo-gen into CMS Made Simple.</ul>
</ul>
<h2>Languages</h2>
<ul>
<li>Chinese by: Dongshan.</li>
<li>Dutch by: Huub, Yossi.</li>
<li>English by: Huub, Yossi.</li>
<li>English (US) by: Yossi, Brian.</li>
<li>Finnish by: Rauno Salomäki.</li>
<li>French by: Raymond Larche, Carlos.</li>
<li>German by: Johannes Prost, Marco Steinhaeuser.</li>
<li>Hungarian by: Nagy-Vajda Domokos.</li>
<li>Italian by: Ambrogio Chiotti.</li>
<li>Persian by: Dr. Maleki</li>
<li>Portugese: António Duarte</li>
<li>Russian: Demian Nikonorov</li>
<li>Spanish: Andres Maurer</li>
</ul>
<h2>Testers</h2>
Max, Jef, Rob, Dirk...
</div>
<?php
include_once(CMS_ROOTPATH."footer.php");
?>