-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
145 lines (119 loc) · 4.89 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html>
<head>
<title>TigerVNC</title>
<link href="css/layout.css" rel="stylesheet" type="text/css">
<link href="css/gh-fork-ribbon.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="images/favicon.png"/>
</head>
<body>
<a class="github-fork-ribbon fixed" href="https://github.com/TigerVNC/tigervnc" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<div id="top"><div class="wrapper">
<ul id="toolbar">
<li><a href="https://github.com/TigerVNC/tigervnc/releases">Releases</a></li>
<li><a href="https://github.com/TigerVNC/tigervnc/wiki">Wiki</a></li>
<li><a href="https://github.com/TigerVNC/tigervnc/issues">Issues</a></li>
<li><a href="https://github.com/TigerVNC/tigervnc">Repository</a></li>
</ul>
<div id="logo">
<img src="images/tigerlogo.png" width=48 height=48 alt="logo">
<div>TigerVNC</div>
</div>
</div></div>
<div id="description"><div class="wrapper">
<p>
TigerVNC is a high-performance, platform-neutral implementation of VNC
(Virtual Network Computing), a client/server application that allows
users to launch and interact with graphical applications on remote
machines. TigerVNC provides the levels of performance necessary to run
3D and video applications, and it attempts to maintain a common look
and feel and re-use components, where possible, across the various
platforms that it supports. TigerVNC also provides extensions for
advanced authentication methods and TLS encryption.
</p>
</div></div>
<div id="body"><div class="wrapper">
<h1>History</h1>
<p>
TigerVNC was originally based on the (never-released) VNC 4 branch of
<a href="http://www.tightvnc.com/">TightVNC</a>. More information
regarding the motivation for creating this project can be found in the
<a href="http://mid.mail-archive.com/alpine.LFD.2.00.0902271116020.25749@maggie.lkpg.cendio.se">project
announcement</a>.
</p>
<h1>Downloads</h1>
<p>
The latest release of TigerVNC can be downloaded from our
<a href="https://github.com/TigerVNC/tigervnc/releases">GitHub release
page</a>. Besides the source code we also provide self-contained binaries
for 64-bit and 32-bit Linux, installers for 64-bit and 32-bit Windows and
a universal binary for Intel-based Macs. We also try to provide packages
for various distributions when we easily can.
</p>
<p>
Pre-release builds of the experimental next-generation code can be
found <a href="http://tigervnc.bphinz.com/nightly/">here</a>.
</p>
<p>
TigerVNC is also provided with many distributions, such as
<a href="http://fedoraproject.org/">Fedora</a>,
<a href="https://www.opensuse.org/">OpenSUSE</a>,
<a href="https://www.freebsd.org/">FreeBSD</a>,
<a href="https://www.archlinux.org/">Arch Linux</a>,
<a href="https://www.redhat.com/">Red Hat Enterprise Linux</a> and
<a href="https://www.suse.com/">SUSE Linux Enterprise</a>.
</p>
<h1>Community</h1>
<p>
The project has three mailing lists:
</p>
<dl class="mail">
<dt><a href="https://groups.google.com/forum/#!forum/tigervnc-announce">Announcements</a></dt>
<dd>
<p>Moderated announcement list for new releases and other important
news.</p>
<p><a href="https://groups.google.com/group/tigervnc-announce/subscribe">Subscribe</a></p>
</dd>
<dt><a href="https://groups.google.com/forum/#!forum/tigervnc-users">User Forum</a></dt>
<dd>
<p>Support and general discussion list for users of TigerVNC.
Please use this list for bug reports.</p>
<p><a href="https://groups.google.com/group/tigervnc-users/subscribe">Subscribe</a></p>
</dd>
<dt><a href="https://groups.google.com/forum/#!forum/tigervnc-devel">Development Forum</a></dt>
<dd>
<p>Discussion list for TigerVNC developers. This list can be used
for patch submissions and other development ideas.</p>
<p><a href="https://groups.google.com/group/tigervnc-devel/subscribe">Subscribe</a></p>
</dd>
</dl>
<h1>Documentation</h1>
<p>
The man pages for the different programs are available here in HTML form:
</p>
<ul>
<li><a href="doc/vncconfig.html">vncconfig</a></li>
<li><a href="doc/vncpasswd.html">vncpasswd</a></li>
<li><a href="doc/vncsession.html">vncsession</a></li>
<li><a href="doc/vncviewer.html">vncviewer</a></li>
<li><a href="doc/x0vncserver.html">x0vncserver</a></li>
<li><a href="doc/Xvnc.html">Xvnc</a></li>
</ul>
<p>
This documentation is for the Unix programs but is mostly relevant for
the equivalent Windows programs as well.
</p>
<h1>RFB Protocol</h1>
<p>
A community maintained version of the VNC/RFB specification is maintained by the
<a href="https://github.com/rfbproto">rfbproto</a> project.
</p>
<h1>Development</h1>
<p>
Assorted documentation about TigerVNC and development can be found in
the <a href="https://github.com/TigerVNC/tigervnc/wiki/Development">development
section</a> of the wiki.
</p>
</div></div>
</body>
</html>