blob: 829c0734b1cdf1f1ac256a6bea8086ba70e2765d (
plain) (
blame)
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
|
<html>
<head>
<title>xxxterm</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body text="#ffffff" bgcolor="#000000"><font face="monospace">
Welcome to the xxxterm site.
<p>
XXXTerm is a minimalists web browser.
It strives to be vi-like for heavy keyboard users.
Development has just begun and currently it is very spartan.
<p>
Version numbers are based the cvs tag.
For example, this is how V1.22 looks like: $xxxterm$
<p>
It is based on
<a href="http://webkit.org">webkit</a>
using
<a href="http://www.gtk.org">GTK+</a>
Please refer to the
<a href="man.html">man page</a>
for more details.
<p>
You can download the source via anoncvs at:<br>
CVSROOT=anoncvs@anoncvs.freedaemon.com:/xxxterm<br>
<p>
Alternatively you can download periodic snapshots
<a href="../snapshot">here</a>.
<p>
To subscribe to CVS changes send an email to
<a href="mailto:majordomo@freedaemon.com">majordomo@freedaemon.com</a>
and in the email body say: subscribe xxxterm-changes.
<p>
Copyright (c) 2010 Marco Peereboom <marco@peereboom.us>
</body>
</html>
|