File: about.htm

package info (click to toggle)
swirc 3.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,988 kB
  • sloc: ansic: 18,321; cpp: 17,795; sh: 968; python: 254; makefile: 104; javascript: 20
file content (49 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download
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
<!DOCTYPE html>

<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="AUTHOR" content="Markus Uhlin">
<meta name="GENERATOR" content="GNU Emacs">
<title>About</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<h1>About</h1>
<p>
Swirc is a BSD licensed, console based and lightweight ICB and IRC
client written in C/C++, whose goals are to be portable and secure.
</p>
<h2>Features</h2>
<ul>
	<li>TLS/SSL</li>
	<li>
Multiple
<a href="https://ircv3.net">IRCv3</a>
features such as SASL auth mechanism
	</li>
	<li>Themes</li>
	<li>DCC</li>
	<li>Identd</li>
	<li>Nicklist</li>
	<li>SOCKS 5 proxy</li>
	<li>Spell checking</li>
	<li>And more...</li>
</ul>
<p>
Although Swirc is console based it runs natively on
<a href="https://en.wikipedia.org/wiki/Microsoft_Windows">Microsoft Windows</a>
using the
<a href="https://pdcurses.org/">PDCurses</a> library,
which isn't common compared to other similar clients.
</p>
<p>
The name Swirc means Swift IRC (or at your option, Swedish IRC).
</p>
<h2>System requirements</h2>
<ul>
	<li>Internet connection</li>
</ul>
</body>
</html>