• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docu/H03-May-2022-298212

i18n/H03-May-2022-6,0504,035

tool/H19-Mar-2006-220122

COPYINGH A D19-Mar-200618.5 KiB366297

INSTALLH A D19-Mar-20063.9 KiB9366

MakefileH A D19-Mar-200610.8 KiB313233

READMEH A D19-Mar-20061.4 KiB2922

configureH A D19-Mar-200640.9 KiB1,8081,630

configure.baseH A D19-Mar-20065.5 KiB162139

cookie.cH A D19-Mar-200638.8 KiB1,056848

cursesbi.cH A D19-Mar-200628.5 KiB919784

cursesbi.hH A D19-Mar-20062.8 KiB12188

cursesx.cH A D19-Mar-200625.8 KiB804692

cursesx.hH A D19-Mar-20063.8 KiB142110

init.cH A D19-Mar-200652 KiB1,6731,462

init.hH A D19-Mar-2006548 154

main.cH A D19-Mar-2006242.6 KiB7,2226,326

parser.cH A D19-Mar-200658 KiB1,7051,528

parser.hH A D19-Mar-20064 KiB11182

renderer.cH A D19-Mar-200632.5 KiB931808

resource.cH A D19-Mar-2006255.6 KiB7,5926,462

resource.hH A D19-Mar-200613.7 KiB461359

stuff.cH A D19-Mar-200640.3 KiB1,3971,189

stuff.hH A D19-Mar-200642.7 KiB1,4391,088

wk.cH A D19-Mar-200647 KiB1,2401,051

README

1retawq/README - basic information
2This file is part of retawq (<http://retawq.sourceforge.net/>), a network
3client created by Arne Thomassen; retawq is basically released under certain
4versions of the GNU General Public License and WITHOUT ANY WARRANTY.
5Read the file COPYING for license details.
6Copyright (C) 2001-2006 Arne Thomassen <arne@arne-thomassen.de>
7
8retawq is an interactive, multi-threaded network client (web browser) for text
9terminals on computers with Unix-like operating systems. It is written in C,
10fast, small, nicely configurable, and comfortable; e.g. the low-level network
11communications are performed in a non-blocking way, and you can keep open as
12many "virtual windows" as you want and work simultaneously in two of them in a
13split-screen mode.
14
15Requirements: a Unix-like operating system, a C compiler; recommended: a curses
16library for text terminal control, a pthreads (Posix threads) library
17
18For installation instructions, read the file INSTALL.
19
20For extensive documentation, open the file retawq/docu/index.html with a web
21browser.
22
23The project home page is <http://retawq.sourceforge.net/>. There you can find
24more information about the project and the most recent version of the package.
25
26Please note that this is an early release of retawq (technobabble: "alpha
27development status"). Although it works for me, it might have severe bugs -
28this project is still quite experimental...
29