-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
107 lines (100 loc) · 2.61 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Dozer</title>
<meta name="description" content="Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another."/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/style.css?v=">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Dozer</h1>
<h2 class="project-tagline">Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another.</h2>
</section>
<section class="main-content">
<div class="sect1">
<h2 id="news">News</h2>
<div class="sectionbody">
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p><a href="news/news.html">News</a></p>
<div class="olist lowerroman">
<ol class="lowerroman" type="i">
<li>
<p><a href="news/archived-news.html">Archived News</a></p>
</li>
</ol>
</div>
</li>
</ol>
</div>
</div>
</div>
<div class="sect1">
<h2 id="documentation">Documentation</h2>
<div class="sectionbody">
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p><a href="gitbook/index.html">Git Book</a></p>
</li>
<li>
<p><a href="user-guide.pdf">User Guide.pdf</a></p>
</li>
</ol>
</div>
</div>
</div>
<div class="sect1">
<h2 id="community">Community</h2>
<div class="sectionbody">
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p><a href="community/articles.html">Articles</a></p>
</li>
<li>
<p><a href="community/support.html">Support</a></p>
</li>
<li>
<p><a href="community/team-list.html">Team List</a></p>
</li>
<li>
<p><a href="community/issue-tracking.html">Issue Tracking</a></p>
</li>
<li>
<p><a href="community/source-repository.html">Source Repository</a></p>
</li>
</ol>
</div>
</div>
</div>
<div class="sect1">
<h2 id="release-notes">Release Notes</h2>
<div class="sectionbody">
<div class="olist loweralpha">
<ol class="loweralpha" type="a">
<li>
<p><a href="releasenotes/releasenotes.html">Release Notes</a></p>
<div class="olist lowerroman">
<ol class="lowerroman" type="i">
<li>
<p><a href="releasenotes/archived-releasenotes.html">Archived Release Notes</a></p>
</li>
</ol>
</div>
</li>
</ol>
</div>
</div>
</div>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>