-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathindex.html
51 lines (41 loc) · 1.17 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
<!doctype html>
<html lang=en id=project-main>
<meta charset=utf-8>
<title>OpenRsync</title>
<meta name="description" content="the main OpenRsync page">
<link rel="canonical" href="https://www.openrsync.org/">
<link rel="stylesheet" href="openbsd.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<main>
<nav>
<header>About OpenRsync</header>
<ul>
<li><a href="goals.html">Project Goals</a>
<li><a href="features.html">Features</a>
<li><a href="papers.html">Presentations</a>
<li><a href="manual.html">Manual Pages</a>
</ul>
<header>For OpenBSD</header>
<ul>
<li><a href="https://www.openbsd.org/anoncvs.html">AnonCVS</a>
<li><a href="https://cvsweb.openbsd.org/src/usr.bin/rsync/">CVSWeb</a>
</ul>
</nav>
<article>
<h2>
<img src="images/openrsync.png" alt="[OpenRsync]" height=200 width=600>
</h2>
<!--
<p id="callout">
<a href="txt/release-6.2p3.txt">OpenRsync 6.2p3</a> released October 30, 2017
-->
<p>
OpenRsync is a <strong>FREE</strong>, easy to use implementation of the rsync
program.
<p>
The software is freely usable and re-usable by everyone under
a BSD license.
<p>
We are still working on it... so please wait.
</article>
</main>