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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="stylesheet" type="text/css" href="/about.css">
<title>ARFNET</title>
</head>
<body>
<header class="header"><a href="/">
<img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
<main>
<h2 class="center">arf20.com design philosophy</h2>
<div class="div">
<p>
ARFNET is devoted to the love and tribute to the past internet, privacy, and free and open source software. For that reason, this site must follow these rules:
</p>
<ul>
<li>Technical rules
<ul>
<li>Be usable in Internet Explorer 1 and Netscape</li>
<li>HTTP allowed, and obsolete HTTPS protocols like SSLv2, SSLv3, TLSv1, and TLSv1.1 (+ modern protocols)</li>
<li>JS is strictly forbidden unless necessary for modern concepts like streaming</li>
<li>only necessary HTML5</li>
<li>PHP as backend language</li>
<li>No cookies whatsoever, except the PHP session in arfCloud, which is obviously not shared with any party.</li>
</ul>
</li>
<li>Design rules
<ul>
<li>Leave default HTML font</li>
<li>Famous tiled background</li>
<li>Standard header for all pages</li>
<li>Desktop resolutions in mind, no mobile friendliness</li>
<li>Anything broken for MacOS or iOS (Safari), left as is. Apple does not deserve ARFNET.</li>
<li>Generally just take the minimum effort, the absolute easiest approach, because I don't have fucking time for anything.</li>
</ul>
</li>
<li>Licensing rules
<ul>
<li>Everything must be under GPLv3+ license</li>
<li>Hence, the source of everything must be made publicly available, and so it is under the ARFNET github organization</li>
</ul>
</li>
</ul>
<br><center><audio controls autoplay src="/audio/theme.mp3"></audio><br></center><br>
<img src="gifs/800x600.gif">
<img src="gifs/best_viewed_with_eyes.gif">
<img src="gifs/bestvw.gif">
<img src="gifs/antichrome.gif">
<img src="gifs/antinft.gif">
<img src="gifs/iebad.gif">
<img src="gifs/iedie.gif">
<img src="gifs/valid-bad.gif">
<img src="gifs/google_stand.gif">
<img src="gifs/microsoft_stop.gif">
<img src="gifs/win10no.gif">
<img src="gifs/keep.gif">
<img src="gifs/jobsritchie.gif">
<img src="gifs/msie.gif">
<img src="gifs/netscape5.gif">
<img src="gifs/gnu-linux.gif">
<img src="gifs/xenia.gif">
<img src="gifs/latex.gif">
<img src="gifs/vim.gif">
<img src="gifs/php_powered.gif">
<img src="gifs/powered-by-debian.gif">
<img src="gifs/powered-by-nginx.gif">
<img src="gifs/powered-by-opnsense.png">
<img src="gifs/proxmox.gif">
<img src="gifs/powered-cpp.gif">
<img src="gifs/gplv3.gif">
<img src="gifs/gay.gif">
<img src="gifs/bu12.gif">
<img src="gifs/transnow2.gif">
<img src="gifs/piracy.gif">
<img src="gifs/tor.gif">
</div>
</main>
</body>
</html>
|